Skip to content

Zoom ​

Manage meetings, webinars, and users with the Zoom API. Schedule meetings, manage participants, and access recordings.

DetailValue
CategoryCommunication
Base URLhttps://api.zoom.us/v2
AuthenticationOAuth2
Endpoints7
Connector keyzoom

Using Zoom in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Zoom from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /usersList users
GET /users/{userId}Get a user
POST /users/{userId}/meetingsCreate a meeting
GET /users/{userId}/meetingsList meetings for a user
GET /meetings/{meetingId}Get meeting details
DELETE /meetings/{meetingId}Delete a meeting
GET /meetings/{meetingId}/recordingsGet meeting recordings

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.