Send an email when robot crashes

Hi ,

Is it possible, when the robot crashes or hits an error that it sends out an email alerting users of the error?

Regards,
Shawn

1 Like

@shawnmurray,

If you are using RE Framework in the Main you can send the email notification in the Finally or catch block.

If it is a normal sequence then in the Try Catch - send email in the Catch part.

1 Like

It should be possible with the newly added Insights from Orchestrator. Please see 2019 Fast Track Release | UiPath.
RPA Analytics Tool - Measure RPA Operations | UiPath

1 Like

It is a normal sequence, so i will surround the entire sequence with a try and the catch will send an email.

Thanks @sarathi125

1 Like