Describes the specified notify templates or all notify templates in your account
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_describe_notify_templates.RdDescribes the specified notify templates or all notify templates in your account.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_notify_templates/ for full documentation.
Usage
pinpointsmsvoicev2_describe_notify_templates(
TemplateIds = NULL,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- TemplateIds
An array of template IDs to describe.
- Filters
An array of NotifyTemplateFilter objects to filter the results on.
- 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.