Easily Integrate Zoom Webhooks with your application.

https://marketplace.zoom.us/docs/api-reference/webhook-reference/#objects-actions-and-events

Steps to receive Zoom Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Zoom. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Zoom, you'll see it under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Save countless hours integrating Zoom webhooks into your application.

Integrating Zoom Webhooks Using Javascript

Integrating Zoom webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Zoom Webhooks Using Ruby

Integrating Zoom webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Zoom Webhook Authentication

Here's how it works

Supported Zoom Webhook Events