NameDescriptionTypeAdditional information
MailMessageId

The mail message that will be sent (as a transaction mail).

integer

Required

RecipientName

Sets the name of the recipient.

string

None.

RecipientEmail

Sets the e-mail address of the recipient.

string

Required

Valid email adress

SenderName

Sets the name of the mail-sender.

string

None.

SenderEmail

Sets the e-mail address of the mail-sender.

string

Valid email adress

FromName

Sets the name of the mail-from.

string

None.

FromEmail

Sets the e-mail address of the mail-from.

string

Valid email adress

ReplyTo

Sets the replyto address of the e-mail.

string

Valid email adress

Subject

Sets the subject line of the e-mail.

string

String length: inclusive between 0 and 512

ScheduledSendDate

Sets the date and time for when the e-mail will be sent.

date

None.

ExternalId

External id for the e-mail message.

string

String length: inclusive between 0 and 100

TransactionMailGroupId

Id of TransactionMailGroup (optional);

integer

None.

Attachments

Attachments to the TransactionMail.

Collection of AttachmentModel

None.

TrackOpenings

Flag to indicate wether to track openings.

boolean

None.

ExcludePublicationOptouts

Will not send to the recipient if he/she is in any publication optout list.

boolean

None.

ExcludeTotaloptouts

Will not send to the recipient if he/she is in total optout list.

boolean

None.

ExcludePreviousBounce

Will not send to the recipient if he/she is in the hard bounce list.

boolean

None.

TrackLinkClicks

Flag to indicate wether to track link clicks.

boolean

None.

LinkBaseUrl

Base-URL of the links.

string

None.

HtmlContentTagModels

Tags/variables to be replace in the html content

Collection of TagModel

None.

TextContentTagModels

Tags/variables to be replace in the text content

Collection of TagModel

None.

Headers

Custom headers to insert into the email MIME

Dictionary of string [key] and string [value]

None.

IncludeEmailDataInWebhookPayload

Should the email content be included in the transactionmail.sent webhook payload

boolean

None.