NotificationOptOut
NotificationOptOut object
This page contains
Fields
| method: NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
| type: NotificationType! | Type of the notification |
| target: String! | Target can be an email address for EMAIL delivery method and phone number for SMS delivery method |
Parent objects of NotificationOptOut
| NotificationOptOutsByMethodAndTargetConnection PREVIEW | Connection object used to page through a list of Notification opt outs |
| NotificationOptOutsByMethodAndTypeConnection PREVIEW | Connection object used to page through a list of Notification opt outs |
| NotificationOptOutSettings PREVIEW | Output object for DeleteNotificationOptOutsForTypes |
Queries for NotificationOptOut
| notificationOptOutsByMethodAndTarget PREVIEW | Returns paginated list of opted out notifications for given notification delivery method and target |
| notificationOptOutsByMethodAndType PREVIEW | Returns paginated list of opted out notifications for given notification delivery method and notification type |
| notificationOptOutSettings PREVIEW | Returns opted out notification for given notification delivery method, notification type and target |