The following connector allows airbyte users to fetch various meetings & webinar data points from the Zoom source. This connector is built entirely using the low-code CDK.
Please note that currently, it only supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.
Currently this source supports the following output streams/endpoints from Zoom:
- Users
- Meetings
- Webinars
- Report Meetings
- Report Meeting Participants
- Report Webinars
- Report Webinar Participants
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Coming soon |
Replicate Incremental Deletes | Coming soon |
SSL connection | Yes |
Namespaces | No |
Most of the endpoints this connector access is restricted by standard Zoom requests limitation, with a few exceptions. For more info, please check zoom API documentation. We’ve added appropriate retries if we hit the rate-limiting threshold.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Zoom JWT Token
Please read How to generate your JWT Token.