Append Blocks
append_blocksAppend Markdown or simplified block JSON to a Notion page. Inserts at the end or after a specified child block using after_block_id.
Instructions
Append simplified blocks or Markdown to a page. Inserts at the end by default; pass after_block_id to insert immediately after a specific direct child block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page id or page URL. | |
| markdown | No | Markdown content to convert into blocks. | |
| blocks | No | Simplified block JSON. | |
| after_block_id | No | Optional id of an existing direct child block; new blocks are inserted immediately after it. Must be a direct child of page_id. |