User Notification Relay Provider
INotificationService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a notification service which manages the sending of a notification
Properties
Relays
IEnumerable<INotificationRelay>
R
Gets the notification relays available (SMS, EMAIL, etc.)
Operations
GetNotificationRelay
INotificationRelay
Uri toAddress
Gets the specified notification relay
GetNotificationRelay
INotificationRelay
String toAddress
Gets the specified notification relay
SendNotification
Guid[]
String[] to String subject String body Nullable<DateTimeOffset> scheduleDelivery Boolean ccAdmins NotificationAttachment[] attachments
Send a notification to one or more addresses.
SendTemplatedNotification
Guid[]
String[] to String templateId String templateLanguage Object templateModel Nullable<DateTimeOffset> scheduleDelivery Boolean ccAdmins NotificationAttachment[] attachments
Send a notification using a template to one or more addresses.
Implementations
DefaultNotificationService - (SanteDB.Core.Api)
Default notification relay service that scans the current appdomain for relays
Service Registration
Example Implementation
References
Last updated