Skip to main content

ContactList Object

Description

Contact's membership in a customer list.

Declaration

type ContactList {
_id: ID!
ref: ID
added: Date
lastModified: Date
optout: ContactListOptout
}

Fields

NameTypeDescription
_idID!Internal database identifier.
refIDReference to the list.
addedDateDate when the contact was added to the list.
lastModifiedDateDate when the list membership was last modified.
optoutContactListOptoutOpt-out information if the contact has opted out.