I have taken a look at the Pushover client API and it is quite good, there is a HTTPS Post / Get requirement to get the Secret key for a user, and to register a device and download messages, but they provide a websocket server which sends simple commands to prompt when a new message has been received and needs to be downloaded.
If this is something that could be incorporated into the plugin I think it would be amazing, then HS3 could actually trigger events based on messages being received, we could trigger based on priority, title, message information, URL, Regex among other things.
If you are able to add this as a feature, and need any help don't hesitate to yell, I have only played with the cURL parts so far
.
If this is something that could be incorporated into the plugin I think it would be amazing, then HS3 could actually trigger events based on messages being received, we could trigger based on priority, title, message information, URL, Regex among other things.
If you are able to add this as a feature, and need any help don't hesitate to yell, I have only played with the cURL parts so far

Comment