Skip to main content
The webhook action sends an HTTP request to an external URL. It’s the general-purpose way to notify or integrate with outside systems. Available in all event types — Contact, User, Scheduled, and System events. See Automation nodes.

Configuration

FieldDescription
urlThe destination URL.
methodGET, POST, PUT, PATCH, or DELETE.
headersRequest headers (for example an Authorization header).
field_mappingsThe request body — each field a field mapping (fixed or resolved from context).
The response is stored on the node, so later nodes can read it via nodes.{slug}.response.*.

Automation nodes

Field mappings and the full node reference.