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
/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.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"
Hi! What is device_id? And where to place my token...? Please, help with that.For Pushbulet sample, send Pushbulet message (not sms)..Code: Select all/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>"