Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
api:notifications [2024/09/20 20:44] – [Notification Delivery Service] daniel | api:notifications [2024/10/03 15:50] (current) – removed daniel | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Notifications ====== | ||
- | ===== Notification Delivery Service ===== | ||
- | The Notification Delivery Service is responsible for queuing notifications and delivering them to the provider’s APIs. This service supports sending Emails, SMS, push notifications and specific notifications to T4NotificationService. | ||
- | |||
- | ====== How does it work? ====== | ||
- | |||
- | {{ : | ||
- | |||
- | Our server sends objects to an Azure Service Bus, directing them to their respective queues. Each type of notification has its own dedicated queue. Azure Functions listen to these queues and are responsible for forwarding the messages to their destinations. The Azure queues are configurable, |