Zoom
17 operations8 webhooks
Video conferencing platform for meetings, webinars, recordings, and calendar scheduling.
Supported operations
- ListRead-only
List all archived meeting or webinar files
Supported triggers
- Cancelled
A meeting has been cancelled or deleted
- Created
A meeting has been created
- Ended
A meeting has ended
- Participant Joined
A participant joined a meeting
- Participant Left
A participant left a meeting
- Started
A meeting has started
FAQ
Install corsair and @corsair-dev/zoom, add the Zoom plugin, and connect with OAuth. Then call methods like corsair.zoom.api.archiveFiles.list() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.
Yes. Zoom needs an OAuth app with scopes that match what you automate. Register the app in Zoom, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Zoom, GitHub, Notion, Stripe, and the rest. Trigger Zoom from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for video conferencing platform for meetings, webinars, recordings, and calendar scheduling. Common builds include sync jobs, admin tooling, and agents that call Zoom APIs from your backend. Webhook handlers react to Zoom events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Zoom records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Zoom API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/zoom in the open repo. When Zoom ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Zoom data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Zoom data on your behalf.