Zoom Rivet SDK
Use this skill when building a server-side Zoom integration with Rivet rather than hand-rolled API and webhook plumbing.
Workflow
- Confirm Rivet is the right abstraction for the integration’s REST, webhook, auth, and deployment needs.
- Model the modules: app configuration, OAuth, API clients, webhook handlers, and business workflow handlers.
- Implement the smallest authenticated API call and webhook receiver before composing multi-module flows.
- Keep deployment constraints explicit, especially Lambda-style receivers and environment variable handling.
- Debug by checking app credentials, token refresh, webhook signature handling, module wiring, and framework version drift.
References
- Full preserved guide: references/full-guide.md
- Rivet overview: rivet-sdk.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Getting started pattern: examples/getting-started-pattern.md
- Multi-client pattern: examples/multi-client-pattern.md
- Common issues: troubleshooting/common-issues.md