insert_blocks_after
Insert new blocks after a specific Notion block by providing a block ID and a JSON array of block objects.
Instructions
Insert new blocks after a specific block.
blocks_json should be a JSON array of block objects. Use make_block format: [{"type":"paragraph","paragraph":{"rich_text":[{"type":"text","text":{"content":"Hello"}}]}}]
For simple cases, use insert_text_after instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| blocks_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |