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 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'