Skip to content

Async JSON Web Request

Name of element: Async JSON Web Request

Category: External Services

Description: Allows the querying of REST web services using HTTP verbs, unlike the "JSONWebRequest" action, this action has the ability to manage responses asynchronously to the execution of subsequent actions in the flow, which aims to optimize handling of waiting times. This is achieved by complementing its operation with the "Await JSON web request execution" action to obtain responses when they are actually required.

Funcionality: it allows for executing calls to HTTP web services without blocking the execution of the designer flow, leaving it waiting for the response of said service. This way, response times can be optimized in workflows that contemplate processes of querying external services such as classifiers, triggers, alarms, and others.

It has the same configuration features as the "Json Web Request" action. Json Web Request