How to send email alert when BOT faulted in orchestrator

Hi,

Say my BOT may get faulted due to different reasons. I may not able to handle all the exceptions. If the BOT get faulted, is there any way to trigger email?

Hi @vigneshnkv ,
You can do exception handling at workflow level to send out exception emails with exception details.
Alert emails can also be configured and enabled at orchestrator level as described @ Alerts

Cheers

Thanks.
However I can see only Notifications (Alerts) available inside orchestrator. Can you please share the steps to send email alert in orchestrator level?

Say I my BOT started → Send email alert to xyz person
IF my BOT faulted/ completed → Send email alert.

https://docs.uipath.com/orchestrator/docs/about-email-alerts

But is there no chance to divide receipients for the emails. So that some persons get only faulted emails?

To get a divided email like you asked, What I did is 2 email activity inside a condition activity. I hope this is known by you already. if any other ways possible, Do share…