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