> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Task Comment

Add a new comment to a task.

<Note>
  External Documentation

  To learn more, visit the [ClickUp documentation](https://clickup.com/api/clickupreference/operation/CreateTaskComment/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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.                           |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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.                  |
</div>

## Example Output

```json theme={"dark"}
{
	"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
	}
}
```

## Workflow Library Example

[Add Task Comment with Clickup and Send Results Via Email](https://library.blinkops.com/workflows/add-task-comment-with-clickup-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-task-comment-with-clickup-and-send-results-via-email/canvas" />
</div>
