← Back to the Developer Tools category

HTTP Request

This node receives an HTTP request at /http/{workflowId}. The workflow executes synchronously and the call returns the execution result, including each node's output.

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
bodyblobThe raw request body with MIME type

Related Nodes in Developer Tools