Behavior EngineNodesUtilities
Join
Takes an array of strings and joins them into a single string using the specified separator.
Inputs
The inputs required to configure this node.
Outputs
The payload this node emits after execution.
HTTP Request
Sends an HTTP request and returns the status, headers, and parsed body. Hard timeout is 30 seconds. For longer tasks (e.g., image generation), use an asynchronous post-job polling pattern with a Repeat Until + Wait node.
Map
Iterates over a list and evaluates an expression for each item, returning a new array of the mapped results.