Skip to content

Make Request

Purpose of the Node

The Make Request node is designed to generate an HTTP request. It takes the HTTP method and the URL as inputs and outputs a structured HTTP request object. This node is particularly useful in scenarios where you need to dynamically construct HTTP requests based on user inputs or other node outputs.

Pins

Pin NamePin DescriptionPin TypeValue Type
MethodSpecifies the HTTP method for the request (GET, POST, PUT, DELETE, PATCH). Default value is “GET”.StringString
URLThe URL to which the HTTP request will be sent.StringString
RequestThe structured HTTP request object created from the provided method and URL.StructHttpRequest