OutgoingRequestHeaders
custom headers included in the outgoing webhook requests from ROS
Constant
System.String ROSSignature = X-ROS-Signature
SHA256 hash of the request body using the webhook secret as the key
The value of this field is a hexadecimal HMAC signature of the webhook HTTP request body, using the webhook secret as a key and SHA256 as the hash function
Constant
System.String ROSID = X-ROS-Id
The ID of the ROS that generated the outgoing request
Constant
System.String ROSNotificationID = X-ROS-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 ROSNotificationAttempt = X-ROS-AttemptNumber
How many attempts have preceded this notification delivery (expect a string encoded number from 0-N)