REST Client Node

The REST Client Node provides a simple and powerful way to access REST services.

The REST Client Node can be used to directly invoke REST APIs. It can also use prebuilt configurations that define the APIs of the service. The node supports:p

  • Passing in request data on the input terminal or building the request directly in the node.
  • Returning success and error messages to the different output terminals.
  • The ability to loop through an array of requests to invoke an API repeatedly.
The REST Client Node is an extension of the REST adapter. In many cases, it is much simpler to configure and use the node in a flow, especially in cases where an API call requires to send a request and handle the responses.