Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.21 KB

GetContactDetails.md

File metadata and controls

17 lines (14 loc) · 1.21 KB

GetContactDetails

Properties

Name Type Description Notes
Email string Email address of the contact for which you requested the details [default to null]
Id int64 ID of the contact for which you requested the details [default to null]
EmailBlacklisted bool Blacklist status for email campaigns (true=blacklisted, false=not blacklisted) [default to null]
SmsBlacklisted bool Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted) [default to null]
CreatedAt string Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ModifiedAt string Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ListIds []int64 [default to null]
ListUnsubscribed []int64 [optional] [default to null]
Attributes *interface{} Set of attributes of the contact [default to null]

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