append-block-children
Append new blocks as children to a Notion block or page. Supports all block types including paragraphs, headings, lists, code, and images. Use the 'after' parameter to insert at a specific position.
Instructions
Append new blocks as children to a block or page. Supports all block types: paragraph, headings, lists, code, images, etc. Returns the created block IDs. Use the "after" parameter to insert blocks at a specific position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| children | Yes | Block objects array | |
| after | No | Insert after this block ID |