Question
2
Replies
371
Views
Posted: March 18, 2019
Last activity: March 19, 2019
Closed
Using Robotics with third party APIs
Hi
I have read the thread https://community1.pega.com/community/pega-support/question/using-robotics-apis#comment-817666, but I want to know if there is an API component (without having to write C# scripts) in the latest builds of Pega Robotics Studio.
And if we have any sample video / automation available.
There is not a specific component to work with APIs. They are, by their very nature, custom to each use case, so unless you see a component for the specific application you are working with, you are going to need to program to it. There are various components for calling web services (both REST and SOAP) as well as the Script component that allows you to write some C#. In some cases, you'll need to write more extensive C# and create a component.