Skip to content

Trello ​

Manage boards, lists, and cards with the Trello API.

DetailValue
CategoryProject Management
Base URLhttps://trello.com/1
AuthenticationAPI Key (Query)
Endpoints6
Connector keytrello

Using Trello in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Trello from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /members/me/boardsList boards for the authenticated user
GET /boards/{id}/listsGet lists on a board
GET /boards/{id}/cardsGet cards on a board
POST /cardsCreate a new card
PUT /cards/{id}Update a card
POST /cards/{id}/actions/commentsAdd a comment to a card

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.