notion_append_content
Append markdown content to an existing Notion page by converting headings, lists, quotes, code, and inline formatting into blocks and adding them at the end.
Instructions
Append markdown content to an existing Notion page.
Parses the markdown into blocks and appends them to the end of the page.
Supports: headings (# ## ###), bullet/numbered/to-do lists, quotes,
fenced code blocks, dividers (---), paragraphs with inline formatting
(bold, italic, code, strike, links).
page_id: the page to append to. content: markdown text to append.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |