sesv2_list_suppressed_destinations: Retrieves a list of email addresses that are on the...

View source: R/sesv2_operations.R

sesv2_list_suppressed_destinationsR Documentation

Retrieves a list of email addresses that are on the suppression list for your account

Description

Retrieves a list of email addresses that are on the suppression list for your account.

See https://www.paws-r-sdk.com/docs/sesv2_list_suppressed_destinations/ for full documentation.

Usage

sesv2_list_suppressed_destinations(
  Reasons = NULL,
  StartDate = NULL,
  EndDate = NULL,
  NextToken = NULL,
  PageSize = NULL
)

Arguments

Reasons

The factors that caused the email address to be added to .

StartDate

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.

EndDate

Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.

NextToken

A token returned from a previous call to list_suppressed_destinations to indicate the position in the list of suppressed email addresses.

PageSize

The number of results to show in a single call to list_suppressed_destinations. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.