Trello ​
Manage boards, lists, and cards with the Trello API.
| Detail | Value |
|---|---|
| Category | Project Management |
| Base URL | https://trello.com/1 |
| Authentication | API Key (Query) |
| Endpoints | 6 |
| Connector key | trello |
Using Trello in a workflow ​
- Go to Connections and click New Connection.
- Pick Trello from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /members/me/boards | List boards for the authenticated user |
| GET /boards/{id}/lists | Get lists on a board |
| GET /boards/{id}/cards | Get cards on a board |
| POST /cards | Create a new card |
| PUT /cards/{id} | Update a card |
| POST /cards/{id}/actions/comments | Add a comment to a card |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.