I have one scenario where I need to use Orchestrator api to monitor bots status and send mail if any bot fails. How to achieve this ?
Any tutorial available ?
@Ritaman_Baral ,
You can refer this post for more details.
UiPath Automation Cloud has two mechanisms for consuming APIs:
Getting the API access information from Automation Cloud (described on this page)
Registering an external application to use the OAuth flow (information and instructions ).
Which mechanism to use?
You can use whichever mechanism you want, but if your Automation Cloud organization uses the Azure Active Directory model , you must register external applications in Automation Cloud and use the OAuth flow.
Local users , regardless of t…
Thanks,
Ashok