OpenAI logo

Skill

setup-zoom-webhooks

configure Zoom webhooks

Published by OpenAI Updated Jun 30
Covers API Development Zoom Webhooks

Description

Use when building Zoom webhooks.

SKILL.md

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

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.