Notifications

You can implement notification at your runtime apps using several methods:

  • Bespoke using Cordova plugins to enable your application monitoring your backend (for example, a Neptune DXP microservice) whilst in background mode for changes and then issuing badge update to your application icon and/or notification messages to the user.

  • Firebase - Neptune DXP natively supports Firebase’s Cloud Messaging (FCM) capability to deliver push notifications to Android devices, Google Chrome and Mozilla web browsers. Firebase notifications can be integrated and triggered by either a Neptune DXP application or Microservice, or from the Neptune DXP SAP connector.

  • Notification Providers, such as Twilio Notify or AWS SNS; you simply need to import the service’s REST API and then invoke it via server script code as and when needed.