MailchimpTransactional::Body34

Properties

Name Type Description Notes
key String a valid api key
raw_message String the full MIME document of an email message
from_email String optionally define the sender address - otherwise we'll use the address found in the provided headers [optional]
from_name String optionally define the sender alias [optional]
to Array<String> optionally define the recipient to receive the message - otherwise we'll use the To, Cc, and Bcc headers provided in the document [optional]
async BOOLEAN enable a background sending mode that is optimized for bulk sending. In async mode, messages/sendRaw will immediately return a status of &quot;queued&quot; 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. [optional]
return_path_domain String a custom domain to use for the messages's return-path [optional]