Create Update
create_updateCreate a new update on a monday.com item. Add comments, notes, or discussions with optional user mentions or reply to existing updates.
Instructions
Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update. You can also reply to an existing update by using the parentId parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The id of the item to which the update will be added | |
| body | Yes | The update text to be created. Do not use @ to mention users, use the mentionsList field instead. use html tags to format the text, dont use markdown. | |
| mentionsList | No | Optional JSON array of mentions in the format: [{"id": "123", "type": "User"}, {"id": "456", "type": "Team"}]. Valid types are: User, Team, Board, Project | |
| parentId | No | The ID of the update to reply to. Use this parameter when you want to reply on an existing update leave it empty if you want to create a new update |