Preview

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

notificationTemplatesByType

Returns a list of notification templates for a given notification delivery method and type.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    method NotificationDeliveryMethod!

    The method used to deliver the notification: EMAIL or SMS.

    type NotificationType!

    The type of notification (this generally corresponds to an event).

    Return Fields

    NotificationTemplatesByType! PREVIEW

    Output object for NotificationTemplatesByType query.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.