Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 782 Bytes

UpdateContactsRequest.md

File metadata and controls

26 lines (14 loc) · 782 Bytes

UpdateContactsRequest

Updates contacts request schema

Properties

Name Type Description Notes
type TypeEnum Updates the contacts in the whole list (excluding removed contacts)
contacts Set<String> Array of contact IDs to update
segmentId String Segment ID to update channel field
base ContactBaseWithStatusFieldsNoTokensSchemaBase [optional]
extra List<ContactExtraFields> Array of the contact's extra fields [optional]

Enum: TypeEnum

Name Value
ALL "all"