Miro

Productivity OAuth access token

Create and update boards and their items, and manage teams, in Miro from any Windmill script, flow or app.

Set up in 3 steps

1

Get an access token

At the Miro developer console, create an app, grant it the scopes your scripts need, and install it to your team — that produces an access token.

2

Add the resource in Windmill

Open Resources, add a resource of type miro, and paste the 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

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

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYesAccess token retrieved from the OAuth flow.

Questions

A board is not found

A Miro app only sees boards shared with it. Share the board with the app, or install the app to the team that owns it.

Is my token stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.