monday-add-doc-block
Add custom content blocks to Monday.com documents, supporting various types like text, lists, headings, and dividers, with optional positioning after specific blocks.
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. |