createMondayUpdate
Add comments or threaded replies to Monday.com items to track progress and facilitate team collaboration on project tasks.
Instructions
Creates a new update (comment) on the specified Monday.com item with optional parent_id for threaded replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The unique identifier of the item to add the update to | |
| body | Yes | The text content of the update | |
| parent_id | No | Optional ID of the parent update for threaded replies |