Custom

The Custom alerting provider allows you to support additional providers so long as they have a HTTP API.
It requires the following parameters to be configured:
- Method: HTTP method to use (e.g. GET, POST, DELETE, PUT, etc.)
- URL: Where to send the HTTP request to (supports variables).
- Body: Request body (supports variables)
- Headers: Request headers
- Resolved/Triggered placeholders: Values to replace the
[ALERT_TRIGGERED_OR_RESOLVED]
variable by when an alert is triggered or resolved.
If the endpoint alert has the Send on resolved parameter set to true
, the provider will be triggered again.
Because this provider is harder to understand than others, here's an example that would partially imitate the Slack provider:
Questions?