Notification features

Do mikrotik have a feature that notify me when one of the ethernet port not working or tx/rx rate not running on that port ??
Thanks in advance and sorry for my bad english

can be done by script. check every minute if interface is disable then sent email to you.

Use netwatch if you know the ip address of the endpoint device.

Thanks guys,
Done it with script. But i cant send notification to email using script. Here is my script test.
{
/tool e-mail send to=“xxx@gmail.com
subject=“test”
body=“asdt”
tls=yes
}