Receive a Calendly webhook event
Integrations
Receive a Calendly webhook event
Ingests Calendly v2 scheduling events (invitee created and canceled, no-show, routing-form submission) for the tenant identified by the ?org= query parameter. The Calendly-Webhook-Signature HMAC is the authentication — Calendly calls this endpoint, not your application. Each event is matched to a contact, stored for audit and dedupe, and fanned out as a tenant webhook so downstream automations can react.
POST
Receive a Calendly webhook event
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
Acknowledgement describing how the event was handled (received, event_type, duplicate, contact_id, handled) wrapped in the standard envelope.
The response is of type object.