Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Web Push Notifications with Campaign Classic

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Level 3

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

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.