Introduction
In today’s world, fast communications and notifications are crucial for managing computer networks. One powerful tool that can assist you in this area is the Watsiplus service. This service allows you to send unlimited WhatsApp messages to your users. In this article, we will discuss how to connect MikroTik to WhatsApp for receiving network notifications and how to configure Watsi Plus in MikroTik for network monitoring and sending notifications about the status of network equipment. This process can be simplified with the ability to Send MikroTik Notifications via WhatsApp.
Table of Contents
- What is a MikroTik Router?
- Connecting MikroTik to WhatsApp for Network Notifications
- Configuring Watsi Plus in MikroTik for Network Monitoring
- Using Netwatch in MikroTik
- Creating Scripts for Sending UP and DOWN Messages
- Connecting Mikrotik Dude to WhatsApp
- Notification Settings in Mikrotik Dude
- Required Codes for Sending Notifications
- Connecting Devices to Watsi Plus
- Conclusion
- Frequently Asked Questions
What is a MikroTik Router?
A MikroTik router is a powerful network device produced by MikroTik, running on RouterOS. These routers offer extensive network management capabilities, including routing, firewall, bandwidth management, and more. Due to their advanced features, support for multiple protocols, and affordable price, MikroTik routers are very popular among network professionals and IT managers, and are used in various networks from small to large.
Send MikroTik Notification via WhatsApp
Configuring Watsiplus in MikroTik for Network Monitoring
To monitor the network and send notifications about the status of network equipment, you need to enter the IP address of the device in Netwatch. Then, write two scripts for this device: one for UP and one for DOWN.
Using Netwatch in MikroTik
- From the Tools menu, select Netwatch and add a new device for monitoring.
- Enter the IP address of the desired device.
- Set the Interval to one minute so that the device is checked every minute.
Creating Scripts for Sending UP and DOWN Messages
UP Script
:local phoneNumber "15303776310";
:local message "The device is available";
:local url ("https://api.whatsiplus.com/sendMsg/YOUR_API_KEY?phonenumber=" . $phoneNumber . "&message=" . $message);
/tool fetch url=$url mode=http;
(Replace YOUR_API_KEY with your service API key)
Connecting Devices to Watsi Plus
Now you can go to the Services section in the Dude menu, add a new service, and connect any desired device to Watsiplus. From now on, notifications will be sent via WhatsApp to your preferred number.
Conclusion
In this article, we demonstrated how you can effectively manage your network notifications using the Watsiplus service and MikroTik. With these settings, you can be aware of the status of your network equipment at all times and take immediate action if any issues arise.
Frequently Asked Questions
1. What is the Watsiplus service?
Watsiplus is an API service that allows companies and websites to send unlimited WhatsApp messages.
2. How can I configure Watsi Plus in MikroTik?
To configure Watsiplus in MikroTik, you need to enter the IP addresses of the devices in Netwatch and set up the UP and DOWN scripts.
3. What is Mikrotik Dude?
Mikrotik Dude is a network monitoring software that allows you to manage and monitor network devices.
4. Can I send network notifications to any desired number?
Yes, with the appropriate settings in the UP and DOWN scripts, you can send notifications to any desired number.
5. Is there a cost for using Watsi Plus?
Watsiplus offers a 5-day free trial. After that, you can purchase various service plans.