Background reference for Zoom event delivery over HTTP. Prefer workflow skills first, then use this file for verification, subscription, and delivery details.
Prerequisites
Zoom app with Event Subscriptions enabled
HTTPS endpoint to receive webhooks
Webhook secret token for verification
Need help with authentication?
See the
zoom-oauth
skill for OAuth setup.
Quick Start
// Express.js webhook handler
const
crypto
=
require
(
'crypto'
)
;
// Capture raw body for signature verification (avoid re-serializing JSON).
See
general/references/community-repos.md
Resources
Webhook docs
:
https://developers.zoom.us/docs/api/webhooks/
Event reference
:
https://developers.zoom.us/docs/api/rest/reference/zoom-api/events/
Developer forum
:
https://devforum.zoom.us/
Environment Variables
See
references/environment-variables.md
for standardized
.env
keys and where to find each value.