AlertRecipientType
Recipient type for alert rules.
enum AlertRecipientType {
email
user
role
}
Values
AlertRecipientType.email
Direct email address
AlertRecipientType.user
Keycloak user ID (resolved at dispatch time)
AlertRecipientType.role
Organization role name (all users in role get notified)
Member Of
AlertRecipient object ● AlertRecipientInput input