Preview

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

notificationOptOutSettings

Returns opted out notification for given notification delivery method, notification type and target

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    method NotificationDeliveryMethod!

    Method used for notification Delivery can be EMAIL or SMS

    type NotificationType!

    Type of the Notification for which opt outs to be listed

    target String!

    Target can be an email address for EMAIL delivery method or phone number for SMS delivery method

    Return Fields

    NotificationOptOutSettings! PREVIEW

    Output object for DeleteNotificationOptOutsForTypes

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.