Skip to main content

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

  1. Open a service in Warrn and go to Integrations.
  2. Add an Outgoing Webhook integration.
  3. Provide the destination URL, optional custom headers, and a signing secret.
  4. 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 high and critical).

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.

Type

Outgoing — Warrn sends alert data to your endpoint. The receiving system does not push data back into Warrn through this integration.