What is the best way to build the bot to monitor the job runs in orchestrator? I need to monitor the jobs and if something faults or doesn’t start per schedule or doesn’t complete on time, I need to trigger an email and notify the admin/developers.
You can create a new process to use orchestrator API’s in this case.
This process would call jobs API to fetch details of jobs and if anything found misaligned in the results, you can have activity there to send mail to notify users.