User Notification Relay Provider
Last updated
Last updated
INotificationService
in assembly SanteDB.Core.Api version 3.0.1980.0
Represents a notification service which manages the sending of a notification
Property | Type | Access | Description |
---|---|---|---|
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Default notification relay service that scans the current appdomain for relays
Relays
IEnumerable<INotificationRelay>
R
Gets the notification relays available (SMS, EMAIL, etc.)
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.