Available Webhook Headers
| Constant | Header | Description |
|---|---|---|
WebhookSignatureHeader | x-hub-signature-256 | HMAC SHA256 signature for verification. |
WebhookIdHeader | x-hook-id | Unique ID of the webhook configuration. |
WebhookDeliveryIdHeader | x-hook-delivery | Unique ID for this delivery attempt. |
WebhookEventTypeHeader | x-hook-event | The event type that triggered the webhook. |
WebhookRequestIdHeader | x-request-id | Request trace ID. |
WebhookRequestOriginHeader | x-request-origin | Origin of the request. |
Typed Event Helpers
The SDK exports typed event interfaces for each webhook event:| Type | Event |
|---|---|
IndividualClientCreatedEvent | Individual client created |
IndividualClientUpdatedEvent | Individual client updated |
CorporateClientCreatedEvent | Corporate client created |
CorporateClientUpdatedEvent | Corporate client updated |
AlertCreatedEvent | Alert created |
AlertUpdatedEvent | Alert updated |