ContactList Object
Description
Contact's membership in a customer list.
Declaration
type ContactList {
_id: ID!
ref: ID
added: Date
lastModified: Date
optout: ContactListOptout
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
ref | ID | Reference to the list. |
added | Date | Date when the contact was added to the list. |
lastModified | Date | Date when the list membership was last modified. |
optout | ContactListOptout | Opt-out information if the contact has opted out. |