append-blocks
Add blocks to a specific Notion page or section by specifying the block ID and providing the JSON string of blocks to append. Facilitates structured content updates programmatically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | The ID of the block to append to | |
children | Yes | JSON string of blocks to append |