Resources · Make integration

Webex Meetings Make integrationAutomate Webex Meetings with Make.

Can Make react when a Webex meeting starts? Yes. The Webex Meetings Make integration gives you 2 modules: one trigger that spots started meetings and one open API call. This page walks you through the connection, a first scenario and the right moment to use each module.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Webex Meetings Make integration do for you?

The Webex Meetings Make integration links your Webex account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that each do one job. Here, Make notices when one of your meetings has started and passes that meeting along to the rest of your tools, or calls the Webex API directly when you need more.

A log of every meeting that actually happened. Put Watch Meeting Started first, then add a spreadsheet or database module from another app. Each started meeting becomes one row, which gives an ops lead a trace without asking anyone to fill in a form.

A heads-up for the people who are not in the call. The same trigger can feed a chat or email module, so a support team learns that the client review has begun and can stay available.

Anything the listed modules skip. Make an API Call reaches any endpoint of the Webex API with the connection you already set up. It asks for more care, but it covers the gaps.

Know the limits before you start. The catalog holds only these two modules, and the trigger is scheduled: Make checks Webex on the scenario's schedule, it is not warned the moment a meeting opens. The Make documentation for this app also flags that it was partly generated by AI and may contain mistakes, so test each step. For costs, read Make pricing; if you are still weighing tools, n8n vs Make lays out the criteria. To learn the editor step by step, see Make training.

Connect

How do you connect Webex Meetings to Make?

  1. 01

    Check your Webex access

    You need an active Webex account and a developer access token. If your company wants its own credentials, create an integration in the Webex for Developers portal and copy the Client ID and Client secret it shows.

  2. 02

    Add a module and open the connection

    In your scenario, add a Webex Meetings module and click Create a connection. A connection is your Webex account linked to Make once, then reused by every Webex module. You can give it a clear name in Connection name.

  3. 03

    Enter your credentials

    Paste the credentials copied from your Webex account, or follow the instructions Make displays on screen. Once saved, the connection appears in the module and you can move on to its settings.

First scenario

Your first scenario with Webex Meetings

GoalWhen a meeting starts in Webex Meetings, Make calls the Webex API to work on that same meeting.

  1. 01

    Create the scenario

    Open the Scenarios page in Make, create a new scenario and click the big + to place your first module on the canvas.

  2. 02

    Add the Webex trigger

    Search for Webex Meetings, pick Watch Meeting Started and select your connection, or click Create a connection if this is your first Webex module.

  3. 03

    Call the Webex API

    Click the + to the right of the trigger and add Make an API Call. Using the Webex API reference, write the request your team needs and map the meeting data from the trigger into it.

  4. 04

    Test with Run once

    Start a Webex meeting, then click Run once. Each module shows the bundles it received: a bundle is one item passing between modules, here one meeting.

  5. 05

    Schedule and switch on

    Click the clock on the first module to set how often Make checks Webex (every 15 minutes by default), then switch the scenario on.

Triggers

What starts a Webex Meetings scenario

1 module starts a scenario when something happens in Webex Meetings. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Webex Meetings as soon as it happens.

Webex Meetings1Watch Meeting Started

Watch Meeting Started

Scheduled trigger

In MakeTriggers when a meeting has been started.

This trigger hands your scenario each Webex meeting that has started, so the rest of the chain can log it, share it or act on it without anyone copying details by hand.

How it fires
it is a scheduled trigger, so Make checks the app on the scenario's schedule; every 15 minutes by default, and never more often than that on the Free plan.
When to use it
you want a record or an alert built from meetings that really took place, rather than from what was planned in a calendar.
Watch out
a meeting is spotted at the next check, not the second it opens, so do not build a flow that needs to act before people join.
Modules

What else Make can do with Webex Meetings

Webex Meetings gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.

Webex Meetings1

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

With this module you reach any endpoint of the Webex API from your scenario, reusing the connection you already created, so you are not stuck with a single trigger.

When to use it
your need goes beyond spotting started meetings and no dedicated module exists for it in the Make catalog.
Watch out
you write the request yourself, so keep the Webex API reference open and test with Run once before switching anything on.
Need help

Need help automating Webex Meetings with Make?

A person reads every message.

FAQ

Webex Meetings and Make: common questions

01Is the Webex Meetings Make integration free?
Yes, Webex Meetings is a standard app in Make, so it is available from the Free plan. That plan lets you keep 2 active scenarios, checks scheduled triggers at most every 15 minutes, runs each scenario for up to 5 minutes and moves 512 MB of data. Paid plans such as Core, Pro and Teams lower the interval to 1 minute and count usage in credits. Your Webex subscription is a separate matter, handled on the Webex side.
02What does the Webex Meetings Make integration need to connect?
You need an active Webex account and a developer access token. In Make, add a Webex Meetings module, click Create a connection, optionally name it, then enter the credentials copied from Webex or follow the instructions on screen. If you prefer your own integration, create it in the Webex for Developers portal, set the callback URI Make gives in its documentation, choose the scopes and copy the Client ID and Client secret.
03Does the Webex Meetings trigger in Make react in real time?
No. Watch Meeting Started is a scheduled trigger: Make asks Webex whether a meeting has started each time the scenario runs on its schedule. A new scenario runs every 15 minutes by default, which is also the shortest interval on the Free plan, while paid plans can go down to 1 minute. The integration has no instant trigger, so a short delay between the start of the meeting and your scenario is normal.
04What if a Webex Meetings module is missing in Make?
Use Make an API Call. It calls any endpoint of the Webex API with the connection you already set up, which covers what the two listed modules leave aside. You build the request yourself from the Webex API reference, then check the result with Run once. Keep in mind that the Make documentation for this app says it was partly written by AI and may hold mistakes, so verify important details with Webex.
05Make or n8n for Webex Meetings: which one fits?
It depends on your criteria. On Make, Webex Meetings offers a scheduled trigger for started meetings and Make an API Call for everything else, and it sits in a catalog of more than 3,000 standard apps you can chain to it. If you are also looking at n8n, check whether a Webex node covers your need there, then compare both tools on your own cases: how your team builds, which apps you connect and how often scenarios must run.