Explore Plans
Mobile menu Close menu
ClickUpClickUp

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 ID 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.setTaskId(string: taskId)

Comment text Text input > Long text

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