yaml
type: "io.kestra.plugin.trello.cards.Comment"
yaml
id: trello_add_comment
namespace: company.team

tasks:
  - id: add_comment
    type: io.kestra.plugin.trello.cards.Comment
    apiKey: "{{ secret('TRELLO_API_KEY') }}"
    apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
    cardId: "5abbe4b7ddc1b351ef961414"
    text: "This is my comment on the card"
Properties
Defaulthttps://api.trello.com
Default1