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
- 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)
- Label
- Comment Text
- Slug
- comment_text
- Required
- true
- Can have default value
- true
- Filter code method
- Clickup.postComment.setCommentText(string: commentText)