We want to do the automation to count the number of Triggers in orchestrator to check how many enabled and disabled and then send email to the team.
Currently I am think to use Data scarping method.
Are there any other ways to do that.
We want to do the automation to count the number of Triggers in orchestrator to check how many enabled and disabled and then send email to the team.
Currently I am think to use Data scarping method.
Are there any other ways to do that.
we could use the Orchestrator REST API
@ppr @Shiva_Nikhil I am new to REST API.
Are there any documentation for that?
you can do the rnd and prototyping by using swagger
you can aslo refer through the below documentation
https://docs.uipath.com/orchestrator/standalone/2022.10/api-guide/processes-requests
Hello @rumabharathy
Using Data Scraping for this task might not be the most efficient approach, as it relies on the web interface and can be prone to breaking if the interface changes.
A more reliable method is to use UiPath Orchestrator API to directly fetch trigger information, count the enabled and disabled triggers, and then send an email to the team with this information. This approach is more robust, efficient, and less prone to errors.
Thank you all for the information, I will refer the documentation.
Thanks and Happy Automation
Hello, I wanted to build a similar solution, trigger information, count the enabled and disabled triggers, and then email the team with this information.
Could you please let me know the solution to build it.