REST components
Pega Robot Studio has two REST (Representational state transfer) components: RestClient and RobotManagerRestClient.
REST components are found in the Toolbox, in the External Data Sources tab.

- RestClient component
Use this component to make a REST API call. If the REST API call returns output data, you can retrieve this data and use it in an automation. This component uses the JSON format for making the request and for receiving output from the request.
- RobotManagerRestClient
A RESTful application, like Pega Robot Manager, uses standard verbs like get, post, put, delete, and so on to retrieve and send data to and from a remote server.
Previous topic SQLQuery Next topic RestClient component