Source type
WorkOS Source Configuration
WorkOS sources receive organization, directory sync, audit log, and identity events with timestamped WorkOS signatures.
WorkOS configuration
Create a WorkOS source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Webhook Secret values for provider signature. FastHook uses these settings to validate each WorkOS delivery before it enters the routing workflow.
Source TypeWORKOS
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Secret
{
"type": "WORKOS",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "WORKOS",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}WorkOS request contract
FastHook verifies workos-signature by signing timestamp + '.' + raw body with HMAC-SHA256 and millisecond timestamp validation.
WorkOS headers
Preserve workos-signature when sending WorkOS 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.
workos-signatureContains timestamp t and v1 signature values.
WorkOS setup
- Create a WorkOS webhook endpoint that points at the FastHook Source URL.
- Paste the WorkOS webhook secret into FastHook.
- Route identity and directory events to different downstream services when ownership differs.