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.

Example Use Cases

These are the Trello actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

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 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 new list to board

Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards.

Delete card by ID

Permanently deletes an archived Trello card specified by its `idCard`.

Get authenticated member

Tool to retrieve information about the currently authenticated Trello member. Use when you need profile details, settings, or member metadata.

Get board by id

Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action.

Get board by list ID

Retrieves the board to which a specific Trello list belongs.

Get cards by board ID

Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.

Get member by ID

Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications, and organization affiliations, with customizable detail levels via filters and field parameters.

Add a label to a board

Creates a new label on an existing Trello board.

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