Zoom ​
Manage meetings, webinars, and users with the Zoom API. Schedule meetings, manage participants, and access recordings.
| Detail | Value |
|---|---|
| Category | Communication |
| Base URL | https://api.zoom.us/v2 |
| Authentication | OAuth2 |
| Endpoints | 7 |
| Connector key | zoom |
Using Zoom in a workflow ​
- Go to Connections and click New Connection.
- Pick Zoom from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /users | List users |
| GET /users/{userId} | Get a user |
| POST /users/{userId}/meetings | Create a meeting |
| GET /users/{userId}/meetings | List meetings for a user |
| GET /meetings/{meetingId} | Get meeting details |
| DELETE /meetings/{meetingId} | Delete a meeting |
| GET /meetings/{meetingId}/recordings | Get meeting recordings |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.