Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π 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 Recording
| Function name | Description | Type | Source code |
|---|---|---|---|
delete-recording | Delete or archive a recording in Zoom. | Action | π Github |
get-recording | Retrieve a single recording from Zoom. | Action | π Github |
Meetings
| Function name | Description | Type | Source code |
|---|---|---|---|
create-meeting-registrant | Create a meeting registrant in Zoom. | Action | π Github |
create-meeting | Create a meeting in Zoom. | Action | π Github |
delete-meeting-registrant | Delete or archive a meeting registrant in Zoom. | Action | π Github |
delete-meeting | Delete or archive a meeting in Zoom. | Action | π Github |
get-meeting-registrant | Retrieve a single meeting registrant from Zoom. | Action | π Github |
get-meeting | Retrieve a single meeting from Zoom. | Action | π Github |
list-meeting-registrants | List meeting registrants from Zoom. | Action | π Github |
list-meetings | List meetings from Zoom. | Action | π Github |
update-meeting-registrant | Update a meeting registrant status in Zoom. | Action | π Github |
update-meeting | Update a meeting in Zoom. | Action | π Github |
Recordings
| Function name | Description | Type | Source code |
|---|---|---|---|
list-recordings | List recordings from Zoom. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Create a user in Zoom | Action | π Github |
delete-user | Delete or archive a user in Zoom. | Action | π Github |
get-current-user | Fetch the authenticated Zoom user profile. | Action | π Github |
get-user | Retrieve a single user from Zoom. | Action | π Github |
list-users | List users from Zoom. | Action | π Github |
update-user | Update a user in Zoom. | Action | π Github |
Webinars
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webinar | Create a webinar in Zoom. | Action | π Github |
delete-webinar | Delete or archive a webinar in Zoom. | Action | π Github |
get-webinar | Retrieve a single webinar from Zoom. | Action | π Github |
list-webinars | List webinars from Zoom. | Action | π Github |
update-webinar | Update a webinar in Zoom. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
meetings | Sync meetings from Zoom. | Sync | π Github |
recordings | Sync recordings from Zoom. | Sync | π Github |
users | Sync users from Zoom. | Sync | π Github |
webinars | Sync webinars from Zoom. | Sync | π Github |