- OAuth2 authentication (BYOK only; bring your own Zoom OAuth app credentials)
BYOK (Bring Your Own Keys)
Zoom requires you to use your own OAuth app credentials. Follow these steps to set up:1
Create a Zoom OAuth App
Go to the Zoom App Marketplace and create a new app.
- App type: General App (OAuth 2.0 user authorization)
2
Configure Redirect URI
In your app settings, add the following OAuth Redirect URL:
3
Add Required Scopes
Under Scopes, add the following:
4
Add Credentials to VibeFlow
Copy your Client ID and Client Secret from the Zoom app dashboard and paste them into the VibeFlow connector modal when setting up the Zoom integration.Your credentials are encrypted by default and stored securely.
Your credentials are encrypted by default and stored securely.
Available Endpoints
POST /api/actions/zoom/meetings
POST /api/actions/zoom/meetings
Create a Zoom meeting
GET /api/actions/zoom/meetings
GET /api/actions/zoom/meetings
List Zoom meetings
GET /api/actions/zoom/meetings/{meetingId}
GET /api/actions/zoom/meetings/{meetingId}
Get a Zoom meeting
PUT /api/actions/zoom/meetings/{meetingId}
PUT /api/actions/zoom/meetings/{meetingId}
Update a Zoom meeting
DELETE /api/actions/zoom/meetings/{meetingId}
DELETE /api/actions/zoom/meetings/{meetingId}
Delete a Zoom meeting

