Pushsafer is a service to send & receive instant push notifications on your phone, tablet or desktop pc (iOS, Android, Windows 10, Chrome, Firefox) from a variety of sources. Through the e-mail gateway or by the API Pushsafer can be integrated in almost any application. To start quickly, follow these steps:
In more detail, Pushsafer is a service platform for sending and receiving push notifications. On the server side, we provide an E-Mail/URL gateway and API for queueing messages to deliver to users devices. On the device side, our apps receive those push notifications, show them to the user, and store them for later viewing.
↑ TopOpening and using a customer account and a small quota of API calls for test purposes (for each registered device) is free.
If you like the service and you want to continue receiving messages to your registered devices, you can buy additional API calls from your user account.
API Calls | Price |
1000 additional API calls | 0.99 EUR (0.99 EUR / 1000 API Calls) |
2200 additional API calls | 1.99 EUR (0.90 EUR / 1000 API Calls) |
3600 additional API calls | 2.99 EUR (0.83 EUR / 1000 API Calls) |
7500 additional API calls | 4.99 EUR (0.67 EUR / 1000 API Calls) |
20000 additional API calls | 9.99 EUR (0.50 EUR / 1000 API Calls) |
60000 additional API calls | 19.99 EUR (0.33 EUR / 1000 API Calls) |
200000 additional API calls | 49.99 EUR (0.25 EUR / 1000 API Calls) |
500000 additional API calls | 99.99 EUR (0.20 EUR / 1000 API Calls) |
API Call = The request for conversion and sending to one device |
Currently we offer device clients for iOS (iPhone, iPad, iPod Touch), Android, and Windows 10 (Desktop & Phone) and also Web Push for Chrome & Firefox
↑ TopIf you want to read your messages on multiple devices, you'll need to send them to each device. By default, messages are sent to all devices unless you have defined a device or device group at the API call.
↑ TopNotifications can be sent via the API, through the e-mail gateway or through a simple URL/Link.
↑ TopThe k
parameter must contain your private key (always in first place) and the other account's subkey separated by a pipe character.
Example:
https://www.pushsafer.com/api?k={privatekey}|{subkey}&d=1|2&m=Message
Device ID 1 belongs to your account and ID 2 to the subkey's account.
Unlimited subkeys can be used. The order of the device IDs does not matter.
https://www.pushsafer.com/api?k={privatekey}|{subkey1}|{subkey2}|{subkey3}&d=1|2|5|8&m=Message
No, Pushsafer only integrates with our iOS, Android and Windows client apps and is a complete end-to-end solution for individuals and businesses that want to send notifications to their devices.
↑ TopMessages can be deleted in the Client APP, in the Pushsafer Dashboard or automatically in a certain time via the API.
l
= Time2Live, you can delete messages automatically in a defined time (seconds)Push-notifications are sent to the relevant Apple, Google or Windows services by Pushsafer, from where they are distributed to your devices. In addition the messages are stored on our servers for synchronization with the client app.
If messages appear only in the client app but are not delivered as push notifications, follow these points and check if the delivery is working after each change:
When sending messages, you can set different tones. If no sound is played, please note the following points:
s
is not set to 0 = silent
Press next to the device in your dashboard, in the following window you can change the name.
↑ TopA guest device can take full advantage of the Pushsafer service including API and e-mail gateway. However, the user or device does not have access to your account. This feature is perfect for family members, friends, employees, or customers who want to send and receive messages, but are not allowed to access your account!
How do I register a guest device?For a line break use \n
or BBCode [br]
in your message!
With this function you have the possibility to assign a fixed name or a fixed ID to a device. This name can be used in your system for device mapping. To get the device ID and device name, the Callback-URL must be entered in your profile.
This QR code can also be created by your self for use in your own system and then made available to your guests. The QR code is composed as follows: [guest ID]+[pipe character]+[device name]. The device name can not contain a pipe character.
↑ TopTo delete your account, all registered devices and associated messages, log in with your login information. Open your profile page. Here you will find a button to completely delete your account. Already purchased API calls can not be refunded.
To enable Push-Notifications for Pushsafer, go to your devices settings > Apps > Pushsafer
Show notification
must be activated
Each push-notification can be assigned an LED color. For this, the parameter c
for Icon Color must be transmitted to the Pushsafer API.
The parameter c
must have a hexadecimal color code in the format #FF0000
for e.g. be red!
Yes, this is possible, but only for Android devices. Press the button next to your device and open the preferences. Here you will find the setting "Summarize notifications".
Yes, it is possible, follow this steps:
These phones have a particular quirk that when the app is force closed that you will no longer be able to receive notifications until the app is restarted. To receive background notifications again check your preferences:
Since Android Oreo Notification Channels are intruduced! With this change, the Google messaging service (Firebase Cloud Messaging) do not process a sound or vibration parameter.
But the Pushsafer Client App (since V2.2.1) generates channels for each Pushafer Sound, so you can use the Pushsafer parameter s
as usual!
The positive side effect, for each of the 60 channels you can now use the Pushsafer sound or even your own sound. In addition, the vibration can be adjusted for each channel.
So you have the opportunity to customize each channel to your needs.
s
=0s
=1s
=2Override Do not Disturb
in this case you have to activate the option on each channel you want to override do not disturb and play a notification sound!
If your push notifications don't play a sound after a while, it's possible that Pushsafer has been put into sleep mode to save battery.
You can workaround this as follows:
Applies to Android Version >= 10
To add Pushsafer to Autostart, the permission for "Display over other apps" or "Appear on top" must be activated.!
Android 10-12
Android >= 13
inApp Preferences
To enable Push-Notifications for Pushsafer, go to your devices settings > scroll down to the App section > Pushsafer > Notifications
Allow notification
must be activated
We get this request frequently, but unfortunately it is not technically possible to implement it. Third-party iOS apps, such as Pushsafer, can only play notification sound files that were previously bundled in the app.
Our iOS app can not play any other notification sounds that are accessible from a URL or stored on your device.
↑ TopYes, that is possible! Since iOS 5
there is an option in the settings, with which you can be notified by the LED, when sending a push-notification. The iPhone must have a flash.
Write an email to Pushsafer Support and submit the source code or a link to it (github). If this has been classified as useful for the community after testing, we will post it on our plugin example.
↑ TopIf a firewall denied the access, please allow this ip address!
IPv4 = 212.83.36.91
IPv6 = 2a00:f48:cafe:a911::1
Yes you can! For this you use your Pushasfer email address, which you can find in your Pushsafer dashboard.
If you want to send parameters such as icon, sound or vibration with your eMail, use the eMail Generator or create an alias eMail address with predefined parameters.
Check out our eMail-Gateway Information page!
↑ TopFor the full details of our privacy policy, see our privacy page.
↑ TopWe always work with our customers who find security problems in our products and services. Please inform us in such a case by email, so that the problem can be solved as fast as possible.
↑ Top