setup-zoom-webhooks

Installation
SKILL.md

/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

// Express.js webhook handler
const crypto = require('crypto');
Installs
1.2K
GitHub Stars
22.4K
First Seen
Apr 9, 2026
setup-zoom-webhooks — anthropics/knowledge-work-plugins