Guidance Needed on Implementing Weblink Attribute in Push Notifications

0
We are using the push notification connector in our application for both web and mobile platforms. The attribute 'weblink' is intended to redirect users to a specific page when they click on a notification. However, it is not working as expected. We've attempted using the Deeplink module and Microflow URL, and are currently utilizing the Microflow URL in our application. Could you please explain how the 'weblink' attribute works and provide guidance on how to implement it correctly?  
asked
1 answers
0

Hi,

what is the issue you are getting because in my case it’s working fine just copy your page url like

http://localhost:8080/p/home in weblink.

 

Go to your page which you want to open by weblink > properties > url > give url name anything like home.

After that run your application go to your  url page & copy your page url like this form

http://localhost:8080/p/home

enter this url in the weblink.I hope this will work

 

answered