Zoom Make integrationAutomate Zoom with Make.
Your Zoom account can handle the dull half of your meetings on its own. The Zoom Make integration brings 30 modules, 5 of them instant triggers, to open meetings, register attendees, fetch recordings and post chat messages. No code anywhere, and a first scenario you build here.
Verified Trustpilot reviews · AI, automation & growth agency
What does a Zoom Make integration actually automate?
Make is a visual automation tool where you assemble a scenario, a chain of steps that runs without you. Each step is a module: one Zoom action, one trigger, one search. Zoom brings 30 of them, so Make can open a meeting, sign someone up for a webinar, go and get a recording or drop a message in a channel while your attention is elsewhere.
Recordings that file themselves. Watch recordings catches the event, Download a cloud recording pulls the file into the scenario, and the module after it puts the video where your team actually looks for it.
Attendee lists that stay current. Add a webinar registrant turns a form fill into a real seat, List webinar registrants reads the session back out, and your CRM stops living on exports.
Rooms that appear on their own. Create a meeting opens the call from whatever event deserves one, Send a chat message tells the channel it exists, and nobody copies a link by hand again.
What Make will not do here: the 30 modules stop at meetings, webinars, registrants, panelists, recordings and chat. Anything past that line goes through Make an API call, which reaches any part of the Zoom API with the same connection. Zoom also exists as an n8n node, so if the tool itself is still an open question, the n8n vs Make comparison and the Zoom n8n integration page are the two pages to read next. To learn the editor properly rather than by trial, there is Make training.
How do you connect Zoom to Make?
- 01
Add a Zoom module and open the connection window
Drop any Zoom module into your scenario and click Create a connection. A connection is your Zoom account linked to Make once, then reused by every Zoom module. If the module carries the instant tag, Make wants a webhook first, the call Zoom sends when something happens: click Create a webhook, then Create a connection.
- 02
Collect your credentials in the Zoom App Marketplace
Zoom will not talk to Make without a registered app of your own. Log in to the Zoom App Marketplace, click Manage, open Created Apps and select your OAuth app. If Zoom asks for a callback URI, the one to paste is
https://www.integromat.com/oauth/cb/zoom-user. - 03
Paste the credentials and finish the authorization
Copy the Client ID and the Client secret shown on your screen, paste them into Make, then follow whatever the authorization window asks for. The optional Connection name field only matters once a second Zoom account joins the mix, and the connection then serves every Zoom module in every scenario.
Your first scenario: back up a Zoom recording
GoalWhen a recording event happens in Zoom, Make pulls the file and hands it to the app that keeps it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to place the first module. Search Zoom by name, then pick Watch recordings.
- 02
Connect your Zoom account
This module has the instant tag, so Make asks for a webhook before anything else. Click Create a webhook, then Create a connection, and authorize with the credentials from your Zoom app.
- 03
Add the download step
Click the + to the right of the trigger and add Download a cloud recording. Map the values it needs from the bundle the trigger sent, a bundle being one item passing from one module to the next.
- 04
Test with Run once
Run once executes the scenario a single time, for testing. Click it, then make a recording event happen in Zoom. Each module shows the bundle it received, which is where you confirm the file really came through.
- 05
Switch the scenario on
Save, then flip the scenario on. The trigger is instant, so there is no interval to choose: Make waits for Zoom to call it and the chain runs at the next recording event.
What starts a Zoom scenario?
5 modules start a scenario when something happens in Zoom. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Zoom as soon as it happens.
Watch chat channels
Instant triggerIn Make“Triggers when your activity in a channel occurs.”
Watch chat channels keeps an eye on what happens to the Zoom chat channels you take part in, and hands that activity straight to the rest of your scenario.
Watch chat messages
Instant triggerIn Make“Triggers when a chat message is sent, updated, replied or deleted in your channel.”
Every message sent, edited, answered or deleted in your channel wakes this trigger up and starts the scenario with that message in hand.
Watch meetings
Instant triggerIn Make“Triggers when an event occurs in your meeting.”
This one listens to the life of a meeting and fires when an event occurs in it, which is the usual way to hang a scenario off a call without ever opening Zoom again.
Watch recordings
Instant triggerIn Make“Triggers when a recording event occurs in your meeting.”
Recording events from your meetings land here, and that is the starting line for anything that files, converts or shares a Zoom recording.
Watch webinars
Instant triggerIn Make“Triggers when an event occurs in your webinar.”
Nothing moves in a webinar without this trigger knowing: the session's events reach Make and the scenario picks up from there.
Every Zoom action and search, one by one
Zoom gives you 25 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a meeting registrant
- Add a webinar registrant
- Add webinar panelists
- Create a meeting
- Create a webinar
- Delete a cloud recording
- Delete a meeting
- Delete a webinar
- Download a cloud recording
- End a meeting
- Get a meeting
- Get a webinar
- Make an API call
- Remove a webinar panelist
- Send a chat message
- Update a meeting
- Update a webinar
- Update meeting registrants status
- Update webinar registrants status
- List cloud recordings
- List meeting registrants
- List meetings
- List webinar panelists
- List webinar registrants
- List webinars
Add a meeting registrant
ActionIn Make“Registers a participant for a meeting.”
Signs one person up for a meeting that already exists, so the seat is booked without anyone retyping a name in Zoom.
Add a webinar registrant
ActionIn Make“Registers a participant for a webinar.”
Turns a signup into a real webinar registrant, which is what you need when the form lives on your landing page and the session lives in Zoom.
Add webinar panelists
ActionIn Make“Registers multiple panelists for a webinar.”
Registers several speakers for a webinar in one call, which is the real difference with the registrant modules: this one thinks in groups.
Create a meeting
ActionIn Make“Creates a meeting for a user.”
Opens a new meeting for a Zoom user, so the call exists before anyone thinks about creating it.
Create a webinar
ActionIn Make“Creates a webinar for a user.”
Builds the webinar itself, empty and ready, which is the step everything else hangs off: registrants, panelists, recordings.
Delete a cloud recording
ActionIn Make“Removes a recording from a meeting or webinar.”
Removes a recording from a meeting or a webinar, which is how a scenario keeps the Zoom cloud tidy once the file lives somewhere else.
Delete a meeting
ActionIn Make“Removes a meeting by its ID. Occurrences of a recurring meeting can be removed by the occurrence ID.”
Cancels a meeting from its ID, and a recurring meeting can be trimmed to a single date by passing the occurrence ID instead.
Delete a webinar
ActionIn Make“Removes a webinar for a user.”
Deletes a webinar from the user's account, definitively.
Download a cloud recording
ActionIn Make“Downloads a Cloud Recording by its URL and token.”
Pulls the recording file into the scenario from its URL and token, so the next module can store it, send it or convert it.
End a meeting
ActionIn Make“Ends a meeting for a user.”
Closes a meeting that is still running, from the scenario instead of from the host's screen.
Get a meeting
ActionIn Make“Retrieves the details of a meeting.”
Reads one meeting and brings its details back into the scenario, which is how a message or a record gets filled with real information instead of a placeholder.
Get a webinar
ActionIn Make“Retrieves the details of a webinar.”
Brings back the details of a single webinar, usually because the scenario has to write something about that session somewhere else.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
The escape hatch. Any part of the Zoom API can be reached from here, with the same connection as every other module, for the day the catalog stops short of what you need.
Remove a webinar panelist
ActionIn Make“Removes a single panelist from a webinar.”
Takes one speaker off a webinar, precisely, without touching the rest of the panel.
Send a chat message
ActionIn Make“Sends a chat message to a channel or a contact.”
Writes a message in a Zoom channel or straight to a contact, which turns Zoom into the place where your scenario talks back to the team.
Update a meeting
ActionIn Make“Updates the details of a meeting.”
Pushes a change onto a meeting that already exists, so Zoom follows what the rest of your tools already know.
Update a webinar
ActionIn Make“Updates the details of a webinar.”
Changes the details of a webinar already in the account, one session at a time.
Update meeting registrants status
ActionIn Make“Updates registrants status for a meeting.”
Moves the registrants of a meeting from one status to another, which saves someone going through the Zoom list by hand.
Update webinar registrants status
ActionIn Make“Updates registrants status for a webinar.”
Applies a status change to the people registered for a webinar. One module, one session, the one you point it at.
List cloud recordings
SearchIn Make“Searches cloud recordings from a meeting or a webinar.”
Searches the cloud recordings of a meeting or a webinar and sends what it finds into the scenario.
List meeting registrants
SearchIn Make“Lists all registrants of a meeting.”
Returns the people registered for a meeting, one bundle each, ready for whatever comes next.
List meetings
SearchIn Make“Lists all meetings, optionally by category.”
Goes through the meetings of the account, and the search can be narrowed by category.
List webinar panelists
SearchIn Make“Lists all panelists of a webinar.”
Gives you the panel of a webinar, speaker by speaker.
List webinar registrants
SearchIn Make“Lists all registrants of a webinar.”
Walks through everyone signed up for a webinar and pushes them into the scenario one by one.
List webinars
SearchIn Make“Lists all webinars of a user.”
Lists the webinars of a user, and it is often the first module of a scenario that has to find a session before doing anything to it.
Need help automating Zoom with Make?
A person reads every message.
Zoom and Make, the questions that come next
01Is the Zoom Make integration free?
02What do you need to connect Zoom to Make?
03Does the Zoom trigger work in real time?
04What if a Zoom module is missing in Make?
05Make or n8n for Zoom?
Get our weekly automation tips.
No spam. Unsubscribe anytime.