yaml
type: "io.kestra.plugin.trello.cards.Create"
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
Defaulthttps://api.trello.com
Default1