API-patch-block-children
Append child content like paragraphs or bullet points to a specified block in Notion. Enables structured updates to container blocks using block or page IDs for precise content organization.
Instructions
Notion | Append block children
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | The ID of the existing block that the new block should be appended after. | |
| block_id | Yes | Identifier for a [block](ref:block). Also accepts a [page](ref:page) ID. | |
| children | Yes | Child content to append to a container block as an array of [block objects](ref:block) |