Web Push Notifications with Campaign Classic | Community
Skip to main content
April 28, 2020
Solved

Web Push Notifications with Campaign Classic

  • April 28, 2020
  • 1 reply
  • 3604 views

Hi,

There doesn't seem to be an out of the box functionality for web push notifications via FCM. Does anyone have a blue-print they can share?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by iambhosale

Hi @pohlipit_mh 

 

Web Push is not available as OOB feature in Adobe Campaign as of now. But there are possibilities that it may be part of future releases.

 

Talking about custom implementation, for Android channel adobe used open-source FCM API to trigger the Mobile Push using registration tokens. You can refer JSSP which is used for Android nms:androidPushConnectorV2.js. You need to do reverse engineering on the same to design the web push channel.

 

There is no specific methodology as getting a registration token and sending web push can be implemented in multiple ways.

1 reply

iambhosale
iambhosaleAccepted solution
Level 2
April 28, 2020

Hi @pohlipit_mh 

 

Web Push is not available as OOB feature in Adobe Campaign as of now. But there are possibilities that it may be part of future releases.

 

Talking about custom implementation, for Android channel adobe used open-source FCM API to trigger the Mobile Push using registration tokens. You can refer JSSP which is used for Android nms:androidPushConnectorV2.js. You need to do reverse engineering on the same to design the web push channel.

 

There is no specific methodology as getting a registration token and sending web push can be implemented in multiple ways.