返回 Notion Pages
将 Knoon AI 与 Notion Pages (Notion) 连接以自动化 AI 工作流。
Update markdown content in a page via search-and-replace operations.
notionPageMarkdownUpdateContent
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| pageId | file | Notion page ID. | 是的 |
| contentUpdates | mustache | Array of content update operations. Each item should include old_str and new_str (optionally replace_all_matches). Provide valid JSON array. | 是的 |
| allowDeletingContent | boolean | Allow deleting child pages or databases during update. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| markdown | string | Updated markdown content when returned. |



