n8n

Connect workflow automations to Alert24 via n8n HTTP request node.

Inbound & OutboundCustom & Automation
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for n8n.

Configure n8n

Add the webhook URL in your n8n settings.

Auto-Detected

Alert24 auto-detects n8n payloads and maps them to incidents.

Step-by-Step Setup Instructions

n8n Integration Setup

1.In n8n, add an HTTP Request node to your workflow
2.Set the URL to the webhook URL shown above
3.Set method to POST and content type to JSON
4.Map the workflow data to include status and message fields
5.Connect the node to your trigger

Example Webhook Payload

This is a sample payload that n8n sends to Alert24 when an alert fires.

{
  "status": "down",
  "message": "Workflow detected: website returning 500 errors",
  "source": "n8n",
  "workflow": "Website Health Check"
}

How Alert24 Maps n8n Data

Status Field

status

Message Field

message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 Statusn8n Values
operational
resolvedok
down
downerrorcritical

Connect n8n to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More Custom & Automation Integrations