REST Client

The REST Client flow node provides a simple and powerful way to access REST services. It can be used to directly invoke REST APIs or can use prebuilt configurations that define the APIs of the service. The node supports:

  • 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 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.