Trello

Project management API key and token

Create and move cards, and manage boards, lists and labels, from any Windmill script, flow or app.

Set up in 3 steps

1

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.

2

Add the resource in Windmill

Open Resources, add a resource of type trello, and fill key and token.

3

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.

Resource type

trello — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
keystringYes
tokenstringYes

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.