Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

HTTP Request

Make outbound HTTP requests to external APIs

Properties

PropertyValue
Typehttp-request
FamilyActions
GroupGeneric

Parameters

NameLabelTypeDescriptionRequired
urlURLStringThe URL to send the request to. Supports expressions like {{ $json.url }}Yes
methodMethodSelectNo
authenticationAuthenticationSelectNo
bearerTokenBearer TokenStringBearer token for authenticationNo
basicAuthUserUsernameStringUsername for basic authenticationNo
basicAuthPasswordPasswordPasswordPassword for basic authenticationNo
headersHeadersJSONRequest headers as key-value pairsNo
bodyRequest BodyJSONRequest body (for POST, PUT, PATCH)No
timeoutTimeout (ms)NumberRequest timeout in millisecondsNo

Outputs

NameLabelTypeDescription
statusCodestatusCodenumberHTTP status code
headersheadersobjectResponse headers
bodybodyanyResponse body