Webhooks
Receive real-time notifications when events occur in your business.
Coming Soon
Webhook support is currently in development. Subscribe to our changelog for updates.
Planned Events
| Event | Description |
|---|---|
booking.created | A new booking is created |
booking.confirmed | A booking is confirmed |
booking.cancelled | A booking is cancelled |
booking.completed | A booking is marked as completed |
review.created | A new review is submitted |
customer.created | A new customer is added |
Webhook Payload Format
{
"id": "evt-uuid",
"type": "booking.created",
"createdAt": "2026-03-15T10:00:00Z",
"data": {
// Event-specific payload
}
}