Skip to main content
Skip table of contents

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

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenACCESS_TOKENPassword--The personal API Token generated from Clickup. Profile > Apps > API Token >Generate
Task IDCLICKUP_TASK_IDAlphanumeric--The task id you wish to post the comment to
CommentCLICKUP_COMMENTAlphanumeric--The comment you wish to post to the task
Notify AllCLICKUP_NOTIFY_ALLBoolean--Check true if you wish to notify everyone including the creator of the task re: the comment

YAML

Below is the YAML template

YAML

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

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.