Trello
Project management API key and tokenCreate and move cards, and manage boards, lists and labels, from any Windmill script, flow or app.
Set up in 3 steps
Get a key and a token
At trello.com/power-ups/admin, create a Power-Up to obtain an API key. From its page, follow the Token link and authorise it — that gives the token that acts as your account.
Add the resource in Windmill
Open Resources, add a resource of type trello, and fill key and token.
Run your first script
Fork any script below and read before writing anything. There are hundreds here, so search by the verb you need.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Add Member to Card
Search Cards
Remove Card Label
Create Label
Copy a Board
Trello Add Image Attachment to Card
Get Card
Create Comment on Card
Add Attachment to Card via URL
Delete Checklist
Find Checklist
Update Card
Trello Get List
Create a Checklist
Create a List
Add Existing Label to Card
Create Checklist
Rename List
Find a List
Move Card to List
Complete a Checklist Item
Search Members
Archive Card
Create a Board
Create a Comment
Add Existing Label to Card
Find a Label
Search Boards
Add Attachment to Card via URL
Close Board
Resource type
trello — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| key | string | Yes | |
| token | string | Yes |
Questions
Why two fields?
Trello identifies the application with the key and the user with the token, and sends both as query parameters on every call. Neither works alone.
What can the token do?
Everything your own account can, on every board you can see. Trello tokens are not scoped per board.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.