Delivery Headers
HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:
| Header | Description |
|---|---|
x-salesloft-event | Name of the event type that triggered the delivery. |
x-salesloft-signature | The HMAC hex digest of the response body. The HMAC hex digest is generated using the sha1 hash function and the callback_token as the HMAC key. |