External DocumentationTo learn more, visit the ClickUp documentation.
Actions
Add Task Comment
Add a new comment to a task.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Assignee | The ID of the assignee to add to the comment task. |
| Comment Text | The comment text. |
| Group Assignee | The ID of the group assignee to add to the comment task. |
| Notify All | If set to true, notifications will be sent to everyone including the creator of the comment. |
| Task ID | The ID of the task. Can be retrieved from the List Tasks action. |
| Parameter | Description |
|---|---|
| Custom Task IDs | If you want to reference a task by its custom task id, this value must be true. |
| Team ID | Only used when the Custom Task IDs parameter is set to true. |
{
"id": 147949103200307,
"hist_id": "<string>",
"date": 2314782809425,
"version": {
"object_type": "<string>",
"object_id": "<string>",
"workspace_id": 34230678,
"operation": "<string>",
"data": {
"context": {
"root_parent_type": 1,
"audit_context": {
"userid": 149358114,
"current_time": 1371383571453,
"route": "<string>"
},
"originating_service": "<string>"
},
"relationships": [
{
"type": "<string>",
"object_type": "<string>",
"object_id": 60593708,
"workspace_id": "<string>"
},
{
"type": "<string>",
"object_type": "<string>",
"object_id": "<string>",
"workspace_id": "<string>"
}
],
"changes": [
{
"field": "<string>",
"after": 1346340445165
}
]
},
"master_id": 3,
"version": 372712245105845,
"deleted": false,
"traceparent": "<string>",
"date_created": 1781551000447,
"date_updated": 1095751710617,
"event_publish_time": 1341773303716
}
}
Was this page helpful?