Clickup - Add Comment
Overview
Use this blueprint to add a comment to an existing task with the option to notify all users who are following the task.
Variables
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | ACCESS_TOKEN | Password | ✅ | - | - | The personal API Token generated from Clickup. Profile > Apps > API Token >Generate |
Task ID | CLICKUP_TASK_ID | Alphanumeric | ✅ | - | - | The task id you wish to post the comment to |
Comment | CLICKUP_COMMENT | Alphanumeric | ✅ | - | - | The comment you wish to post to the task |
Notify All | CLICKUP_NOTIFY_ALL | Boolean | ➖ | - | - | Check true if you wish to notify everyone including the creator of the task re: the comment |
YAML
Below is the YAML template
source:
template: Clickup - Add Comment
inputs:
ACCESS_TOKEN:
CLICKUP_TASK_ID:
CLICKUP_COMMENT:
CLICKUP_NOTIFY_ALL:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 200
- 201
- 202
- 203
- 204