Operating Concepts
Concept Diagram
Domain Model
Entity Descriptions
The domain model of UNH revolves around the following key entities:
- Notification Template - A notification template is composed of several notification types and a distribution list.
- Email Notification - An email notification uses the email channel (SMTP server) to send email notifications to recipients' email addresses.
- Push Notification - A push notification uses the push channel (FCM) to send push notifications to recipients' mobile devices.
- Custom Notification - A custom notification uses a developer-defined custom channel, allowing for customized delivery methods and channel-specific parameters.
- Distribution List - A list of recipients based on IAMS users, roles, or groups, used to send notifications to multiple users at once.
- Email Channel - The email channel uses SMTP to send email notifications to recipients' email addresses.
- Push Channel - The push channel uses FCM to send push notifications to recipients' mobile devices.
- Custom Channel - The custom channel allows for customized delivery methods and channel-specific parameters.