Preview

UpdateNotificationTemplateInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

UpdateNotificationTemplateInput

Input used to update a specific notification template.

This page contains

    Fields

    method NotificationDeliveryMethod!

    Method used for notification can be 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.

    subject String!

    The message subject line for the notification template.

    content String!

    The main content of the notification template.

    name String

    A name for the notification template. This name appears in the marketplace UI.

    Mutations for UpdateNotificationTemplateInput

    updateNotificationTemplate PREVIEW

    Updates the subject line and main content for notifications of a specified type.