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
| Name | Type | Description | Required |
|---|---|---|---|
| pageId | file | Notion page ID. | Yes |
| contentUpdates | mustache | Array of content update operations. Each item should include old_str and new_str (optionally replace_all_matches). Provide valid JSON array. | Yes |
| allowDeletingContent | boolean | Allow deleting child pages or databases during update. | No |
Returns
| Name | Type | Description |
|---|---|---|
| markdown | string | Updated markdown content when returned. |



