
Trello Cards
CertifiedTasks and triggers for managing Trello cards - create, update, move, comment, and monitor card changes.
The Cards subpackage provides comprehensive functionality for working with Trello cards. It includes tasks to create new cards, update existing ones, move cards between lists or boards, add comments, and a polling trigger to monitor card creation and updates. These capabilities enable automated card management and event-driven workflows based on Trello card activities.
Trello Cards
Tasks and triggers for managing Trello cards - create, update, move, comment, and monitor card changes.
The Cards subpackage provides comprehensive functionality for working with Trello cards. It includes tasks to create new cards, update existing ones, move cards between lists or boards, add comments, and a polling trigger to monitor card creation and updates. These capabilities enable automated card management and event-driven workflows based on Trello card activities.
tasks
How to use the Trello plugin
Manage cards on Trello boards from Kestra flows.
Authentication
Set apiKey to your Trello API key and apiToken to your Trello API token. Store secrets in secrets and apply connection properties globally with plugin defaults.
Tasks
cards.Create creates a card — set name and listId (both required). Optionally set desc, pos, and due. The output includes the new cardId.
cards.Update updates a card by cardId — set any of name, desc, closed (archive/reopen), due, or pos.
cards.Move moves a card to a new listId by cardId.
cards.Comment adds a comment to a card — set cardId and text. The output includes the new commentId.
cards.Trigger polls one or more Trello lists on a schedule (default 5 minutes) and starts one execution per batch of new or changed cards. Set lists to a list of list IDs, or boardId to watch an entire board.