How can we help?

Creating webhooks

Webhooks allow you to automatically send data to your application whenever specific events occur. Instead of repeatedly checking for updates, your system receives instant notifications the moment specific events occurs, making webhooks ideal for integrating with CRMs, sending custom alerts to tools like Slack, syncing data with your internal systems, or triggering automated workflows.

NeetoCal supports the following webhook events:

  • Booking created

  • Booking rescheduled

  • Booking cancelled

  • Booking requested

  • Booking rejected

  • Booking notes updated

  • Meeting outcome updated

  • Host updated

  • Booking started

Creating a webhook

  1. Go to Admin Panel.

  2. Click on Webhooks.

  3. Click on Add New Webhook.

  4. Add an endpoint that would support a POST request containing the payload.

  5. Choose an event you want to subscribe to through this webhook.

  6. Optionally, provide a secret to verify the request is from your Neeto product.

  7. Click on Save Changes to create the webhook.

Once a webhook is created, the events that it subscribes to will start sending payloads to the endpoint specified in the webhook.