Append block children
append_block_childrenAdd new child blocks to a Notion block by providing the parent block ID and a list of children. Optionally set the position for precise placement.
Instructions
Append block children using the current Notion position object API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockId | Yes | ||
| children | Yes | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | No | ||
| error | No | ||
| status | No |