Docs/App Integrations/HTTP Request

HTTP Request

App Integrations

HTTP Request Node

Overview

Configure this node to integrate with external services or perform logic.

Configuration

PropertyTypeDefaultDescription
methodstring—Configuration field for method
urlstring—Configuration field for url
headersstring—Configuration field for headers
queryParamsstring—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