Lists countries that support notify messaging
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_list_notify_countries.RdLists countries that support notify messaging. You can optionally filter by channel, use case, or tier.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_list_notify_countries/ for full documentation.
Usage
pinpointsmsvoicev2_list_notify_countries(
Channels = NULL,
UseCases = NULL,
Tier = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- Channels
An array of channels to filter the results by.
- UseCases
An array of use cases to filter the results by.
- Tier
The tier to filter the results by.
- NextToken
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
- MaxResults
The maximum number of results to return per each request.