v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.

To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

post/v2/email/outbound-custom-verification-emails

Request body

EmailAddressstring required

The email address to verify.

TemplateNamestring required

The name of the template. You will refer to this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.

ConfigurationSetNamestring
<p>The name of a configuration set.</p> <p> <i>Configuration sets</i> are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.</p>

Response

Success

MessageIdstring

The unique message identifier returned from the <code>SendCustomVerificationEmail</code> operation.