Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.54 KB

File metadata and controls

32 lines (24 loc) · 1.54 KB

EmailJobStatus

Properties

Name Type Description Notes
ID String ID number of your attachment [optional]
status String Name of status: submitted, complete, in_progress [optional]
recipientsCount Integer [optional]
failed List<EmailJobFailedStatus> [optional]
failedCount Integer Total emails failed. [optional]
sent List<String> [optional]
sentCount Integer Total emails sent. [optional]
delivered List<String> Number of delivered messages [optional]
deliveredCount Integer [optional]
pending List<String> [optional]
pendingCount Integer [optional]
opened List<String> Number of opened messages [optional]
openedCount Integer Total emails opened. [optional]
clicked List<String> Number of clicked messages [optional]
clickedCount Integer Total emails clicked [optional]
unsubscribed List<String> Number of unsubscribed messages [optional]
unsubscribedCount Integer Total emails unsubscribed [optional]
abuseReports List<String> [optional]
abuseReportsCount Integer [optional]
messageIDs List<String> List of all MessageIDs for this job. [optional]