---
title: "PUT /v2/email/custom-verification-email-templates/{TemplateName}"
method: PUT
path: "/v2/email/custom-verification-email-templates/{TemplateName}"
---

# PUT /v2/email/custom-verification-email-templates/{TemplateName}

`PUT /v2/email/custom-verification-email-templates/{TemplateName}`

Updates an existing 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.

## Path parameters

- `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.

## Request body

- object
  - `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

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

## Other responses

- `480` — NotFoundException
- `481` — BadRequestException
- `482` — TooManyRequestsException

---

[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/revisions/25eba06e7f64/schema)
