hi all
how to send MikriTik Message ( Notifications ) via Pushover or Pushbullet ?
sample code not work !
https://pushover.net/faq#library
https://pushover.net/api
https://docs.pushbullet.com/#pushbullet-api
please help me
hi all
how to send MikriTik Message ( Notifications ) via Pushover or Pushbullet ?
sample code not work !
https://pushover.net/faq#library
https://pushover.net/api
https://docs.pushbullet.com/#pushbullet-api
please help me
It’s great to support Pushbullet.
It’s great to support Pushbullet.
i hope so
Hi
You can use the @pomail.net email alias in your Pushover dashboard. Send mail to it using Mikrotik’s /tool e-mail command.
https://wiki.mikrotik.com/wiki/Manual:Tools/email
Regards,
Marko
This example should be helpful in sending a high priority message via Pushover. Make sure you substitute your Application API Token/Key and User Key in the command below.
/tool fetch mode=https url=“https://api.pushover.net/1/messages.json” http-method=post http-data=“token=<Application API Token/Key>&user=&message=High priority message from MikroTik device&title=RouterOS Alert&priority=1”
For Pushbulet sample, send Pushbulet message (not sms)..
/tool fetch mode=https url="https://api.pushbullet.com/api/pushes" http-method=post http-data="device_iden=<DeviceID>&type=note&body=High priority message from MikroTik device&title=RouterOS Alert" user="<APIKey>"
Works well on FW 6.45.5 including getting PUSHOVER from NETWATCH.
On FW 6.46.4 works only to send PUSHOVER manualy runing script, but doesn’t work to send PUSHOVER from NETWATCH.
Any suggestion?
Hi! What is device_id? And where to place my token…? Please, help with that.