
setup-zoom-webhooks
✓ Official★ 4,081by openai · part of openai/plugins
Use when building Zoom webhooks.
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Setup Zoom Webhooks
Use this skill when the integration receives Zoom events over HTTP. If the user needs persistent low-latency event streams, compare against setup-zoom-websockets.
Workflow
- Identify the event types and resource scope before creating subscriptions.
- Implement endpoint verification and signature verification before processing business logic.
- Store raw event IDs, timestamps, and delivery metadata for replay protection and debugging.
- Make handlers idempotent because Zoom can retry delivery.
- Separate webhook ingestion from downstream API calls with a queue when reliability matters.
- Debug by checking endpoint reachability, TLS, validation token handling, signature base string, app event subscription, and account-level settings.
References
- Full preserved guide: references/full-guide.md
- Signature verification: references/signature-verification.md
- Subscriptions: references/subscriptions.md
- Events: references/events.md
- Common issues: troubleshooting/common-issues.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill setup-zoom-webhooksRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.