API Documentation
Schedexa includes a powerful webhook system for extending the platform. Use the events below to integrate with your own services or third-party tools.
Webhook Events
appointment.created— Fired when a new appointment is bookedappointment.cancelled— Fired when an appointment is cancelledappointment.completed— Fired when an appointment is marked completedpayment.received— Fired when a payment is confirmed
Webhook payloads are delivered as JSON via HTTP POST to your configured endpoint.