Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.2 KB

EmailStatus.md

File metadata and controls

20 lines (17 loc) · 1.2 KB

# EmailStatus

Properties

Name Type Description Notes
from string Email address this email was sent from. [optional]
to string Email address this email was sent to. [optional]
date \DateTime Date the email was submitted. [optional]
status \ElasticEmail\Model\LogJobStatus [optional]
status_name string Name of email's status [optional]
status_change_date \DateTime Date of last status change. [optional]
date_sent \DateTime Date when the email was sent [optional]
date_opened \DateTime Date when the email changed the status to 'opened' [optional]
date_clicked \DateTime Date when the email changed the status to 'clicked' [optional]
error_message string Detailed error or bounced message. [optional]
transaction_id string ID number of transaction [optional]
envelope_from string Envelope from address [optional]

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