AlertRuleDeliverability
No description
type AlertRuleDeliverability {
deliversExternally: Boolean!
dormant: Boolean!
reasonKey: String
}
Fields
AlertRuleDeliverability.deliversExternally ● Boolean! non-null scalar
True when the rule has at least one recipient, so a fire emails (or otherwise reaches an external channel), not just an in-app notification.
AlertRuleDeliverability.dormant ● Boolean! non-null scalar
True when an ENABLED rule has zero recipients: it will fire but only as an in-app notification, never an email. The FE flags it as dormant.
AlertRuleDeliverability.reasonKey ● String scalar
i18n key explaining a dormant rule ("alert.deliverability.noRecipients"), null otherwise.
Member Of
AlertRule object