Skip to content

Latest commit

 

History

History
127 lines (88 loc) · 4.2 KB

ContactInsideBaseBulk.md

File metadata and controls

127 lines (88 loc) · 4.2 KB

ContactInsideBaseBulk

Properties

Name Type Description Notes
contactId String [optional] [readonly]
status StatusEnum Status of the contact [optional]
consent ConsentEnum Contact consent [optional] [readonly]
consentDate OffsetDateTime Date and hour of the contact consent [optional] [readonly]
subscriptionMethod SubscriptionMethodEnum Contact subscription method [optional] [readonly]
subscriptionDate OffsetDateTime Date and hour of the contact subscription [optional] [readonly]
subscriptionForm Integer Contact subscription form [optional] [readonly]
unsubscriptionMethod UnsubscriptionMethodEnum Contact unsubscription method [optional] [readonly]
unsubscriptionReason UnsubscriptionReasonEnum Contact unsubscription reason [optional] [readonly]
unsubscriptionObservation String Contact unsubscription observation [optional] [readonly]
unsubscriptionDate OffsetDateTime Contact unsubscription date [optional] [readonly]
changeDate LocalDate Last modification date of the contact [optional] [readonly]
firstName String First name of the contact [optional]
lastName String Last name of the contact [optional]
birthDate LocalDate Birth date of the contact [optional]
language Language [optional]
email String Email of the contact [optional]
emailStatus EmailStatusEnum Email channel status [optional] [readonly]
cellphone String Cellphone of the contact [optional]
cellphoneStatus CellphoneStatusEnum Cellphone channel status [optional] [readonly]
phone String Phone of the contact [optional]
phoneStatus PhoneStatusEnum Phone channel status [optional] [readonly]
pushTokenAndroid List<ContactBaseWithStatusFieldsSchemaBasePushTokenAndroid> Android push token of the contact [optional]
pushTokenIos List<ContactBaseWithStatusFieldsSchemaBasePushTokenIos> IOS push token of the contact [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"
REMOVED "removed"
UNCONFIRMED "unconfirmed"

Enum: ConsentEnum

Name Value
ANY "any"
CONSENT "consent"
CONTRACT "contract"
LEGITIMATE_INTEREST "legitimate_interest"
NONE "none"
PROTECT_VITAL_INTERESTS "protect_vital_interests"
PUBLIC_INTERESTS "public_interests"
REQUIRED_BY_LAW "required_by_law"
WITHDRAWN "withdrawn"

Enum: SubscriptionMethodEnum

Name Value
MANUAL "manual"
FORM "form"
IMPORTED "imported"
REFERRAL "referral"
API "api"

Enum: UnsubscriptionMethodEnum

Name Value
MANUAL "manual"
FORM "form"
UNSUBSCRIBE_LINK "unsubscribe_link"
BOUNCE "bounce"
API "api"
EMPTY ""

Enum: UnsubscriptionReasonEnum

Name Value
NOT_INTERESTED "not_interested"
LACK_OF_TIME "lack_of_time"
EMAIL_ADDRESS_CHANGE "email_address_change"
SPAM "spam"
OTHER "other"
EMPTY ""

Enum: EmailStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"

Enum: CellphoneStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"

Enum: PhoneStatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"