Setting up notifications

Introduction

Once the prerequisite configuration options have been defined on EnergyAI level then the user can personalize their notifications even further. For example, they can enable or disable specific channels (email, PUSH etc.) and can also enable/disable either specific notifications and their channels or groups of notifications (topics configuration)

Below is a screenshot of how notifications setup is defined in the Ynni app on end-user settings.

In this section, the following processes will be described.

  1. Enabling/Disabling notifications of a specific channel as per end-user request.
  2. Managing notification topics.
  3. Managing inbox notifications through the App.
  4. REST API Notifications
  5. PUSH Notifications
  6. Testing notifications during development.

πŸ‘

Inbox notifications are not delivered actively to the end user, instead the application is responsible for fetching them from the CE API directly and displaying the notifications inside the application.

For more details about integrating inbox notifications have a look at the Inbox Notifications section.