Skip to main content

Rich push notification

Rich push notification is an extended version of push notification. Push notification may contain:

  • title,
  • body,
  • icon,
  • link to go.

In Rich push notification, in addition to these elements, we can also attach:

  • picture (banner), video or audio,
  • interaction elements (buttons).

Moreover, Rich push can contain up to 3 links.

tip

Since a person perceives visual information better, to get the attention of your subscribers when you send Rich push notifications is much easier than when you use regular Push notifications.

Creating a template

Use the Rich Push editor to create a template for Rich Push notifications.

Settings and Implementing

Firebase API v1

Once you create a Rich Push template, you can start sending out a notification.

As we already said, Rich push notifications are the same Push notifications, but with advanced features. That is why setting and implementing them is almost the same as setting and implementing Web Push notifications.

Don't you know how to do it? Read the article "Web push: settings & implementation".