Generic Form-Encoded
A flexible template for services that send form-encoded (URL-encoded) webhooks.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Generic Form-Encoded.
Configure Generic Form-Encoded
Add the webhook URL in your Generic Form-Encoded settings.
Auto-Detected
Alert24 auto-detects Generic Form-Encoded payloads and maps them to incidents.
Step-by-Step Setup Instructions
Generic Form-Encoded Webhook Setup
Content-Type: application/x-www-form-urlencodedstatus field with one of the recognized valuesmessage field for descriptive text### Expected Payload Format
status=down&message=Service+is+experiencing+issuesExample Webhook Payload
This is a sample payload that Generic Form-Encoded sends to Alert24 when an alert fires.
{
"status": "down",
"message": "Service is experiencing high error rates",
"service": "legacy-api",
"timestamp": "2024-01-15T10:30:00Z"
}How Alert24 Maps Generic Form-Encoded Data
Status Field
status
Message Field
message
Auto-Create Incidents
No
Auto-Resolve Incidents
No
Status Mapping
| Alert24 Status | Generic Form-Encoded Values |
|---|---|
| operational | operationalupokhealthynoneresolved |
| degraded | degradedpartialwarningminor |
| down | downoutagemajorcriticalerror |
| maintenance | maintenancescheduledunder_maintenance |
Connect Generic Form-Encoded to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Custom & Automation Integrations
Generic JSON Webhook
InboundA flexible template for any service that sends JSON webhooks.
Generic XML
InboundA flexible template for services that send XML-formatted webhooks.
Email Inbound
InboundCreate incidents from inbound emails sent to your Alert24 email address.
Zapier
Inbound & OutboundConnect hundreds of apps to Alert24 via Zapier webhook integration.
n8n
Inbound & OutboundConnect workflow automations to Alert24 via n8n HTTP request node.
Make (Integromat)
Inbound & OutboundConnect workflow automations to Alert24 via Make HTTP module.