Thursday, May 2, 2019

Send Personalized Push Notifications at Scale

The ability to send push notifications has been a key Backendless feature for quite a while, but until now, it only had a basic set of actions such as sending to all devices in a specific channel and/or to a specific device type (Android/iOS). With the last changes it has grown into a powerful tool with a bunch of very flexible and convenient functionality. Now you can:

  • send push notifications for a precisely defined group of recipients using not only filters by channel/device, but also BackendlessDataQuery, which allows you to select target devices using a query to the table.
  • personalize your messages with smart-text — auto substitutions with the personal information from the table or any other related tables.
  • construct and customize the styling of your messages in a new graphical interface.
  • construct interactive messages with actions mapped to Buttons/Inline reply/Tap.

In this article, we're going to review the first two points and in the next article the last two.



from DZone.com Feed http://bit.ly/2V8y3LL

No comments:

Post a Comment