Webhook
- 24 Dec 2022
- 1 Minute to read
- Print
- Dark
This documentation version is deprecated, please click here for the latest version.
Webhook
- Updated on 24 Dec 2022
- 1 Minute to read
- Print
- Dark
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Output individually each event, detection, audit, deployment or artifact through a POST webhook.
dest_host
: the IP or DNS, port and page to HTTP(S) POST to, formathttps://www.myorg.com:514/whatever
.secret_key
: an arbitrary shared secret used to compute an HMAC (SHA256) signature of the webhook to verify authenticity. See "Webhook Details" section.auth_header_name
andauth_header_value
: set a specific value to a specific HTTP header name in the outgoing webhooks.
Example:
Example hook to Google Chat:
Was this article helpful?