Overview
The Incoming API integration gives you a unique webhook URL that any external system can POST alerts to. Warrn ingests the payload, maps fields to its alert schema, and routes the alert through the normal pipeline — triage, ownership, escalation. This is the most flexible way to connect monitoring tools, CI/CD pipelines, or custom applications that Warrn does not have a native integration for.Setup
- Open a service in Warrn and go to Integrations.
- Add an Incoming API integration.
- Copy the generated webhook URL and key.
- Configure field mappings to tell Warrn how to extract alert name, description, severity, and metadata from your payload.
Field Mapping
Warrn supports configurable JSONPath-style field mappings so you can connect any payload structure:- Map
$.alertnameto the Warrn alert name. - Map
$.messageto the alert description. - Map
$.levelto the alert severity. - Add default values for fields your source does not provide.