Send Pushover notifications with pictures and hyperlinks

No alerts unfortunately ! Have you gotten 2 devices to get alerts in your testing?

Code:
https://api.pushover.net/1/messages.json -s --form-string "token=%996" --form-string  "user=%997" --form-string "message=<b>&CAM</b> &MEMO" -F "attachment=@C:\BlueIris\Alerts\&ALERT_PATH" --form-string "device=iphone1,iphone2"
Yes. Three actually...
--form-string "device=%991"
1754366968440.png


All three devices as-named AND ENABLED on my Pushover dashboard...
1754367735605.png
 
I'll try to send only to this single new device and see if it gets alerts and if it still doesn't, something else could be wrong. Should I dabble with any pushover settings?
 
I'll try to send only to this single new device and see if it gets alerts and if it still doesn't, something else could be wrong. Should I dabble with any pushover settings?
So, the missing macro &ALERT_PATH did not resolve your issue (post #859)?

If not, start simple (with essential arguments: token, user, message) and make sure a notification is being delivered, then add optional arguments and complexity one-by-one until you find the culprit.
 
Last edited: