Skip to content

Set Struct Body

Purpose of the Node

This node is used to set the body of an HTTP request to a JSON struct. It takes an HTTP request and a struct as input, and outputs the modified HTTP request with the new body.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartThe input HTTP request and the body to be setStructHttpRequest
EndThe output HTTP request with the updated bodyStructHttpRequest