Zoom Webhook Listener [Sample App]

Zoom Webhook Listener


This example app uses Node.js + Express to create a Zoom webhook event listener and forwarder.

If you are trying to get started with Zoom webhook events, this might be the app for you!

Features

  • ngrok is included with ability to add authtoken.
  • Can act as middleware to handle validation requests.
  • Docker support
  • Supports Zoom CRC check for webhook URL validation. See this page for details.
  • Supports Zoom x-zm-signature header for webhook event verification. See this page for details.

Getting Started

Check out the repository on GitHub.

4 Likes

Super Great Project @will.hughes ! Thanks for sharing it with the Zoom Developer Forum !