Trello icon

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.

Add a label to a board

Creates a new label on an existing Trello board.

Add attachment to card

Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both.

Add board

Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.

Add board power-up

Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call.

Add board star to member

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.

Add card

Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.

Add card member by id

Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.

Add card to list (Deprecated)

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`.

Add check item to checklist

Adds a new check item to a specified Trello checklist; this action does not update existing check items.

Add check item to checklist (Deprecated)

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.

Card Archived Trigger

Triggered when a card is archived in the specified board

Card Updated Trigger

Triggered when a specific card is updated

New Activity Trigger

Triggered when there is activity in Trello.

New Board Trigger

Triggered when a board is created in the specified workspace

New Card Trigger

Triggered when a card is created in the specified board