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

# GET /#Action=SendBulkTemplatedEmail

`GET /#Action=SendBulkTemplatedEmail`

Composes an email message to multiple destinations. The message body is created using an email template.

To send email using this operation, your call must meet the following requirements:

*   The call must refer to an existing email template. You can create email templates using CreateTemplate.
    
*   The message must be sent from a verified email address or domain.
    
*   If your account is still in the Amazon SES sandbox, you may send only to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see [Verifying Email Addresses and Domains](https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html) in the _Amazon SES Developer Guide._
    
*   The maximum message size is 10 MB.
    
*   Each `Destination` parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format _UserName@\[SubDomain.\]Domain.TopLevelDomain_), the entire message is rejected, even if the message contains other recipients that are valid.
    
*   The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the `SendBulkTemplatedEmail` operation several times to send the message to each group.
    
*   The number of destinations you can contact in a single call can be limited by your account's maximum sending rate.

## Query parameters

- `Source` string, required
- `SourceArn` string
- `ReplyToAddresses` Address[]
- `ReturnPath` string
- `ReturnPathArn` string
- `ConfigurationSetName` string
- `DefaultTags` MessageTag[]
  - `Name` string, required — <p>The name of the tag. The name must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 256 characters or fewer.</p> </li> </ul>
  - `Value` string, required — <p>The value of the tag. The value must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 256 characters or fewer.</p> </li> </ul>
- `Template` string, required
- `TemplateArn` string
- `DefaultTemplateData` string, required
- `Destinations` BulkEmailDestination[], required
  - `Destination` Destination, required — <p>Represents the destination of the message, consisting of To:, CC:, and BCC: fields.</p> <note> <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the email address string must be 7-bit ASCII. If you want to send to or from email addresses that contain Unicode characters in the domain part of an address, you must encode the domain using Punycode. Punycode is not permitted in the local part of the email address (the part before the @ sign) nor in the "friendly from" name. If you want to use Unicode characters in the "friendly from" name, you must encode the "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p> </note>
    - `ToAddresses` Address[] — The recipients to place on the To: line of the message.
    - `CcAddresses` Address[] — The recipients to place on the CC: line of the message.
    - `BccAddresses` Address[] — The recipients to place on the BCC: line of the message.
  - `ReplacementTags` MessageTag[] — A list of tags, in the form of name/value pairs, to apply to an email that you send using <code>SendBulkTemplatedEmail</code>. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
    - `Name` string, required — <p>The name of the tag. The name must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 256 characters or fewer.</p> </li> </ul>
    - `Value` string, required — <p>The value of the tag. The value must meet the following requirements:</p> <ul> <li> <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).</p> </li> <li> <p>Contain 256 characters or fewer.</p> </li> </ul>
  - `ReplacementTemplateData` string — A 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.
- `Action` 'SendBulkTemplatedEmail', required
- `Version` '2010-12-01', required

## Response `200`

Success

## Other responses

- `480` — MessageRejected
- `481` — MailFromDomainNotVerifiedException
- `482` — ConfigurationSetDoesNotExistException
- `483` — TemplateDoesNotExistException
- `484` — ConfigurationSetSendingPausedException
- `485` — AccountSendingPausedException

---

[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)
