Zeeg Help Center
HomeSupportSign InSign Up
  • What can we help you with?
  • 🚀Getting Started
    • How to set up Zeeg in four quick steps
    • Calendar Integration
      • Google Calendar
        • Google Calendar "Unknown senders" email invitations
      • Apple iCloud Calendar
    • Creating your scheduling page
    • Get your digital business card
    • Sharing your Zeeg scheduling link
      • Adding your scheduling link to your email signature
      • Sharing your scheduling QR code
  • 🗓️Managing Availability
    • Defining your available times
      • How to create an availability schedule
      • Availability hours of a scheduling page
      • Define different time zones for your Availability Schedules
    • Define event limits
    • Advanced scheduling settings
    • Single-use scheduling links
    • How to hide your scheduling page on Zeeg
    • How to manage unwanted bookings on Zeeg
    • Available times are not displayed on your appointment page?
  • Times should be blocked, but are displayed as available?
  • 🔗Integrations & automations
    • Video Conferencing
      • Google Meet
      • Webex
        • How Zeeg interacts with Webex
      • Zoom
        • How Zeeg interacts with Zoom
        • Adding a passcode for your Zoom meetings
        • Uninstalling Zoom
    • Embedding Zeeg on your site
      • How to Add Zeeg Meeting Scheduling to Your Squarespace Site
    • Zapier Integration
    • Stripe Integration
    • PayPal Integration
    • Google Analytics Integration
    • Meta Pixel Integration
    • HubSpot Integration
    • Salesforce Integration
    • Customize your event confirmation page
    • Events webhooks
  • 📅Automated Scheduling
    • Hosting group events with multiple invitees
      • How to set a particular time for a group event?
    • Hosting multiuser collective events
      • Team collective events
      • Shared collective events
    • Ask questions from invitees on your scheduling page
      • Collect consent for your appointments with custom Event Questions
    • How to cancel a scheduled meeting
    • How round robin distribution works
    • How to prefill invitee information on the scheduling page
    • Storing internal invitee data with Custom Query Parameters
  • 🏢Organization
    • Define your organization
    • Add users to your organization
    • Teams in Zeeg
      • Create a team in Zeeg
      • Add team members
    • Organization and Team Roles
    • How to setup SSO with Azure AD (SAML)
    • How to configure SCIM with Azure AD
    • Rooms and Resources
      • Microsoft 365 Resources and RoomLists
Powered by GitBook
On this page
  1. Integrations & automations

Events webhooks

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

Last updated 12 months 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 .

How to create a webhook subscription

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

  2. Use our endpoint to create your webhook subscription.

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

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.

🔗
subscriptions
API Tokens
Webhooks API