Unique task identifier for the comment. Can be standard or custom if `custom_task_ids` is true.
team_idstring
Team ID, required if `custom_task_ids` is true to locate the task by its custom ID.
assigneeinteger
Required
The user ID of the person to whom this specific comment should be assigned or mentioned. This assigns the comment, not the task.
notify_allboolean
Required
If `true`, notifications for this comment will be sent to all users watching the task, including the comment's creator. If `false`, notifications will be sent according to standard ClickUp notification rules (e.g., to mentioned users, comment assignee).
comment_textstring
Required
The text content for the comment. Supports ClickUp's comment formatting (e.g., mentions, markdown).
custom_task_idsboolean
Set to `true` to indicate that the `task_id` provided is a custom task ID. If `true`, the `team_id` must also be provided.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not