Forum Discussion
Hi MarcosR ,
as far as i know, there are no endpoints for push notifications and the system is not delivering any push notification.
If Lithium Product will not implement this kind of feature, the only way i can see is the following:
1. look for a vendor for push notification
2. hook into the notificationEvents to trigger push notification via your vendor, e.g. https://community.khoros.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1&branch=EventSubscription
ok, thanks for your reply. But, is there some service that we can connect to LIA environment ?
For example we did some research and we found this repository.
https://bitbucket.dev.lithium.com/projects/LIMOBSDK/repos/mpushy/browse
it could be helpful. So, I am wondering if we are in the right path...
- STARFLEET6 years agoExpert
HI MarcosR ,
unfortunately i am not able to open the provided link ( maybe this is a Lithium restricted repo ), but when i am looking into the rep name (mpushy) it seems that this is a repo for push delivery via pushy ( external push provider). That is what i meant in my previous post:
1. look for a vendor of push notification --> here it seems to be pushy
2. try to hook into the notificationEvents ( which shoud be the main challenge here)
From my perspective it is the only realistic way without the need of Lithium Product Development in case the eventNotification path is working and fitting to ypur requirements.
MyTestSnippet{ console.log("Test"); }
Related Content
- 11 years ago
- 8 years ago
- 5 years ago
- 7 months ago