Page 1 of 1
how to send Notifications via Pushover & Pushbullet
Posted: Fri Sep 15, 2017 12:10 pm
by alisc
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
Re: how to send Notifications via Pushover & Pushbullet
Posted: Sat Sep 16, 2017 5:49 am
by fengyuclub
It's great to support Pushbullet.
Re: how to send Notifications via Pushover & Pushbullet
Posted: Sat Sep 16, 2017 5:50 am
by fengyuclub
It's great to support Pushbullet.
Re: how to send Notifications via Pushover & Pushbullet
Posted: Sat Sep 16, 2017 5:55 am
by fengyuclub
i hope so
Re: how to send Notifications via Pushover & Pushbullet
Posted: Wed Dec 20, 2017 5:10 pm
by vukko
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
Re: how to send Notifications via Pushover & Pushbullet
Posted: Wed Jan 10, 2018 2:04 pm
by labellama
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=<User Key>&message=High priority message from MikroTik device&title=RouterOS Alert&priority=1"
Re: how to send Notifications via Pushover & Pushbullet
Posted: Fri Nov 30, 2018 8:48 am
by homedimon
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>"
Re: how to send Notifications via Pushover & Pushbullet
Posted: Sat Mar 21, 2020 6:10 am
by danielcada
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=<User Key>&message=High priority message from MikroTik device&title=RouterOS Alert&priority=1"
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?
Re: how to send Notifications via Pushover & Pushbullet
Posted: Sat Jul 18, 2020 4:21 pm
by knedlyk
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>"
Hi! What is device_id? And where to place my token...? Please, help with that.