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": {
"id": "appt_1098a87b",
"customer": "Aarav Mehta",
"service": "Men's Styling & Trim",
"starts_at": "2026-06-10T11:30:00Z",
"amount_due_in_cents": 120000
}
}Event Types
We trigger webhooks for calendar updates (appointment.created, appointment.rescheduled, appointment.cancelled) and invoices (invoice.paid, invoice.refunded).
Signature Verification
Each webhook payload contains an X-Rzx-Signature header. You must verify this signature using your secret signing key to protect your webhook endpoint from spoofing.