Send Templated Email

GET {{aws_simple_email_service_base_url}}/?ConfigurationSetName&Destination&ReplyToAddresses.member.N&ReturnPath&ReturnPathArn&Source&SourceArn&Tags.member.N&Template&TemplateArn&TemplateData

Request Params

KeyDatatypeRequiredDescription
ConfigurationSetNamenullThe name of the configuration set to use when you send an email using SendTemplatedEmail.
DestinationnullThe destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
ReplyToAddresses.member.NnullThe reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
ReturnPathnullThe email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter. The ReturnPath parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
ReturnPathArnnullThis parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath parameter.
SourcenullThe email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
SourceArnnullThis parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source parameter.
Tags.member.NnullA list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
TemplatenullThe template to use when sending this email.
TemplateArnnullThe ARN of the template to use when sending this email.
TemplateDatanullA list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.