Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Contact Search Request Structure

Type: object Properties: 2
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

ContactSearchRequest is a JSON Structure definition published by Salesforce Marketing Cloud, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

conditionSet returnAttributes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactSearchRequest",
  "type": "object",
  "properties": {
    "conditionSet": {
      "type": "object"
    },
    "returnAttributes": {
      "type": "array"
    }
  }
}