ID | Guid | The ID of the mail |
AccountID | Guid | The accountID of the mail |
FromAddressID | Guid | The ID of the from address you want to send with. Make sure this address is created as a sender first. |
FromName | String | The from name to use in your mail. Leave null if you want to use the email address only. |
ReplyToAddressID | Guid | The ID of the address you want the recipient to reply to when he clicks the reply button. Make sure this address is created as a sender first. Leave null to use the from address or the ReplyToAddress (when defined) as the reply to. |
ReplyToAddress | String | The address you want the recipient to reply to when he clicks the reply button. This one will be overwritten when the ReplyToAddress is defined |
ReplyToName | String | The name of the person to send a reply mail to. The ReplyToAddressID or ReplyToAddress should be defined when you fill the ReplyToName |
ToAddress | String | The address to send your mail to |
ToName | String | The name of the person to send your mail to |
Ccs | Object | The Ccs for this mail. An array of email addresses needs to be passed. See the email address object definition. Keep in mind that every cc will count as an additional mail. When you have a cc it's impossible to know wheter the recipient or the person in the cc opened or clicked the mail. |
Bccs | Object | The Bccs for this mail. An array of email addresses needs to be passed. See the email address object definition. Keep in mind that every bcc will count as an additional mail. When you have a bcc it's impossible to know wheter the recipient or the person in the bcc opened or clicked the mail. |
Subject | String | The subject of your mail |
HtmlBody | String | The html body of the template. This is the body that recipients with a normal e-mail client will get |
TextBody | String | The text body of the template. This is the body that recipients will get when their e-mail client doesn't support HTML |
Attachments | Object | The attachments for this mail. Attachments will not be returned in the response when sending a mail. See the attachment object definition. |
CustomerReference | String | Your own reference. We will use this reference also in the status updates we will send to you when you have a webhook configured |
CreatedOn | DateTime | When the mail was created in CET |
CreatedOnUtc | DateTime | When the mail was created in UTC |
ModifiedOn | DateTime | When the mail was last modified in CET |
ModifiedOnUtc | DateTime | When the mail was last modified in UTC |