Open a specific page in my app notification clic

Hi,

I’ve implemented push notification in My app, so I need to open a new specific template when the user clic in the notification. how do I get it?

Submit the page as part of the notification payload, read that payload when you get the notification, open the page.
Details depend on how you implemented push in your app.