> ## 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 Comment

Add a comment to a task.

<Note>
  External Documentation

  To learn more, visit the [Asana documentation](https://developers.asana.com/reference/createstoryfortask).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                                                                                                                                                                                            |
  | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Content Type      | Select the format for your comment content.<br /><br />For more information on **Rich Text**, please visit [Asana's Documentation](https://developers.asana.com/docs/rich-text).                                                                                       |
  | Pin Comment       | When checked, the comment will be pinned on the task.                                                                                                                                                                                                                  |
  | Rich Text Content | The HTML-formatted content to add as a comment to the task.<br /><br />**Note:** The text must be wrapped in `<body></body>` tags.<br /><br />For more information on **Rich Text** please visit [Asana's Documentation](https://developers.asana.com/docs/rich-text). |
  | Sticker Name      | Adds the selected sticker to the comment.                                                                                                                                                                                                                              |
  | Task ID           | The task to operate on.                                                                                                                                                                                                                                                |
  | Text Content      | The textual content of the comment that will be added to the task.                                                                                                                                                                                                     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                                      |
  | -------------- | ---------------------------------------------------------------- |
  | Include Fields | A comma-separated list of properties to include in the response. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"gid": "<string>",
		"resource_type": "<string>",
		"created_at": "2005-11-27T03:14:58.803Z",
		"num_likes": 0,
		"num_hearts": 2,
		"resource_subtype": "<string>",
		"is_edited": false,
		"text": "<string>",
		"type": "<string>",
		"is_pinned": false,
		"source": "<string>",
		"hearts": [],
		"likes": [],
		"hearted": false,
		"liked": false,
		"previews": [],
		"is_editable": true,
		"created_by": {
			"gid": "<string>",
			"resource_type": "<string>",
			"name": "<string>"
		},
		"target": {
			"gid": "<string>",
			"resource_type": "<string>",
			"name": "<string>",
			"resource_subtype": "<string>"
		}
	}
}
```

## Workflow Library Example

[Add Comment with Asana and Send Results Via Email](https://library.blinkops.com/workflows/add-comment-with-asana-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-comment-with-asana-and-send-results-via-email/canvas" />
</div>
