Skip to content

To Text Node

Purpose of the Node

The To Text Node is designed to extract the body of an HTTP response and convert it to a text string. It is particularly useful in scenarios where you need to process the content of an API response directly as text.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger to start the node’s executionExecution-
ResponseThe HTTP response containing the body to be convertedStructHttpResponse
TextThe body of the response as textString-
EndTrigger called when the node execution is completeExecution-
FailedTrigger called if the node execution failsExecution-