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 | — | Configuration field for method |
url | string | — | Configuration field for url |
headers | string | — | Configuration field for headers |
queryParams | string | — | Configuration field for queryParams |
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.
Try HTTP Request in Your Workflow
Create a free account and start building AI-powered workflows with the HTTP Request node.
Open Workflow Editor