Skip to main content

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