append-block-children
Add new content blocks to a Notion page or existing block using the parent block ID. Specify block objects to append and optionally position them after a specific block.
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 |