Setup Webhooks to receive notifications and alerts.
1. Visit Admin → Connections and click New connection
2. Select Webhook
3. Provide a name and configuration
You can also optionally add tags (i.e. dev). Then add the Webhook configuration information.
Next add one or multiple target Webhook channels.
1. Visit Admin → Channels and click Webhook
2. Setup the configuration options images
For example the above will create the DevOps Webhook, that is using the Webhook connection to POST information to the Webhook endpoint.
DevOps Webhook
POST
You can optionally add a specific request path for the POST, custom HTTP headers and body payload. Moreover, you can optionally disable SSL certificate verification.
In Request path, HTTP Headers and Body payload fields there is a possibility of using template variables, which will be translated to alert specific fields. In order to use template variables you have to use this format: {{VARIABLE}}, i.e. {{LEVEL}}.
Request path
HTTP Headers
Body payload
{{VARIABLE}}
{{LEVEL}}
Supported template variables:
INFO
LOW
MEDIUM
HIGH
CRITICAL
Infrastructure
Consumers
Kafka Connect
Topics
Producers
1000
CREDS[0]
Credentials
If for example you create a rule to send infrastructure notifications to Webhook, then the moment a Broker becomes offline, an HTTP POST will be made to the Webhook endpoint.
HTTP POST
On this page