Zoom
Zoom is a video conferencing platform that enables teams to communicate and collaborate remotely.
Authentication Types
Zoom supports 1 authentication method:
- OAuth - Create your own Zoom OAuth app. Every user connects with their Zoom account.
- Pros: Full control, per-user tracking, production-ready
- Cons: Requires Zoom App Marketplace setup
General Settings
Before using the connector, you may need to configure:
- Zoom Region - Your Zoom region base sub-domain (e.g.,
usforus.zoom.us)
Setting up OAuth
- Click Develop → Build App
- Choose OAuth as the app type and click Create
- Enter an App Name and click Create
- Fill in the Basic Information:
- Short description
- Long description
- Company name
- Developer contact
-
Go to the App Credentials section
-
Copy the Client ID and Client Secret
- Under Redirect URL for OAuth, add the Redirect URL from Webrix
-
Under Add Allow Lists, add the same Redirect URL
-
Go to the Scopes section
-
Click Add Scopes and select the permissions you need:
meeting:read(read meetings)meeting:write(create/update meetings)recording:read(read recordings)
-
Click Done and then Continue
-
In Webrix, paste the Client ID and Client Secret
-
Configure the region if needed
-
Select the same scopes you configured in Zoom
-
Click Save Changes