What are Smart Notifications?

Smart Notifications are a concept used to describe the various techniques designed to make real-time, push-style messaging (such as push notifications) more relevant, useful, and appropriate for individual users.

Smart Notifications definition

The concept involves designing a notification or messaging system in such a way as to:

  • Reduce message clutter and avoid information overload, as in the case of blind duplicates of the same notification across multiple personal devices (e.g. mobile, tablet, desktop).

  • Improve the chances of a notification being received well and in context. In other words, it is personalized to the user's habits, location, time zone, and other factors that may influence whether the user appreciates the notification or not.

  • Enable the user to take immediate action in flow with the idea of real-time notifications, rather than dismiss the notification until later.

Smart notifications are a type of Push Notifications

In essence, Smart Notifications aims to unify and make coherent all the real-time communications that a user is exposed to in their typical day-to-day. The actual techniques used to do this will necessarily vary in implementation, but a brief example might be by using a user's presence information to intelligently deliver a notification only to the device that the user is currently using, despite that they may be subscribed to the same notification channel on all their devices.

Related Terms

MORE FROM PUBNUB
Push Basics: PubNub Docs

Push Basics: PubNub Docs

Information about configuring push notification with PubNub can be found in the documentation
Send Android Push Notifications with FCM & PubNub

Send Android Push Notifications with FCM & PubNub

How to implement mobile push notifications in your Android app using Firebase Cloud Messaging (FCM) and PubNub.