Brain
Invoke HTTP
Post JSON to your own endpoints with configurable inputs and outputs.
Invoke HTTP Node
Use Invoke HTTP when you need Hurozo to call an arbitrary REST endpoint.
- Connect a string to the
urlinput. HTTPS is required in production. - Click Configure I/O to add payload keys and the response fields you expect.
- Wire upstream nodes into the generated inputs; the node POSTs a JSON object with those values.
- Return JSON whose top-level keys (or nested
output/dataenvelopes) match the outputs you configured.
Example: add inputs key/anotherkey and outputs key/original/reversed. The node POSTs {"key":"...","anotherkey":"..."} and forwards the matching values from the response.