Payload
Each event payload is a JSON object with properties event and data objects. The event object holds the event, and the data property holds a representation of the resource at the time the event was issued.Supported Events
Event PayloadsVerifying Webhooks
Each webhook HTTP request includes aX-Rootly-Signature
header, used to verify the request came from Rootly. The signature header contains a timestamp prefixed with t= and a signature prefixed with v= .
Text
Ruby
Python
JS