Skip to main content
Add a comment to a task.
External DocumentationTo learn more, visit the Asana documentation.

Basic Parameters

ParameterDescription
Content TypeSelect the format for your comment content.

For more information on Rich Text, please visit Asana’s Documentation.
Pin CommentWhen checked, the comment will be pinned on the task.
Rich Text ContentThe HTML-formatted content to add as a comment to the task.

Note: The text must be wrapped in <body></body> tags.

For more information on Rich Text please visit Asana’s Documentation.
Sticker NameAdds the selected sticker to the comment.
Task IDThe task to operate on.
Text ContentThe textual content of the comment that will be added to the task.

Advanced Parameters

ParameterDescription
Include FieldsA comma-separated list of properties to include in the response.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop