append-block-children
Add new content blocks to a parent block in Notion, specifying the order with an optional reference block ID. Ideal for dynamically enhancing Notion pages with structured data.
Instructions
Append blocks to a parent block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Optional ID of an existing block to append after | |
block_id | Yes | ID of the parent block (page or block) | |
children | Yes | List of block objects to append |