Can I get some help for a script for a headless setup for Pushover notification? I would like to send a pushover notification on file download complete.
I found this script but not sure how to convert it to work for a headless script
Code:
postPage("https" + "://api.pushover.net/1/messages.json",
"token=appToken&user=userKey&message="
+ package.getName() +
" finished.");