Skip to main content
Skip table of contents

Trello - Add Comment to Card

Overview

Use this template 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 for this Template and can be used in the Fleet YAML Editor.

CODE
source:
  blueprint: Trello - Add Comment to Card
  inputs:
    TRELLO_ACCESS_TOKEN: null  ## REQUIRED
    TRELLO_API_KEY: null ## REQUIRED
    TRELLO_CARD_ID: null ## REQUIRED
    TRELLO_COMMENT: null ## REQUIRED
  type: BLUEPRINT
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.