Rule Send Notification Action
data class RuleSendNotificationAction(val content: String, val contentType: RuleSendNotificationActionContentType, val deliveryMethod: RuleSendNotificationActionDeliveryMethod, val recipient: RuleNotificationRecipientType, val subject: String? = null)
Information about the send notification action.
Constructors
Link copied to clipboard
constructor(content: String, contentType: RuleSendNotificationActionContentType, deliveryMethod: RuleSendNotificationActionDeliveryMethod, recipient: RuleNotificationRecipientType, subject: String? = null)
Properties
Link copied to clipboard
Notification content. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.
Link copied to clipboard
Content type format. Allowed value: `PLAIN_TEXT`
Link copied to clipboard
Notification delivery method. Allowed value: `EMAIL`
Link copied to clipboard
Notification recipient.
Link copied to clipboard
The subject of the email if the delivery method is `EMAIL`
. Supports variable injection. For more information, see JSONPath reference in the Administrators Guide.