I did try them.. since just removing the attachments part at the end allows Pushover to send the alerts, I assume everything BUT the attachment image part is ok.1. Try the steps in the “Debugging” section in the original post.
2. If the macros are fully resolving, then make sure the *.jpg file actually exists… To test existence: Copy the filespec to the clipboard, hit the Windows key, type Ctrl-V, then hit the Enter key. If the files exists, Windows will open it in the default viewer.
the syntax I'm using is -s --form-string "token=TOKEN" --form-string "user=USER" --form-string "message=<b>&CAM</b> &MEMO <a href='&WAN/alerts/&ALERT_DB?fulljpeg'>Hi-Res</a> <a href='&WAN/ui3.htm?rec=&ALERT_DB'>UI3</a>" --form-string "html=1" --form-string "device=YOUR_PUSHOVER_DEVICE_NAME(S)_HERE" --form-string "sound=YOUR_PUSHOVER_SOUND_HERE" -F "attachment=@D:\Alerts\&ALERT_PATH"
testing it to a txt file gives:
-s --form-string "token=TOKEN" --form-string "user=USER" --form-string "message=<b>FRONT</b> <a href=''>Hi-Res</a> <a href=''>UI3</a>" --form-string "html=1" --form-string "device=YOUR_PUSHOVER_DEVICE_NAME(S)_HERE" --form-string "sound=YOUR_PUSHOVER_SOUND_HERE" -F "attachment=@D:\Alerts\fnf"
the jpgs are in the d:\Alerts folder. I just can't see the issue.