v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-17142316465.4 KB

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

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

get/#Action=CreateTemplate

Query parameters

TemplateNamestring required

The name of the template. You use this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.

SubjectPartstring

The subject line of the email.

TextPartstring

The email body that is visible to recipients whose email clients do not display HTML content.

HtmlPartstring

The HTML body of the email.

The content of the email, composed of a subject line and either an HTML part or a text-only part.

Action'CreateTemplate' required
Version'2010-12-01' required

Response

Success