monday-add-doc-block
Insert a new block into a Monday.com document by specifying the document ID, block type (e.g., text, list, heading), and content. Optionally position the block after a specific block ID.
Instructions
Add a block to a document
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after_block_id | No | Optional ID of the block to add this block after. | |
block_type | Yes | Type of block to add (normal_text, bullet_list, numbered_list, heading, divider, etc.). | |
content | Yes | Content of the block to add. | |
doc_id | Yes | ID of the Monday.com document to add a block to. |