/
New Communication Manager

New Communication Manager

Throughout this quarter we have been working on the implementation of a communications manager that allows the definition of communications in order to subsequently send notifications of various types linked to them.

thumbnail_Gráfico_pegado-1-20250307-112846.png

This module allows the definition of communication types, as well as the sending of different types of notifications and subscriptions to them: notifications between services, e-mails, chats and PUSH. Notifications can be scheduled to be sent at a specific time or even repeated over time, using cron expressions.

The module is built on top of Spring Boot making use of Quartz Scheduler for scheduling the sending of notifications, and Azure Notification Hub for sending PUSH notifications to mobile devices.

More information can be found in this article in the Development Portal:

Related content