DESOutgoingRequestHeaders

custom headers included in the outgoing webhook requests from DES

Constant
System.String DESSignature = X-DES-Signature

SHA256 hash of the request body using a preshared secret as the key

The value of this field is a hexadecimal HMAC signature of the HTTP request body, using the preshared secret as a key and SHA256 as the hash function

Constant
System.String DESNotificationID = X-DES-NotificationId

An ID of the notification itself that will uniquely identify each outgoing notification. If a notification is retried, each retry attempt will have the same notification id as the original attempt.

Constant
System.String DESNotificationAttempt = X-DES-AttemptNumber

How many attempts have preceded this notification delivery (expect a string encoded number from 0-N)