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

# PUT /v2/email/templates/{TemplateName}

`PUT /v2/email/templates/{TemplateName}`

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html).

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
  - `TemplateContent` object, required — The content of the email, composed of a subject line, an HTML part, and a text-only part.
    - `Subject` string — The subject line of the email.
    - `Text` string — The email body that will be visible to recipients whose email clients do not display HTML.
    - `Html` string — The HTML body of the email.

## Response `200`

Success

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

## Other responses

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

---

[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)
