In order to send a notification to your device, you have to define a few parameters in your request.
Looking for Encryption or Libraries? We have a few available at WirePusher Libraries
* represents a mandatory field
note: don't forget to url encode your parameters
Example URL:
https://wirepusher.com/send?id=xxxxx&title=Alert&message=Low%20Memory%201GB&type=monitoring&action=http%3A%2F%2Fexample.tld%2Fserver&image_url=http%3A%2F%2Fexample.tld%2Fimage.png&message_id=12To clear notifications from your device, send a request with the following parameters
* represents a mandatory field
Example URL:
https://wirepusher.com/send?id=xxxxx&type=wirepusher_clear_notification&message_id=12