Skip to main content

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

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'