Events webhooks

Learn how to set up a Zeeg webhook and receive real-time data on scheduled or cancelled Zeeg events.

Zeeg's API supports webhooks, allowing you to receive updates on Zeeg events in real-time. You can subscribe to either scheduled events to get notified when a new event is scheduled or cancelled events to receive alerts when an event is cancelled.

Webhooks are available in the paid Business and Enterprise subscriptions.

How to create a webhook subscription

  1. Create an API token from your Account Settings > API Tokens and copy it.

  2. Use our Webhooks API endpoint to create your webhook subscription.

Once your webhook is active, event data will be sent to the endpoint you specified.

Last updated