Best ClickUp automations
Explore Plans
Mobile menu Close menu
ClickUpClickUp

Post a task comment

This action will post a comment on a task.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will post a comment on a task.
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)