sesv2_create_deliverability_test_report: Create a new predictive inbox placement test

View source: R/sesv2_operations.R

sesv2_create_deliverability_test_reportR Documentation

Create a new predictive inbox placement test

Description

Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon SES then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the get_deliverability_test_report operation to view the results of the test.

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

Usage

sesv2_create_deliverability_test_report(
  ReportName = NULL,
  FromEmailAddress,
  Content,
  Tags = NULL
)

Arguments

ReportName

A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.

FromEmailAddress

[required] The email address that the predictive inbox placement test email was sent from.

Content

[required] The HTML body of the message that you sent when you performed the predictive inbox placement test.

Tags

An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.


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