Skip to main content

Delivery Headers

HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:

HeaderDescription
x-salesloft-eventName of the event type that triggered the delivery.
x-salesloft-signatureThe 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.