NotificationTemplate
Node type for the notification template.
This page contains
Fields
id: ID! | The unique identifier of the notification template. |
name: String! | A name for the notification template. This name appears in the marketplace UI. |
subject: String! | The message subject line for the notification template. |
content: String! | The main content of the notification template. |
locale: String! | This is a ISO language code, for example en_US. |
Implements
Parent objects of NotificationTemplate
NotificationTemplatesByType PREVIEW | Output object for NotificationTemplatesByType query. |
Queries for NotificationTemplate
notificationTemplatesByType PREVIEW | Returns a list of notification templates for a given notification delivery method and type. |