paws.customer.engagement (version 0.1.0)

ses_create_template: Creates an email template

Description

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.

Usage

ses_create_template(Template)

Arguments

Template

[required] The content of the email, composed of a subject line, an HTML part, and a text-only part.

Request syntax

svc$create_template(
  Template = list(
    TemplateName = "string",
    SubjectPart = "string",
    TextPart = "string",
    HtmlPart = "string"
  )
)

Details

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