Append children blocks
buildin_append_block_childrenAppend child blocks to a parent block or page using block types like paragraph, heading, list, and media. Returns the created blocks.
Instructions
Append one or more child blocks to a parent block (or page). children is an array of block objects ({type, data}). Returns the list of created blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Buildin object ID (UUID-like). | |
| children | Yes | ||
| after | No | Optional: ID of the child to insert the new children after. |