Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

GetExtendedContactDetails.md

File metadata and controls

18 lines (14 loc) · 1.04 KB

GetExtendedContactDetails

Properties

Name Type Description Notes
email str Email address of the contact for which you requested the details
id int ID of the contact for which you requested the details
email_blacklisted bool Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
sms_blacklisted bool Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
modified_at datetime Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
list_ids list[int]
list_unsubscribed list[int] [optional]
attributes dict(str, str)
statistics GetExtendedContactDetailsStatistics

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