Webhook Actions
The webhook
action will send an HTTP POST to the URL of your choosing. The body contains information about the deployment, and a signature to verify the webhook is valid and originated at Sleuth.
Body
The body of the webhook will look something like this:
Signature
The webhook will contain two headers you can use to safely validate the message:
X-SLEUTH-TIMESTAMP
- The unix timestamp, in seconds, of when the webhook was createdX-SLEUTH-SIGNATURE
- The signature of the timestamp and request body, signed with the API key
Last updated
Was this helpful?