---
title: "POST /v2/email/custom-verification-email-templates"
method: POST
path: "/v2/email/custom-verification-email-templates"
---

# POST /v2/email/custom-verification-email-templates

`POST /v2/email/custom-verification-email-templates`

Creates a new custom verification email template.

For more information about custom verification email templates, see [Using custom verification email templates](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom) in the _Amazon SES Developer Guide_.

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

## Request body

- object
  - `TemplateName` string, 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.
  - `FromEmailAddress` string, required — The email address that the custom verification email is sent from.
  - `TemplateSubject` string, required — The subject line of the email.
  - `TemplateContent` string, required — The content of the custom verification email template.
  - `SuccessRedirectionURL` string, required — The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
  - `FailureRedirectionURL` string, required — The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

## Response `200`

Success

- CreateCustomVerificationEmailTemplateResponse — If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Other responses

- `480` — BadRequestException
- `481` — AlreadyExistsException
- `482` — NotFoundException
- `483` — TooManyRequestsException
- `484` — LimitExceededException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/versions/25eba06e7f64/schema)
