Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.23 KB

File metadata and controls

21 lines (16 loc) · 1.23 KB

ContactActivity

Properties

Name Type Description Notes
total_sent Option<i32> Total emails sent. [optional]
total_opened Option<i32> Total emails opened. [optional]
total_clicked Option<i32> Total emails clicked [optional]
total_failed Option<i32> Total emails failed. [optional]
last_sent Option<String> Last date when an email was sent to this contact [optional]
last_opened Option<String> Date this contact last opened an email [optional]
last_clicked Option<String> Date this contact last clicked an email [optional]
last_failed Option<String> Last date when an email sent to this contact bounced [optional]
last_ip Option<String> IP from which this contact opened or clicked their email last time [optional]
error_code Option<i32> Last RFC Error code if any occurred [optional]
friendly_error_message Option<String> Last RFC error message if any occurred [optional]

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