deleteNotificationOptOutsForTargets
OptIn notifications for given notification delivery method and targets
This page contains
Arguments
input DeleteNotificationOptOutsForTargetsInput! PREVIEW | Input object to delete notification opt outs for given types |
DeleteNotificationOptOutsForTargetsInput fields
method NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
targets [String!]! | Target can be a list of email address for EMAIL delivery method or phone number for SMS delivery method |
Return Fields
success Boolean | Indicates success of notification optout deletion by targets operation |
errors [DeleteNotificationOptOutsForTargetsError!] PREVIEW | Error details while deleting notification optouts |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.