HTTP Request
Overview
The HTTP Request node makes outbound HTTP requests for quick one-off API calls. It supports all HTTP methods, custom headers, request body templating with upstream data interpolation, and multiple authentication modes. For complex API workflows, use the API Builder instead.
Category
Integrations — integrations/httpRequest
Inputs & Outputs
- input1 — Request parameters (URL, method, headers, body — with {{field}} interpolation)
- output1 — Success (2xx response with parsed body)
- output2 — Non-success response (4xx/5xx — routed as business outcome, not system error)