Back to Docs
Developer Reference
Webhook Integrations
Deploy secure real-time notification endpoints for calendar and payment events.
Request ConsolePayload
// Webhook Notification Payload
{
"event": "appointment.created",
"created_at": "2026-06-08T15:00:00Z",
"data": {
"appointment_id": "apt_01h8a",
"customer_name": "Rahul Sharma",
"service": "Classic Hair Styling",
"amount": 1999.00
}
}Configuring Endpoints
Add your server URLs inside settings. Choose event triggers (e.g. appointment.created, invoice.paid) to send JSON payloads.
Signature Verification
We sign every webhook request payload. Verify the X-Rozx-Signature header using your webhook signing secret key.