I tried searching but couldn't find anything. Is there any way of customizing the pushbullet notification type and content? Pushbullet supports multiple types of notifications, not only "File" which is used as of right now, to send the .html report.
Could we specify that we want to use the "note" type, and customize the format of the notification?
e.g The Pushbullet file notification "Game.of.Thrones.S04E10.720p.HDTV.x264-KILLERS.html" would become a note with a Title: "Game Of Thrones", and message: "4x10, The Children"

... or anything else another user wants.
If this is not possible right now, could it be possible to "hack" it into the amc groovy script for my own use? I tried taking a look at it, but couldn't figure out how Pushbullet knows you want to send a file, unless you have hardcoded it. Where can I find more information on this function?:
Code: Select all
PushBullet(pushbullet).sendHtml(getReportTitle(), getReportMessage())
