Skip to main content

NotificationEvent

A notification event. This is the event that will trigger a notification to be sent out.

type NotificationEvent {
allowed_condition_types: [NotificationConditionType!]!
allowed_dynamic_destinations: [NotificationDynamicDestination!]!
category: String!
key: NotificationEventKey!
sends_sms: Boolean!
}

Fields

NotificationEvent.allowed_condition_types ● [NotificationConditionType!]! non-null enum

The condition types that are allowed for this notification event.

NotificationEvent.allowed_dynamic_destinations ● [NotificationDynamicDestination!]! non-null enum

The dynamic destinations that are allowed for this notification event.

NotificationEvent.category ● String! non-null scalar

The category of the notification event.

NotificationEvent.key ● NotificationEventKey! non-null enum

The key of the notification event.

NotificationEvent.sends_sms ● Boolean! non-null scalar

Whether this notification event sends SMS notifications.

Returned By

notificationEvents query