Documentation Index
Fetch the complete documentation index at: https://docs.warrn.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Outgoing webhooks let you forward Warrn alert events to any HTTP endpoint — your internal tools, automation pipelines, chat systems, or third-party services.Setup
- Open a service in Warrn and go to Integrations.
- Add an Outgoing Webhook integration.
- Provide the destination URL, optional custom headers, and a signing secret.
- Configure severity filters to control which alerts trigger the webhook.
Configuration Options
- Webhook URL — the HTTP endpoint that receives alert payloads.
- Custom Headers — add authorization or routing headers as needed.
- Signing Secret — Warrn signs payloads so the receiver can verify authenticity.
- Severity Filter — choose which severity levels trigger webhook delivery (e.g. only
highandcritical).
Payload
Outgoing webhooks deliver a JSON payload containing:- Alert ID, name, description, and severity.
- Service and team context.
- Current alert status and timestamps.
- Tags and custom metadata.