Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1016 Bytes

GetTransacEmailContent.md

File metadata and controls

15 lines (12 loc) · 1016 Bytes

GetTransacEmailContent

Properties

Name Type Description Notes
Email string Email address to which transactional email has been sent [default to null]
Subject string Subject of the sent email [default to null]
TemplateId int64 Id of the template [optional] [default to null]
Date string Date on which transactional email was sent [default to null]
Events []GetTransacEmailContentEvents Series of events which occurred on the transactional email [default to null]
Body string Actual content of the transactional email that has been sent [default to null]
AttachmentCount int64 Count of the attachments that were sent in the email [default to null]

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