π Quickstart
Connect to Zoom with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Zoom.
Authorize Zoom
Go to Connections -> Add Test Connection -> Authorize, then log in to Zoom. Later, youβll let your users do the same directly from your app.
Call the Zoom API
Letβs make your first request to the Zoom API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Zoom Integration Guides
Nango maintained guides for common use cases.- How to register your own Zoom OAuth app
Register an OAuth app with Zoom and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Zoom
Enable them in your dashboard. Extend and customize to fit your needs.Cloud Recordings
| Function name | Description | Type | Source code |
|---|---|---|---|
recording-files | Fetches a list of recordings from Zoom | Sync | π Github |
Meetings
| Function name | Description | Type | Source code |
|---|---|---|---|
create-meeting | Creates a meeting in Zoom. | Action | π Github |
delete-meeting | Deletes a meeting in Zoom | Action | π Github |
meetings | Fetches a list of meetings from Zoom | Sync | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Creates a user in Zoom. Requires Pro account or higher | Action | π Github |
delete-user | Deletes a user in Zoom. Requires Pro account or higher | Action | π Github |
whoami | Fetch current user information | Action | π Github |
users | Fetches a list of users from Zoom | Sync | π Github |