any one created a custom connector for UiPath using oauth. can you help?
The UiPath API is documented and you can start writing a custom connector: https://docs.uipath.com/orchestrator/reference/api-references
What else do you need to know?
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE 👍.
i am able to create a HTTP request trigger to start the job in uipath. given link i already used for that reference.
I am trying to connect via this process : https://docs.uipath.com/automation-cloud/docs/managing-external-applications for which not sure what is base URL and subsequent inputs.
Please take a look at the documentation for writing custom connector: https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE 👍.