How to implement push notification in mobile application?
Hi Praveen Relli
Please have a look on this forge component
https://www.outsystems.com/forge/component-overview/1556/pushwoosh-plugin
you take a help from this article
https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_Use_Push_Notifications_with_Pushwoosh
Besides pushwoosh, you can use firebase also
https://www.outsystems.com/forge/component-overview/4991/firebase-mobile
Take a guide from-
https://www.outsystems.com/forums/discussion/44231/push-notification-configuration-guide/
If your application is PWA refer this
https://www.outsystems.com/forums/discussion/63866/push-notifications-for-pwa-onesignal-vs-pushwoosh/
Hope this helps
Thanks
To implement push notifications in OutSystems mobile app:
1- Set up a push notification service (e.g., Firebase Cloud Messaging).
2- Configure mobile app settings with service credentials.
3- Install push notifications plugin in OutSystems.
4- Create server actions to handle notifications.
5- Register device tokens for each user's device.
6- Handle incoming push notification events in the app.
7- Test and monitor for proper functioning.
Hi @Praveen Relli
Find the attach document, Also check this link