sms with android phone , install sms gateway
https://play.google.com/store/apps/deta ... smsgateway
connect your phone with wifi or with ethernet (use usb ethernet adapter ) to routeros . exemple yor gateway url is
http://172.16.0.100:9090 , so GET url will be
http://172.16.0.100:9090/sendsms?phone=994411&text=some text
next add netwatch command : example
/tool netwatch add disabled=no down-script="/tool fetch url=\"http://172.16.0.100:9090/sendsms?phone=994411&text=Link-is-DOWN\" mode=http" host=8.8.8.8 \
up-script=\"http://172.16.0.100:9090/sendsms?phone=994411&text=Link-is-UP\" mode=http"