返回 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. |



