pinpointemail_put_deliverability_dashboard_option {paws.customer.engagement} | R Documentation |
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account
Description
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.
See https://www.paws-r-sdk.com/docs/pinpointemail_put_deliverability_dashboard_option/ for full documentation.
Usage
pinpointemail_put_deliverability_dashboard_option(
DashboardEnabled,
SubscribedDomains = NULL
)
Arguments
DashboardEnabled |
[required] Specifies whether to enable the Deliverability dashboard for your Amazon
Pinpoint account. To enable the dashboard, set this value to |
SubscribedDomains |
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for. |
[Package paws.customer.engagement version 0.7.0 Index]