Create
Create
yaml
type: "io.kestra.plugin.trello.cards.Create"Examples
yaml
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
apiToken *Requiredstring
listId *Requiredstring
name *Requiredstring
apiBaseUrl string
Default
https://api.trello.comapiVersion string
Default
1