---
title: "GET /#Action=UpdateTemplate"
method: GET
path: "/#Action=UpdateTemplate"
---

# GET /#Action=UpdateTemplate

`GET /#Action=UpdateTemplate`

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

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

## Query parameters

- `Template` object, required — The content of the email, composed of a subject line and either an HTML part or a text-only part.
  - `TemplateName` string, required — The name of the template. You use this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.
  - `SubjectPart` string — The subject line of the email.
  - `TextPart` string — The email body that is visible to recipients whose email clients do not display HTML content.
  - `HtmlPart` string — The HTML body of the email.
- `Action` 'UpdateTemplate', required
- `Version` '2010-12-01', required

## Response `200`

Success

## Other responses

- `480` — TemplateDoesNotExistException
- `481` — InvalidTemplateException

---

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