Source type
Zendesk Source Configuration
Zendesk sources receive Support, Guide, Gather, and Messaging webhook activity with timestamped Zendesk signature verification.
Zendesk configuration
Create a Zendesk 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 Zendesk delivery before it enters the routing workflow.
Source TypeZENDESK
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Signing Secret
{
"type": "ZENDESK",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "ZENDESK",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Zendesk request contract
FastHook signs timestamp + raw body with HMAC-SHA256 and compares the base64 digest to x-zendesk-webhook-signature.
Zendesk headers
Preserve x-zendesk-webhook-signature, x-zendesk-webhook-signature-timestamp when sending Zendesk 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.
x-zendesk-webhook-signatureBase64 HMAC-SHA256 signature.
x-zendesk-webhook-signature-timestampISO timestamp concatenated with the raw body before signing.
Zendesk setup
- Create a Zendesk webhook with the FastHook Source URL.
- Paste the Zendesk signing secret into FastHook.
- Use tags, ticket ids, or event types for downstream routing.