Skip to main content

REST API

Call REST API Endpoint

Calls an external REST API endpoint. It runs when all the input link points are active. If successful triggers defined output link point.

Calls a REST API endpoint. It runs when all the input link points are active. If successful triggers defined output link point.

​Title​Title
Multi input​​✔️
Multi output​​❌
NameTypeDescription
inputobjectInput object of the node that will be used to specify REST API parameters.
NameTypeDescription
outputobject, list, or triggerResponse of the REST API call. The type of the output link point is defined while defining the parameters of this node.
errorslistErrors occurred during node execution.

Parameters

NameTypeDescription
Output model typeoptionalThe response object model type.
REST API response model definitionrequiredThe model definition of the REST API call response. Only applicable for nodes with object or list output link point.
HTTP methodrequiredThe desired action to be performed on the REST API endpoint.
EndpointrequiredThe URL of the called REST API resource.
AuthenticationrequiredThe authentication type of the REST API. Can be either no authentication, API Key, Bearer Token, or Basic Authentication.
API key nameoptional(If authentication is set as API Key) The name of the API key
API key valueoptional(If authentication is set as API Key) The API key value
Add tooptional(If authentication is set as API Key) The location (header or query) to add the API key-value pair
Tokenoptional(If authentication is set as Bearer Token) Bearer token value
Usernameoptional(If authentication is set as Basic Authentication) Authentication username
Passwordoptional(If authentication is set as Basic Authentication) Authentication password
Query parametersoptionalSet of parameters attached to the end of the endpoint URL to help define specific content or actions.
HeadersoptionalName-value pairs that are used to pass additional information with the HTTP request.
Body typerequiredThe REST API call request body type, how the body parameters of the request will be sent to the API endpoint.
FormData parametersoptionalForm data type request body parameters.
URL encoded parametersoptionalURL encoded type request body parameters.
JSON documentoptionalApplication JSON type request body document.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.