We have a bot running on an AWS instance, and I want to configure an email notification to trigger if the bot stops or encounters an error. How can this be set up?

We have a bot running on an AWS instance, and I want to configure an email notification to trigger if the bot stops or encounters an error. How can this be set up?

@Komal_Sapakale

Welcome to the community

There are multiple options…gmail activities ,office365 activities, smtp

Cheers

Place the entire sequence of activities within the TRY block of a TRY CATCH activity. This way, if an error occurs, it will be directed to the CATCH block, where you can use the Send SMTP Mail Message activity to send an alert.

Alternatively, if the process is triggered from Orchestrator, you can set up alerts there to manage notifications.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.