Back to Notion Pages

Connect Knoon AI with Notion Pages (Notion) to automate AI workflows.

Update markdown content in a page via search-and-replace operations.
notionPageMarkdownUpdateContent
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
pageIdfile Notion page ID.Yes
contentUpdatesmustache Array of content update operations. Each item should include old_str and new_str (optionally replace_all_matches). Provide valid JSON array.Yes
allowDeletingContentboolean Allow deleting child pages or databases during update.No
Returns
NameTypeDescription
markdownstring Updated markdown content when returned.