Trello
25 operations6 webhooks
Kanban board tool for organizing tasks, cards, lists, and lightweight project management.
Supported operations
- CreateWrite
Create a new board
- DeleteDestructive
Delete a board
- GetRead-only
Get a board by ID
- ListRead-only
List boards for a member
- UpdateWrite
Update a board
Supported triggers
- Card Created
A card was created on a board
- Card Updated
A card was updated (name, desc, due date, labels, etc.)
FAQ
Install corsair and @corsair-dev/trello, add the Trello plugin, and connect with an API key. Then call methods like corsair.trello.api.boards.create() from your app. Corsair verifies webhooks, and syncs data per tenant.
Yes. Trello requires an API key from your Trello account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Trello, GitHub, Notion, Stripe, and the rest. Trigger Trello from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for kanban board tool for organizing tasks, cards, lists, and lightweight project management. Common builds include sync jobs, admin tooling, and agents that call Trello APIs from your backend. Webhook handlers react to Trello events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Trello records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Trello API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/trello in the open repo. When Trello ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Trello data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Trello data on your behalf.