NodesTrigger
Webhook Trigger
Slot Usage: 2
Overview
Webhook Trigger starts a flow when an HTTP webhook request arrives at the configured webhook endpoint.
The trigger validates the webhook ID path, then forwards request body text and headers to downstream nodes.
Input
Webhook ID
string requiredUnique webhook identifier used in the endpoint path.
Endpoint format:
{host}:{port}/trigger/webhook/{webhookId}
Default: webhook
Output
Request Headers
arrayIncoming request headers as key-value entries.
Request Body Text
stringIncoming raw request body text.