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.

  1. Connect a string to the url input. HTTPS is required in production.
  2. Click Configure I/O to add payload keys and the response fields you expect.
  3. Wire upstream nodes into the generated inputs; the node POSTs a JSON object with those values.
  4. Return JSON whose top-level keys (or nested output/data envelopes) 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.