insert_text_after
Insert a text block after a given block in Notion. Choose from paragraph, headings, lists, and other block types.
Instructions
Insert a simple text block after a specific block.
Args: block_id: The block to insert after. text: The text content. block_type: Block type (paragraph, heading_1, heading_2, heading_3, bulleted_list_item, numbered_list_item, quote, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| text | Yes | ||
| block_type | No | paragraph |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |