Skip to main content

Events webhooks

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

Written by Fernando Figueiredo
Updated over 2 weeks ago

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 Workspace 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.


How to configure your webhook

1. Go to Workspace Settings and navigate to the Webhooks section

2. Click + Create webhook

3. Fill in the webhook configuration form

4. Save your webhook


Automatic deletion of unavailable webhooks

When Zeeg communicates with your callbackUrl, if it receives any of the following responses, your webhook will be automatically deleted:

  • DNS resolution failure, i.e. when our systems cannot resolve the hostname of your callbackUrl.

  • HTTP 404 Not Found

  • HTTP 410 Gone

We will notify the owner of the webhook with an email about this event.

Did this answer your question?