Skip to content

Make Request

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. Optional headers can be attached for quick prototyping.

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
HeadersOptional request headers.StringHashMap
RequestThe structured HTTP request object created from the provided inputs.StructHttpRequest