What can you do if a user blocks the notifications on your website by clicking the “Block” button in the permission prompt? How can you reset that choice? How can you display the permission prompt again?
Pushpad
How to send web push notifications to a group of users
Sometimes it is useful to send a notification from your website to multiple users. Let’s see how to achieve that.
Debugging web push notifications on a specific device
This article describes a simple and effective method for debugging web push notifications on a specific browser using Pushpad.
Sending web push notifications to specific users based on condition
In this article we see a frequent use case for notifications, where you want to send a notification only to the users in your database that match a specific condition.
Pushpad: the new feature for sending silent notifications
Now Pushpad supports the silent option for web push notifications. This means that you can send web push notifications that don’t produce any sound or vibration when they are received.
Multilingual notifications with Pushpad
It’s easy to create segments based on the user preferred language. In this way you can send different notifications to users with different language preferences.
The new Pushpad widget for web push notifications
We are happy to announce that we have just released a new feature in our Javascript SDK: we provide a widget that makes it easy to display a custom prompt, a floating action button or a subscribe button in order to collect subscribers.
Geolocation with Pushpad
Would you like to send web push notifications only to people located in a given place? If you use Pushpad you can implement that in different ways.
Pushpad: new features for faster delivery of web push notifications
Now you can use Pushpad for delivering time-sensitive messages. For example you can notify urgent alerts or incoming phone calls.
How to send a notification only to a random subset of users
What if you want to send a web push notification only to 10% of your users? This can be useful for example for testing and for measuring CTR for that notification before sending it to all your users. There are many ways to achieve that, but in this tutorial we will show a simple method with tags.