DeleteNotificationTemplateInput
Input used to update a specific notification template.
This page contains
Fields
method NotificationDeliveryMethod! | The method used to deliver the notification: EMAIL or SMS. |
type NotificationType! | The type of notification (this generally corresponds to an event or an action). |
id ID! | The unique identifier of the notification template. |
Mutations for DeleteNotificationTemplateInput
deleteNotificationTemplate PREVIEW | Deletes a specific notification template (identified by ID and type). |