Agent skill · marketing growth · anthropics
setup-zoom-webhooks
Reference skill for Zoom webhooks. Use after routing to an event-driven workflow when implementing subscriptions, signature verification, delivery handling, retries, or event-type selection.
Why this skill is useful
Provides specific implementation details for handling Zoom webhooks, including signature verification and event handling patterns that the AI wouldn't reliably generate on its own.
What it needs
Requires express installed locally. Requires zoom account access. About 2k tokens when loaded. Last updated 2026-08-07. 23,345 stars on the source repository.
What this skill does
/setup-zoom-webhooks 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 Common Events Event Description ------- ------------- meeting.started Meeting has started meeting.ended Meeting has ended meeting.participantjoined Participant joined meeting recording.completed Cloud recording ready user.created New user added Detailed References references/events.md - Complete event types reference references/verification.md - Webhook URL validation references/subscriptions.md - Event subscriptions API Troubleshooting RUNBOOK.md - 5-minute preflight checks before deep debugging troubleshooting/common-issues.md - Signature verification, retries, URL validation Sample Repositories Official (by Zoom) Type Repository Stars ------ ------------ ------- Node.js webhook-sample 34 PostgreSQL webhook-to-postgres 5 Go/Fiber Go-Webhooks - Header Auth zoom-webhook-verification-headers - Community Language Repository Description ---------- ------------ ------------- Laravel binary-cats/laravel-webhooks Laravel webhook handler AWS Lambda splunk/zoom-webhook-to-hec Serverless to Splunk HEC Node.js Will4950/zoom-webhook-listener Webhook forwarder Express+Redis ojusave/eventSubscriptionPlayground Socket.io + Redis Multi-Language Samples (by tanchunsiong) Language Repository ---------- ------------ Node.js Zoom-Webhook-Signature-OAuth-and-REST-API-Development-Sample-In-NodeJS C# Zoom-Webhook-Signature-OAuth-and-REST-API-Development-Sample-In-ASP.NET-Core-C- Java Zoom-Webhook-Signature-OAuth-and-REST-API-Development-Sample-In-Java-Spring-Boot Python Zoom-Webhook-Signature-OAuth-and-REST-API-Development-Sample-In-Python PHP Zoom-Webhook-Signature-OAuth-and-REST-API-Development-Samp …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills anthropics/webhooks