Skip to main content

Zoom

Overview

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.

Output schema

Currently this source supports the following output streams/endpoints from Zoom:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncComing soon
Replicate Incremental DeletesComing soon
SSL connectionYes
NamespacesNo

Performance considerations

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.

Getting started

Requirements

  • Zoom Server-to-Server Oauth App

Setup guide

Please read How to generate your Server-to-Server OAuth app .

info

JWT Tokens are deprecated, only Server-to-Server works now. link to Zoom

Reference

Config fields reference

Field
Type
Property name
string
account_id
string
client_id
string
client_secret
string
authorization_endpoint

Changelog

VersionDatePull RequestSubject
1.1.02024-02-2235369Publish S2S Oauth connector with fixed authenticator
1.0.02023-7-2825308Replace JWT Auth methods with server-to-server Oauth
0.1.12022-11-3019939Upgrade CDK version to fix bugs with SubStreamSlicer
0.1.02022-10-2518179Initial Release