Thursday, November 5, 2020

Netwatch Script Send SMS

The Mikrotik script, that we can use to simplify our administering task. At Mikrotik, it is possible to automatic command execution using a script. Such as, send an email or sms to the administrator for any critical situation, automatically enable or disable route for any unexpected situation, and many more.

In this tutorial, we will discuss the script for sending an SMS that we can use in various situations.

The script for send message:-

tool sms send message="link down" phone-number=your_mobile_number channel=your_channel_number port=Your_port

For example:-

tool sms send message="link down" phone-number=123456 channel=3 port=usb3

No comments:

Post a Comment