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