HTTP Request
Last updated: 2026-06-27
Sends an HTTP request to an external web service and parses the response into flow variables — the bridge to any third-party API.
Configuration
- Method — GET, POST, PUT, PATCH, DELETE.
- URL — supports {variables}.
- Headers — including Authorization.
- Body — JSON / form / raw.
- Response mapping — JSONPath / regex into flow variables.
- Timeout — default 10 s.
Variables
- User-defined variables from the response mapping, plus {http.status}.
Connections
- Success (2xx), Failure (non-2xx), and Timeout branches.