← Back to the Developer Tools category

HTTP Webhook

This node receives an HTTP webhook at /http/{workflowId}. The workflow executes asynchronously and returns an execution ID immediately.

DataParameterHTTP
Try this node

Outputs

NameTypeDescription
methodstringThe HTTP method (GET, POST, PUT, DELETE, etc.)
urlstringThe full URL of the request
pathstringThe path portion of the URL
headersjsonThe HTTP headers as a JSON object
queryParamsjsonThe query parameters as a JSON object

Related Nodes in Developer Tools