Configuring an Alert Webhook
Configure an alert webhook to automatically send an HTTP request each time the pipeline triggers an alert.
- To view pipeline configuration options, click an unused section of the pipeline canvas.
- In the Properties panel, click Rules, and then click Webhooks.
-
On the Webhooks tab, configure the following
properties:
Webhook Property Description Webhooks Webhook to send when an alert triggers. Using simple or bulk edit mode, click the Add icon to add additional webhooks. Webhook URL URL to send the HTTP request. Headers Optional HTTP request headers. HTTP Method HTTP method. Use one of the following methods: - GET
- PUT
- POST
- DELETE
- HEAD
Payload Optional payload to include. Available for PUT, POST, and DELETE methods. Use any valid content type.
You can use webhook parameters in the payload to include information about the triggering event, such as the alert name or condition. Enclose webhook parameters in double curly brackets as follows:
{{ALERT_NAME}}
.Content Type Optional content type of the payload. Configure this property when the content type is not declared in the request headers. Authentication Type Optional authentication type to include in the request. Use None, Basic, Digest, or Universal. Use Basic for Form authentication.
User Name User name to include when using authentication. Password Password to include when using authentication. - To create an additional webhook, click the Add icon.