Breadcrumbs

Trello - Add Comment to Card

Overview

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

Variables

Name

Reference

Type

Required

Default

Options

Description

Access Token

TRELLO_ACCESS_TOKEN

Password

-

-

https://trello.com/power-ups/admin

API Key

TRELLO_API_KEY

Password

-

-

API Key for Trello API

Card ID

TRELLO_CARD_ID

Alphanumeric

-

-

ID of the Trello card

Comment

TRELLO_COMMENT

Alphanumeric

-

-

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