Type alias NotificationRulePreviewNotificationStatus

NotificationRulePreviewNotificationStatus: typeof SUCCESS | typeof DEFAULT | typeof ERROR | UnparsedObject

The notification status for the given rule type. SUCCESS means a matching event was found and the notification was sent successfully. DEFAULT means no matching event was found and a default placeholder notification was sent instead. ERROR means an error occurred while sending the notification.

Generated using TypeDoc