Miro Make integrationAutomate Miro with Make.
Can Make build and update your Miro boards while you work elsewhere? The Miro Make integration gives you 11 modules: 2 triggers that watch boards and items, 7 actions and 2 searches. This guide is for teams that live in Miro, and it walks you from the connection to a working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Miro Make integration do for you?
The Miro Make integration links your Miro account to Make so that boards and the items on them can start or receive an automation. In Make, that automation is called a scenario: a chain of modules, where each module is one brick, like a trigger, an action or a search. You assemble it visually, without writing code.
A board ready for every new client. A new deal lands in your CRM, and Create a Board opens a fresh board for it, then Create a Shape Item drops a first shape on it with the client's name. If you prefer a template, Copy a Board duplicates a board your team already polished.
A log of what changed on a workshop board. Watch Items picks up items created or modified on one specific board, and Make can pass each one to a spreadsheet or a chat tool. Your facilitator reviews the output instead of scrolling the canvas.
An inventory of your boards. List Boards returns every board the connection can see, and Get a Board fetches the details of one. Useful when you want a single place that names each board and what it is for.
Know the edges before you start. The listed modules create, copy, read and update, but none of them deletes a board. For anything the list does not cover, Make an API Call reaches the rest of the Miro API with the same connection. Both Miro triggers are scheduled, so Make checks for changes on the scenario's schedule rather than hearing about them the moment they happen.
New to the tool? The Make training covers the editor from the ground up, and if you are still choosing a platform, n8n vs Make sets the two side by side. For plan details, see Make pricing.
How do you connect Miro to Make?
- 01
Prepare an app in Miro
You need a Miro developer team account and an app created in Miro. In your profile settings, open Apps, pick your app under Created apps, add the callback URI below, then copy the Client ID and the Client secret.
- 02
Grab your Team ID
Still in Miro, go to User and Team Management, click Teams, then click your team name. The Team ID sits in the page URL: copy it from there and keep it next to the two other values.
- 03
Create the connection in Make
Add any Miro module to your scenario and click Create a connection. A connection is your Miro account linked to Make once, then reused by every Miro module. Give it a name if you like in Connection name, paste the credentials and confirm.
Your first scenario: a Miro board for each new client
GoalWhen a new client shows up in another app, Make creates a Miro board for them and places a first shape on it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. This first module is the app where your new clients appear, such as your CRM or a form tool.
- 02
Set the starting module
Search that app, pick its module that watches new records and connect the account. Every new client it finds becomes a bundle: one item that flows to the next module.
- 03
Add Create a Board
Click the + on the right, search Miro and pick Create a Board. Connect Miro as shown above, then fill the fields by mapping the client data coming from the first module.
- 04
Add Create a Shape Item
Add Create a Shape Item after it. Map the board created one step earlier, so the shape lands on the new board and not on an old one, then map the client details you want to see on it.
- 05
Test with Run once
Click Run once and create a test client in your source app. Open each module's bubble to read the bundles it received, then check in Miro that the board and its shape appeared.
- 06
Schedule and switch on
Click the clock on the first module to set the schedule, every 15 minutes by default, and switch the scenario on. From then on, each run can open boards without you touching Miro.
What can start a Miro scenario?
2 modules start a scenario when something happens in Miro. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Miro as soon as it happens.
Watch Boards
Scheduled triggerIn Make“Triggers when a board is created or modified.”
Watch Boards starts your scenario whenever a board is created or modified in your Miro team, and hands the board to the next module as a bundle. Pick it to react to the boards themselves, not to what sits on them.
Watch Items
Scheduled triggerIn Make“Triggers when a item is created or modified on the specific board.”
Watch Items follows one specific board and fires when an item on it is created or modified, such as a shape added during a session. You get each item as its own bundle, ready to be sent somewhere more structured than a canvas.
What else can Make do in Miro?
Miro gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Copy a Board
ActionIn Make“Creates new board from existing one.”
Copy a Board takes an existing board and produces a new one from it, so a layout your team already refined can be reused instead of rebuilt from scratch.
Create a Board
ActionIn Make“Creates a new board.”
Create a Board opens a blank board in Miro from inside the scenario, and returns it so the following modules can fill it or pass its details on.
Create a Shape Item
ActionIn Make“Creates an item.”
Create a Shape Item puts a shape on a board you choose, which is how a scenario writes visible content into Miro rather than just managing boards.
Get a Board
ActionIn Make“Retrieves information about a specific board.”
Get a Board fetches the details of one board you already know, so later modules can reuse what Miro stores about it without searching through the whole team.
Get an Item
ActionIn Make“Retrieves information for a specific item on a board.”
Get an Item reads a single item on a board and returns its information, which helps when another module only gave you a reference and you need the rest.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets the scenario reach any endpoint of the Miro API while reusing the connection you already created, so you are not stuck when a listed module is missing.
Update a Board
ActionIn Make“Updates an existing board.”
Update a Board changes an existing board, so its details stay in step with the project it belongs to without anyone opening Miro to edit them.
List Boards
SearchIn Make“Retrieves a list of all boards.”
List Boards returns every board the connection can reach, one bundle per board, which gives you a full picture of your Miro space in a single step.
List Items
SearchIn Make“Retrieves a list of items for specific board.”
List Items goes through one board and returns the items placed on it, so the content of a workshop can leave the canvas and be sorted elsewhere.
Need help automating Miro with Make?
A person reads every message.