There is no registration required.
Download the app to get your unique Simplepush key.
After a 7-day trial the app requires a small one-time purchase.
Use your Simplepush key to send notifications to your device.
Sending a push notification to your device is as simple as a HTTP request.
~ $ curl 'https://api.simplepush.io/send/HuxgBB/Wow/So easy'
~ $ curl --data 'key=HuxgBB&title=Wow&msg=So easy' https://api.simplepush.io/send
You can define custom ringtones and vibration patterns by defining events.
An incoming notification can ring and vibrate as specified in an event.
Defining events in the Events section is very simple.
Just add a new event and specify an event id, a ringtone and a vibration pattern.
Then you can apply your event to notifications by appending the event id to your API call as shown in the following example.
~ $ curl 'https://api.simplepush.io/send/HuxgBB/Ding dong/event/Doorbell'
~ $ curl --data 'key=HuxgBB&msg=Ding dong&event=Doorbell' https://api.simplepush.io/send
Activate end-to-end encryption by defining a password in the Encryption section.
Encrypted notifications are safe from eavesdropping by involved service providers like Google or Amazon.
We use AES-CBC-128-bit for encryption.
If you want to send encrypted notifications take a look at our libraries.
We also provide a bash script which enables you to send encrypted notification from your shell.
Sending automated push notifications from your applications has never been easier.
All libraries include functions for sending encrypted push notifications.
Get library and example sketch here
Email us and let us know which language you would like to see supported.