Webhooks Configuration
Receive real-time notifications when booking events occur in your BookEase account.
Configured Endpoints
| Endpoint Name | URL | Events | Status | Last Delivery | Actions |
|---|---|---|---|---|---|
| Production CRM | https://api.example.com/webhooks/booking | booking.createdpayment.success | โ Active | 2 min ago | |
| Slack Notifications | https://hooks.slack.com/services/T00/B00/xxxx | booking.cancelledbooking.updated | โ Active | 1 hr ago | |
| Legacy Analytics | https://old-system.example.com/track | booking.created | โ Inactive | 14 days ago |
Delivery Logs
2025-01-15 14:32
booking.created
https://api.example.com/webhooks/booking
200 OK
2025-01-15 14:28
payment.success
https://api.example.com/webhooks/booking
200 OK
2025-01-15 13:15
booking.cancelled
https://hooks.slack.com/services/T00/B00/xxxx
503 Retry
2025-01-15 12:04
booking.updated
https://hooks.slack.com/services/T00/B00/xxxx
200 OK
Available Events
booking.created
New Booking Created
Triggered when a customer successfully completes a new booking reservation.
booking.updated
Booking Details Changed
Triggered when date, time, service, or customer details are modified.
booking.cancelled
Booking Cancelled
Triggered when a booking is cancelled by either the customer or admin.
payment.success
Payment Received
Triggered when a payment for a booking is successfully processed.
payment.refunded
Payment Refunded
Triggered when a refund is issued for a completed or partial payment.
reminder.sent
Notification Sent
Triggered when an automated SMS or email reminder is dispatched.