Skip to content

To Struct

Purpose of the Node

The To Struct node takes an HTTP response as input, extracts its body, and converts it to a JSON struct. It then outputs the JSON struct and an execution pin indicating successful completion.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger to start the nodeExecutionN/A
ResponseThe HTTP response to be convertedStructHttpResponse
StructThe JSON struct representation of the response bodyStructN/A
FailedTriggered if the node failsExecutionN/A
EndTriggered when the node is finishedExecutionN/A