Skip to main content
Warrn sends alert event payloads to an HTTP endpoint you configure. Use this to connect tools that don’t have a native integration.

Setup

1

Add to a service

Open a service or team in Warrn. Go to the Integrations tab and add Outgoing Webhook.
2

Configure the webhook

Enter the destination URL, optional custom headers, and a signing secret. Select which severity levels trigger the webhook.
3

Choose when it receives alerts

Under Alert delivery, select Routing rules only to send only alerts chosen by an enabled rule. Select All team or service alerts to include the webhook in the normal notification stream.
To send only a chosen set of alerts to this webhook, create an alert route and select the webhook as a destination.

Payload

Each webhook delivers a JSON payload containing:
  • Alert ID, name, description, and severity
  • Service and team context
  • Current status and timestamps
  • Tags and metadata

Signing

If you provide a signing secret, Warrn signs each payload so your receiver can verify authenticity.