Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.46 KB

File metadata and controls

17 lines (12 loc) · 1.46 KB

SendSmtpEmailMessageVersions

Properties

Name Type Description Notes
to List<SendSmtpEmailTo1> List of email addresses and names (optional) of the recipients. For example, [{"name":"Jimmy", "email":"jimmy98@example.com"}, {"name":"Joe", "email":"joe@example.com"}]
params Map<String, Object> Pass the set of attributes to customize the template. For example, {"FNAME":"Joe", "LNAME":"Doe"}. It's considered only if template is in New Template Language format. [optional]
bcc List<SendSmtpEmailBcc> List of email addresses and names (optional) of the recipients in bcc [optional]
cc List<SendSmtpEmailCc> List of email addresses and names (optional) of the recipients in cc [optional]
replyTo SendSmtpEmailReplyTo1 [optional]
subject String Custom subject specific to message version [optional]
htmlContent String HTML body of the message. Mandatory if 'templateId' is not passed, ignored if 'templateId' is passed [optional]
textContent String Plain Text body of the message. Ignored if 'templateId' is passed [optional]