> ## 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.

# Outgoing Webhooks

> Send alert notifications to any HTTP endpoint.

| Property  | Value    |
| --------- | -------- |
| **Type**  | Outgoing |
| **Level** | Service  |

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

## Setup

<Steps>
  <Step title="Add to a service">
    Open a service or team in Warrn. Go to the **Integrations** tab and add **Outgoing Webhook**.
  </Step>

  <Step title="Configure the webhook">
    Enter the destination URL, optional custom headers, and a signing secret. Select which severity levels trigger the webhook.
  </Step>
</Steps>

## 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.
