Skip to content

HTTP Fetch

Purpose of the Node

This node is designed to initiate an HTTP request and handle both successful and error responses. It allows you to specify the request details and retrieve the response data.

Pins

The node has three input pins and two output pins:

Pin NamePin DescriptionPin TypeValue Type
StartInitiate the HTTP request.ExecutionExecution
RequestThe HTTP request to perform.StructHttpRequest
EndExecution if the request fails.ExecutionExecution
ResponseThe HTTP response.StructHttpResponse
SuccessExecution if the request succeeds.ExecutionExecution