Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.04 KB

File metadata and controls

19 lines (16 loc) · 1.04 KB

# EmailTemplate

Properties

Name Type Description Notes
piece_title string The title of the template [optional]
categories string[] The categories associated with the email [optional]
from_address string The from address of the email [optional]
to_address string The to address of the email [optional]
cc_address string The cc address of the email [optional]
bcc_address string The bcc address of the email [optional]
subject string The subject of the email [optional]
text_body string The text body of the email [optional]
html_body string The HTML body of the email [optional]
content_type string The content type of the email [optional]
merge_context string The merge context of the email [optional]

[Back to Model list] [Back to API list] [Back to README]