Overview
Use this blueprint if you wish to create a card in Trello
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 |
✅ |
- |
- |
https://trello.com/power-ups/admin |
|
Board ID |
TRELLO_BOARD_ID |
Alphanumeric |
✅ |
- |
- |
The ID of the board you wish to create the ticket in |
|
List Name |
TRELLO_LIST_NAME |
Alphanumeric |
✅ |
- |
- |
The list you wish to add the newly created card to |
|
Card Name |
TRELLO_CARD_NAME |
Alphanumeric |
✅ |
- |
- |
The title of the card |
|
Description |
TRELLO_DESCRIPTION |
Alphanumeric |
➖ |
- |
- |
The text you want to be displayed in the description section of the card |
|
Due Date |
TRELLO_DUE_DATE |
Alphanumeric |
➖ |
- |
- |
The due date you wish to assign to the ticket |
YAML
Below is the YAML template
YAML
source:
template: Trello - Create Card
inputs:
TRELLO_ACCESS_TOKEN:
TRELLO_API_KEY:
TRELLO_BOARD_ID:
TRELLO_LIST_NAME:
TRELLO_CARD_NAME:
TRELLO_DESCRIPTION:
TRELLO_DUE_DATE:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 200