HTTP Request Node
The HTTP Request node calls external APIs as part of workflow execution.
Configuration
- Method: GET, POST, PUT, PATCH, DELETE.
- URL: Supports templates from payload values.
- Headers: Static or templated headers.
- Query Params: Optional key/value parameters.
- Body: JSON or text payload.
- Timeout and Retry: Recommended for production APIs.
Typical Pattern
- Build normalized payload using transformation nodes.
- Send to external endpoint.
- Branch on HTTP status code using a Switch node.
