Contacts

Schemas for managing Contacts, including batch operations, anonymous contact resolution, and channel contact operations.

Contacts scoped batch item

Contains scope and subscription_lists and/or tags. At least one of subscription_lists or tags must be provided.

Jump to examples ↓

OBJECT PROPERTIES

Used in:

Examples

Example contacts scoped batch item

{
   "scope": ["web", "email", "app"],
   "subscription_lists": {
      "subscribe": ["subscription_1", "subscription_2"],
      "unsubscribe": ["subscription_3"]
   }
}