HTTP Request
App IntegrationsHTTP Request Node
Overview
Configure this node to integrate with external services or perform logic.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
method | string | — | HTTP method (GET, POST, PUT, DELETE, PATCH) |
url | string | — | URL endpoint for the request |
headers | string | — | HTTP headers to include in the request |
queryParams | string | — | Query Params for this node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{http-request.body}}anyOutput field: body
{{http-request.status_code}}anyOutput field: status_code
{{http-request.headers}}anyOutput field: headers
Examples
Basic Usage
Example configuration:
{
"method": "value",
"url": "value",
"headers": "value",
"queryParams": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try HTTP Request in Your Workflow
Create a free account and start building AI-powered workflows with the HTTP Request node.
Open Workflow Editor