Skip to content

Notifications

The Notifications are the informational messages generated by various components of the software and which are supposed to be delivered to corresponding Users of the Platform, which have indicated their interest in such Notifications.

Overview

The Platform provides unified mechanism for Notifications generation and delivery via various communication technologies, which include integration with Twilio (for SMS and Whatsapp) and Email. Notifications also can be used by UI components of software to display relevant information to online Users. Essentially the software and application developers are not restricted to the use of this particular mechanism and are allowed to develop or integrate any other notification frameworks or implementations. However usage of integrated Notifications allows quick start and at the same time all native Platform Applications are using this mechanism.

Notifications registered within the Platform using corresponding API calls are then processed by the Business Logic Dispatcher component and one of its Workers. For the sake of consistency of this Documentation structure the detailed description of Notification Worker behaviour is provided in the Business Logic Dispatcher section below.