Source type
Calendly Source Configuration
Calendly sources receive invitee, routing, and scheduling webhooks with timestamped signature verification.
Calendly configuration
Create a Calendly source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Webhook Signing Secret values for provider signature. FastHook uses these settings to validate each Calendly delivery before it enters the routing workflow.
Source TypeCALENDLY
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Signing Secret
{
"type": "CALENDLY",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "CALENDLY",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Calendly request contract
FastHook verifies calendly-webhook-signature by signing timestamp + '.' + raw body with HMAC-SHA256.
Calendly headers
Preserve calendly-webhook-signature when sending Calendly test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
calendly-webhook-signatureComma-separated t and v1 signature values.
Calendly setup
- Create a Calendly webhook subscription with the FastHook Source URL.
- Copy the webhook signing secret into FastHook.
- Use event type fields to split created and canceled invitee events.