Our bot is running by scheduler 24/7 and I am monitoring the bot, is there is any method to get email notification if the bot terminated abruptly due to any System Issues.
You could create a process to send an email, then in the schedules use the On Exception option to run the email process. It would send an email whenever there's a termination.