Skip to main content

SendNotificationPreviewInput

Autogenerated input type of SendNotificationPreview

input SendNotificationPreviewInput {
clientMutationId: String
email: Boolean!
event_key: NotificationEventKey!
sms: Boolean!
}

Fields

SendNotificationPreviewInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SendNotificationPreviewInput.email ● Boolean! non-null scalar

Whether to send the preview via email

SendNotificationPreviewInput.event_key ● NotificationEventKey! non-null enum

The event key of the notification template to preview

SendNotificationPreviewInput.sms ● Boolean! non-null scalar

Whether to send the preview via SMS

Member Of

sendNotificationPreview mutation