Receive real-time notifications about events in your AI Workers account
{
"event": "appointment.booked",
"timestamp": "2025-01-15T10:30:00Z",
"data": {
"appointmentId": "uuid",
"customerName": "John Doe",
"scheduledAt": "2025-01-20T14:00:00Z",
"service": "Consultation"
}
}Webhook requests include a signature header that you can verify to ensure the request is from AI Workers. Always verify webhook signatures in production.