Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Email InitializationEmail SendExport ImageExport TextHTTP Client CreateHTTP Client RequestModbus Client InitializationModbus Client ReadModbus Client WriteMQTT Client InitializationMQTT Client PublishPATLITE LA6POE InitializationPATLITE LA6POE WriteTCP/IP Client InitializationTCP/IP Client SendBasler CameraClient Media InputIP Camera InputServer Media InputWebcam

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesIo

HTTP Client Request

Slot Usage: 0
Parent Node
HTTP Client Create

Overview

HTTP Client Request node sends an HTTP request using configuration from HTTP Client Create.

It supports method/path/params, optional request body formats, extra headers, and sync or async execution mode.

Input

Setup Tool

required

Reference to a configured HTTP Client Create node that supplies base host, auth, and default headers.

Method

string required

HTTP request method used for the call.

Supported values: GET, POST, PATCH, PUT, DELETE.

Path

string

Relative endpoint path, for example /api/v1/items.

Supports dynamic paths with Template Expressions.

Params

array advanced

Optional query-string key-value pairs appended to the request URL.

Parameter values support Template Expressions.

Extra Headers

array advanced

Per-request headers merged on top of setup headers.

Header values support Template Expressions.

Body Type

string required

Body mode:

  • NONE
  • FORM_DATA
  • X_WWW_FORM_URLENCODED
  • TEXT_PLAIN
  • JAVASCRIPT
  • JSON
  • HTML
  • XML

Select the type that matches the target endpoint contract.

Body Content

string

Body input fields appear based on Body Type.

Body values support Template Expressions, whether you send plain text, JSON, form data, or other body variants.

Wait for Completion

boolean advanced

If enabled, flow continues only after the HTTP response is available.

Disable it for asynchronous behavior when you want downstream steps to run immediately.

Output

Is Pending

boolean

true while async request is still running.

Response HTTP Status

integer

HTTP status code from server.

Response Headers

array

Response header key-value pairs.

Response Body Text

string

Response body as text.

HTTP Client Create

Previous Page

Modbus Client Initialization

Next Page

On this page

OverviewInputSetup ToolMethodPathParamsExtra HeadersBody TypeBody ContentWait for CompletionOutputIs PendingResponse HTTP StatusResponse HeadersResponse Body Text