Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.22 KB

EmailStatus.md

File metadata and controls

28 lines (23 loc) · 2.22 KB

ElasticEmail.model.email_status.EmailStatus

Status information of the specified email

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Status information of the specified email

Dictionary Keys

Key Input Type Accessed Type Description Notes
From str, str, Email address this email was sent from. [optional]
To str, str, Email address this email was sent to. [optional]
Date str, datetime, str, Date the email was submitted. [optional] value must conform to RFC-3339 date-time
Status LogJobStatus LogJobStatus [optional]
StatusName str, str, Name of email's status [optional]
StatusChangeDate str, datetime, str, Date of last status change. [optional] value must conform to RFC-3339 date-time
DateSent str, datetime, str, Date when the email was sent [optional] value must conform to RFC-3339 date-time
DateOpened None, str, datetime, NoneClass, str, Date when the email changed the status to 'opened' [optional] value must conform to RFC-3339 date-time
DateClicked None, str, datetime, NoneClass, str, Date when the email changed the status to 'clicked' [optional] value must conform to RFC-3339 date-time
ErrorMessage str, str, Detailed error or bounced message. [optional]
TransactionID str, str, ID number of transaction [optional]
EnvelopeFrom str, str, Envelope from address [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

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