Breadcrumbs

Clickup - Add Comment

Overview

To use this template, you need a ClickUp account with access to the tasks you wish to comment on. Ensure you have your ClickUp API access token ready, and know the task ID of the task you want to comment on. Optionally, you can choose to notify all task assignees when adding a comment.

Variables

Name

Reference

Type

Required

Default

Options

Description

Access Token

CLICKUP_ACCESS_TOKEN

Password

-

-

Access token for ClickUp API

Task ID

CLICKUP_TASK_ID

Alphanumeric

-

-

ID of the ClickUp task

Comment

CLICKUP_COMMENT

Alphanumeric

-

-

Comment to add to the card

Notify All

CLICKUP_NOTIFY_ALL

Boolean

-

-

If you wish to notify all assignees, set this to True

YAML

Below is the YAML template

YAML

source:
  template: Clickup - Add Comment
  inputs:
    CLICKUP_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:
    - 10
    - 11
    - 14
    - 102
    - 103