Salonify Docs

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

EventDescription
booking.createdA new booking is created
booking.confirmedA booking is confirmed
booking.cancelledA booking is cancelled
booking.completedA booking is marked as completed
review.createdA new review is submitted
customer.createdA new customer is added

Webhook Payload Format

{
  "id": "evt-uuid",
  "type": "booking.created",
  "createdAt": "2026-03-15T10:00:00Z",
  "data": {
    // Event-specific payload
  }
}