Choose the best Zoom architecture and integration approach for your use case.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "choose-zoom-approach" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/choose-zoom-approach/SKILL.md 2. Save it as ~/.claude/skills/choose-zoom-approach/SKILL.md 3. Reload skills and tell me it's ready
We need to notify our internal system when a user's Zoom meeting starts, ends, and recording is completed. Compare REST API, Webhooks, and WebSockets, and recommend an architecture with reasoning, latency considerations, and implementation complexity.
A recommended Zoom architecture for event notifications, including tradeoffs and implementation guidance.
We are building a vertical application and need embedded real-time audio and video in our own interface. Compare Meeting SDK, Video SDK, and Zoom Apps SDK in terms of product fit, customization flexibility, development cost, and limitations, then recommend an approach.
A comparison and recommendation for embedded audio-video product architecture to support technical decision-making.
We need to sync meeting data, receive real-time events, and support phone or contact center capabilities for customer service. Determine whether a hybrid approach using REST API, Webhooks, SDKs, and Phone/Contact Center makes sense, and suggest system boundaries, data flows, and implementation priorities.
A hybrid Zoom architecture recommendation with clear component roles, data flows, and phased rollout guidance.
Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required.
| Problem Type | Primary Zoom Surface |
|---|---|
| Deterministic backend automation, account management, reporting, scheduled jobs | rest-api |
| Event delivery to your backend | webhooks or websockets |
| Embed Zoom meetings into your app | meeting-sdk |
| Build a fully custom video experience | video-sdk |
| Build inside the Zoom client | zoom-apps-sdk |
| AI-agent tool workflows over Zoom data | zoom-mcp |
| Real-time media extraction or meeting bots | rtms plus meeting-sdk when needed |
| Phone workflows | phone |
| Contact Center or Virtual Agent flows | contact-center or virtual-agent |
rest-api + zoom-mcp when the user needs both stable system actions and AI-driven discovery.Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Choose the right Zoom surface for a product use case with clear tradeoffs.
Turn an approved brief into social assets, copy, and a staged campaign.
Set up Zoom WebSockets for low-latency, persistent event delivery.
Decide when Zoom MCP fits and create a safe Claude setup plan.
Build and troubleshoot Zoom Contact Center integrations, state handling, and callbacks.
Get shared Zoom platform guidance for auth, scopes, app models, and routing.
Implement Zoom Meeting SDK joins, auth flows, and platform-specific integrations.
Embed contact center chat, video, and event workflows into web apps.