Sha256: 5200efff1f6a4662c72799dae2a10b853282694c5f7aeacc058e22e282d13eb1

Contents?: true

Size: 1.85 KB

Versions: 4

Compression:

Stored size: 1.85 KB

Contents

# MailchimpTransactional::Body28

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | a valid api key | 
**template_name** | **String** | the immutable name or slug of a template that exists in the user's account. For backwards-compatibility, the template name may also be used but the immutable slug is preferred. | 
**template_content** | [**Array<MessagessendtemplateTemplateContent>**](MessagessendtemplateTemplateContent.md) | an array of template content to send. Each item in the array should be a struct with two keys - name: the name of the content block to set the content for, and content: the actual content to put into the block | 
**message** | [**MessagessendtemplateMessage**](MessagessendtemplateMessage.md) |  | 
**async** | **BOOLEAN** | enable a background sending mode that is optimized for bulk sending. In async mode, messages/send will immediately return a status of \"queued\" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async. | [optional] 
**ip_pool** | **String** | the name of the dedicated ip pool that should be used to send the message. If you do not have any dedicated IPs, this parameter has no effect. If you specify a pool that does not exist, your default pool will be used instead. | [optional] 
**send_at** | **DateTime** | when this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately. An additional fee applies for scheduled email, and this feature is only available to accounts with a positive balance. | [optional] 


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mailchimp_transactional-1.0.4 docs/Body28.md
mailchimp_transactional-1.0.3 docs/Body28.md
mailchimp_transactional-1.0.0 docs/Body28.md
mailchimp_transactional-2.0.0 docs/Body28.md