TransactionContentBodyInput Input Object
Fields
#
bodyContent
String !
Non-null
The content that will be send for the specific mime type once variable data is merged in.
charset
Defines the character set used by the email client to render the body of the email. In most cases, UTF-8 is highly suggested.
clickTracking
Indicates if click tracking is enabled. This will change the URL to a trackable URL will will redirect the recipient to the real URL once the click is tracked.
mimeType
MimeType !
Non-null
Defines the mime type of the content. Multiple mime types can be included in a single email. The recipient's email client will decide which mime type to render.
Previous
TransactionConnection