Explore Plans
Mobile menu Close menu
ClickUp

Post a task comment

This action will post a comment on a task.

Developer info

API endpoint slug
clickup.post_comment
Filter code method
Clickup.postComment.skip(string?: reason)
Runtime method
runAction("clickup.post_comment", {})

Action fields

Task Text input > Other

Label
Which task?
Helper text
Enter Task ID. Task ID can be found from the Task Settings or the Task URL
Slug
task_id
Required
true
Can have default value
true
Filter code method
Clickup.postComment.setTask(string: task_id)

Comment text Text input > Long text

Label
Comment Text
Slug
comment_text
Required
true
Can have default value
true
Filter code method
Clickup.postComment.setComment Text(string: comment_text)