I am trying to integrate Appian and Uipath. Let me explain.
Basically I would like to create a plugin in Appian which will invoke/triger the bot of Uipath . Kindly suggest me the options.
I understand from Uipath REST API can be exposed . If yes then Appian can easily call the API. But do we need orchestrator for this? Can’t we use Studio to create/expose webservice to the third party tool?
YEp I did it. But I am very new to Uipath. Need help on this specific requirements.
Can you please share steps how to create REST APIs in orchestrator and publish it . so that I can call it from a 3rd party tool. Also I am interested to know the steps how from uipath studio/orchestrator 3rd party REST APIs can be called or consumed.
I have this critical and specific requirements for a customer. I have to do it very short deadline. Hope you understand this.
YEp I did it. But I am very new to Uipath. Need help on this specific requirements.
Can you please share steps how to create REST APIs in orchestrator and publish it . so that I can call it from a 3rd party tool. Also I am interested to know the steps how from uipath studio/orchestrator 3rd party REST APIs can be called or consumed.
The ground reality is I am do not have much Uipath background. We are BPM and Appian competency. This specific requirement is from one of our customer. If you could share more details that would be great help. BTW
We have already done the authentication between Appian and Orchestrator.
We saw a demo where Uipath separately have read a excel file as entry point of the bot. Now my question is if we need to trigger the bot from Appian BPM what specifically we need to do in orchestrator. We can call REST API from Appian anytime. Also I want Uipath bot to also call appian REST webservice . Because we want the bot to assign human tasks in appian.
May I know whether you have got what you want? I also have the same problem. As I know we can wrap the Bot as a REST service. However, how to do it in Orchestrator? All the Orchestrator API is telling how to trigger the job, queue item, …etc. What I want is
3rd party call REST API to start my Bot with parameters (e.g. date, name…etc)
the Bot will do something, and response the message back to the request. e.g “Successful”, “fail”…etc