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

# POST /v2/email/templates

`POST /v2/email/templates`

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

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

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

## Other responses

- `480` — AlreadyExistsException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — 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)
