
Atlassian Trello Create
CertifiedCreate cards in a Trello list
Atlassian Trello Create
Create cards in a Trello list
Creates one card in the target Trello list and returns the new card ID. All properties are rendered before the request; pos accepts top, bottom, or a positive float
type: io.kestra.plugin.trello.cards.CreateExamples
Create a new Trello card
id: trello_create_card
namespace: company.team
tasks:
- id: create_card
type: io.kestra.plugin.trello.cards.Create
apiKey: "{{ secret('TRELLO_API_KEY') }}"
apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
name: "My New Card"
listId: "5abbe4b7ddc1b351ef961414"
desc: "This is the card description"
Properties
apiKey *Requiredstring
Trello API Key
API key used to authenticate Trello requests. Render this from a secret
apiToken *Requiredstring
Trello API Token
API token used to authenticate Trello requests. Render this from a secret
listId *Requiredstring
List ID
Target Trello list ID
name *Requiredstring
Card Name
Name for the new card
apiBaseUrl string
https://api.trello.comBase API URL
Base URL for Trello API requests. Defaults to https://api.trello.com; override only for compatible proxies or tests
apiVersion string
1API Version
Trello REST API version appended to the base URL. Defaults to 1
desc string
Card Description
Description text for the new card
due string
Card Due Date
Due date value passed to Trello as provided
pos string
Card Position
Position in the list: top, bottom, or a positive float