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



