UpdateContactRequest

Request body for updating contact attributes

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
attributeSets array Attribute sets and values to update
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-update-contact-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateContactRequest",
  "type": "object",
  "description": "Request body for updating contact attributes",
  "properties": {
    "attributeSets": {
      "type": "array",
      "description": "Attribute sets and values to update"
    }
  }
}