Meraki Make integrationAutomate Meraki with Make.
What can the Meraki Make integration do for the people who run your network? It gives you 9 modules, 8 actions and 1 search, to handle organizations and networks without code. This guide links your API key, builds a first scenario and explains when each module fits.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Meraki Make integration automate?
The Meraki Make integration connects your Meraki account to Make, a no-code tool where you chain modules into a scenario. A scenario is the automation you build, and a module is one brick of it. With Meraki, those bricks create, read, update and delete organizations and networks from your account, in response to what happens in your other apps.
Keep an inventory without copying it by hand. List Organizations returns every organization your key can see, and Get an Organization or Get a Network pulls the details of one. Send the result to a spreadsheet or a report app, and the inventory follows your account instead of someone's memory.
Turn a request into a change. When a ticket or a form in another app asks for a network change, Update a Network applies it, and Update an Organization does the same one level up. The request stays the record of who asked for what.
Open and close accounts in one flow. Create an Organization sets up a new one when a deal is signed elsewhere; Delete an Organization and Delete a Network clean up when it ends. Put a human approval step before any delete.
What Make does not give you here: Meraki has no trigger in Make, so Make cannot watch the account for changes by itself. A scenario starts on a schedule or on another app's event. For any endpoint the listed modules skip, Make an API Call reuses the same connection. If you are weighing tools, the n8n vs Make comparison lays out the criteria, the Make pricing page explains operations, and the Make training covers scenario building step by step.
How do you connect Meraki to Make?
- 01
Add a Meraki module
Log in to Make, open your scenario and add any Meraki module, for example Get an Organization. In the module panel, click Create a connection. A connection is your Meraki account linked to Make once, then reused by every Meraki module you add later.
- 02
Paste your API key
You can type a label in Connection name, which is optional but handy when several accounts are linked. Then paste the key you copied from your Meraki account into the API key field. Make needs nothing else from you on this screen.
- 03
Save and confirm access
Click Save. If Meraki asks you to authenticate or confirm access, accept it in the window that opens. The connection then appears in the module's dropdown, and Make can list the organizations and networks it is allowed to read.
Your first scenario with Meraki and Make
GoalWhen a change request lands in another app, Make reads the Meraki network, then applies the update.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Pick the app where requests arrive, such as your ticketing or form tool, and choose the trigger that fires on a new request.
- 02
Add Get a Network
Click the + to the right of the trigger, search for Meraki and pick Get a Network. Create the connection with your API key, then map the network named in the request from the previous module.
- 03
Add Update a Network
Add a second Meraki module, Update a Network. Map the network from Get a Network and the new values from the request. Reading first means you can check what the network looked like before the change.
- 04
Test with Run once
Submit one test request, then click Run once. Open each module's bubble to read the bundle it received, a bundle being one item passed from module to module. Use a test network for this first run.
- 05
Set the schedule and switch on
Open Scheduling on the first module. With a scheduled trigger, a new scenario checks every 15 minutes by default, and the Free plan cannot go below that; an instant trigger runs as soon as the request arrives. Switch the scenario on and each new request goes through the same path.
What each Meraki module does in Make
Meraki gives you 9 modules in 3 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Organizations
5 modulesCreate an Organization
ActionIn Make“Creates a new organization.”
Sets up a brand new organization in your Meraki account from inside a scenario, so onboarding a site or a client no longer waits for someone to open the dashboard.
Update an Organization
ActionIn Make“Updates an organization.”
Changes an existing organization so the account reflects a decision made in another tool, without anyone logging in to edit it by hand.
Get an Organization
ActionIn Make“Gets an organization.”
Reads one organization and hands its details to the next module as a single bundle. It is the safe way to look before you change anything.
List Organizations
SearchIn Make“Lists all organizations.”
Returns every organization your API key can reach, one bundle per organization, which makes it the starting point of any inventory or audit scenario.
Delete an Organization
ActionIn Make“Deletes an organization.”
Removes an organization from your Meraki account, the last step of an offboarding flow when an account really closes.
Networks
3 modulesUpdate a Network
ActionIn Make“Updates a network.”
Applies a change to one network, which turns a request written in a ticket or a form into the actual edit in Meraki.
Get a Network
ActionIn Make“Gets a network.”
Fetches the details of one network and passes them on, so later modules work from what Meraki really holds and not from what a request claims.
Delete a Network
ActionIn Make“Deletes a network.”
Removes one network from its organization, useful when a site closes and the configuration should not linger in the account.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Meraki API with the connection you already set up, so you are not stuck when the 8 other modules stop short of what you need.
Need help automating Meraki with Make?
A person reads every message.