Trello
Kanban-style work management service for boards, lists, cards, members, labels, comments, and due dates.
Handles board activity around cards, labels, checklists, attachments, comments, due dates, and card movement.
Sign in to connect Trello
Sign in to connect an account and start using Trello in your apps.
Example Use Cases
These are example ways Snow can use Trello when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Creates a new label on an existing Trello board.
Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both.
Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call.
Stars a Trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member.
Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.
Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.
DEPRECATED: Use TRELLO_CARD_CREATE_AND_UPDATE instead. Creates a new card in a Trello list, which must be specified by an existing and accessible `idList`.
Adds a new check item to a specified Trello checklist; this action does not update existing check items.
DEPRECATED: Use TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST instead. Adds a new check item to an existing checklist on a specific Trello card.
Triggers
These are the trigger events currently available for Trello.
Triggered when a card is archived in the specified board
Triggered when a specific card is updated
Triggered when there is activity in Trello.
Triggered when a board is created in the specified workspace
Triggered when a card is created in the specified board