setup-zoom-webhooks Skill
Use when building Zoom webhooks. Published by openai in plugins.
What is setup-zoom-webhooks Skill?
Use when building Zoom webhooks. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use setup-zoom-webhooks Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/zoom/skills/webhooks/SKILL.md
What it does
Use when building Zoom webhooks.
Skill instructions
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 1. Identify the event types and resource scope before creating subscriptions. 2. Implement endpoint verification and signature verification before processing business logic. 3. Store raw event IDs, timestamps, and delivery metadata for replay protection and debugging. 4. Make handlers idempotent because Zoom can retry delivery. 5. Separate webhook ingestion from downstream API calls with a queue when reliability matters. 6. 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/
Explore related resources
Frequently asked questions
What is setup-zoom-webhooks?
setup-zoom-webhooks is a open-source AI agent skill with Copy skill directory. Use when building Zoom webhooks.
Who is setup-zoom-webhooks best for?
setup-zoom-webhooks is best for reusing agent instructions, scripts, and references.
How do I install setup-zoom-webhooks?
Install or run setup-zoom-webhooks using Copy skill directory. Check setup-zoom-webhooks for the latest setup command.
Is setup-zoom-webhooks actively maintained?
setup-zoom-webhooks may need a closer maintenance check before production use.
Auto-fetched from GitHub.