hi all
good time
how to send MikriTik Message ( Notifications ) via WhatsApp ?
example : https://wiki.mikrotik.com/wiki/Manual:The_Dude_v6/Dude_Telegram_Example
best regards
hi all
good time
how to send MikriTik Message ( Notifications ) via WhatsApp ?
example : https://wiki.mikrotik.com/wiki/Manual:The_Dude_v6/Dude_Telegram_Example
best regards
Do you know another messenger to do this? ( Except Telegram )
Slack works: http://forum.mikrotik.com/t/thedude-notification-slack-com/107580/1
-Chris
As far as I know, WhatsApp does not have an API. Telegram and Slack do provide API tools to do this, but not WhatsApp.
I use push over and push bullet
Sent from my Pixel XL using Tapatalk
Whatsapp already had a API https://github.com/mgp25/Chat-API, you should try combine it with PHP RouterOS Api or combine it with unix systems and mail server
Thank you very very much
Are there still other messengers to do this?
Hi all
I think they added an API feature to whatsapp
exploit it and give a reply about your result !
https://faq.whatsapp.com/en/android/26000030/?category=5245251
Regards.
[quote=CamilleWilliams post_id=860701 time=1622736922 user_id=186929]
Aber ich benutze WhatsApp GB, kann ich Benachrichtigungen senden?
[/quote]
Perché non scrivi in Inglese?
search tag # rextended send whatsapp notification
I use this for receive notification on WhatsApp:
CallMeBot.com
for send message, to MY WhatsApp on the phone, The Dude alerts:
/log warning "callmebot 392*******: Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])";
/tool fetch http-method=get mode=https url="https://api.callmebot.com/whatsapp.php?phone=+39392*******&apikey=******&text=Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])";
I use telegram bot, but this seems interesting.
I added “for receive notification on WhatsApp” etc.,
for be clear that I receive notification on WhatsApp as OP ask.
Yes but I dont have dude so is that needed…
can be used everywhere, is simple ros script ![]()
done thanks!!
my wife and I did 65Km road and trail ride, to practice conquering the roads and trails of italy of course.
Yes but I dont have dude so is that needed............
can be used everywhere, is simple ros script
done thanks!!
my wife and I did 65Km road and trail ride, to practice conquering the roads and trails of italy of course.
When covid-19 comes out of ... I hope it can offer you something refreshing, if you come to Italy near my area :))
You can send notifications via Matrix…
Just added support for matrix in my scripts, see my signature for details.
None of my friends or family use Matrix. We only watch the movies.
On the other hand everyone I know has whatsapp or signal (hence rexetended’s link to callmebot was exactly what Dr Neo ordered)
search tag # rextended send whatsapp notification
I use this for receive notification on WhatsApp:
CallMeBot.com
for send message, to MY WhatsApp on the phone, The Dude alerts:/log warning "callmebot 392*******: Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])"; /tool fetch http-method=get mode=https url="https://api.callmebot.com/whatsapp.php?phone=+39392*******&apikey=******&text=Service [Probe.Name] on [Device.Name] is now [Service.Status] ([Service.ProblemDescription])";
if used in terminal ? should be replaced by ? otherwise MTiK would remove ?
obvious