Close menu
Explore Plans
Mobile menu Close menu
monday

Post an update on an item

This action will post an update (comment) on an existing item.

Developer info

API endpoint slug
monday.post_update_on_item
Filter code method
Monday.postUpdateOnItem.skip(string?: reason)
Runtime method
runAction("monday.post_update_on_item", {})

Action fields

Item url Text input

Label
Item link
Helper text
A link to the item. In monday, right-click the item and choose "Copy link to item".
Slug
item_url
Required
true
Can have default value
true
Filter code method
Monday.postUpdateOnItem.setItemUrl(string: item_url)

Body Text input > Long text

Label
Update
Helper text
The body of the update. Supports basic HTML.
Slug
body
Required
true
Can have default value
true
Filter code method
Monday.postUpdateOnItem.setBody(string: body)