Skip to main content
PropertyValue
TypeOutgoing
LevelService
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.

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.