WirePusher allows you to send push notifications right to your device using a simple web call.
This web call can come from an application, server, web browser, you decide! And you don't have to worry about developing and publishing a mobile application or a complex notification system.
You can define different types of notifications and customize the ringtone, icon and vibration pattern so you can easily identify where it's coming from.
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=12
To 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