Skip to main content
Skip table of contents

Trello - Add Comment to Card

Overview

Use this blueprint to add a comment to an existing Trello card

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenTRELLO_ACCESS_TOKENPassword--https://trello.com/power-ups/admin
API KeyTRELLO_API_KEYPassword--API Key for Trello API
Card IDTRELLO_CARD_IDAlphanumeric--ID of the Trello card
CommentTRELLO_COMMENTAlphanumeric--Comment to add to the card

YAML

Below is the YAML template

YAML

source:
  template: Trello - Add Comment to Card
  inputs:
    TRELLO_ACCESS_TOKEN:
    TRELLO_API_KEY:
    TRELLO_CARD_ID:
    TRELLO_COMMENT:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200

      
JavaScript errors detected

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

If this problem persists, please contact our support.