ContactResponse

Response returned after contact creation or update operations

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
operationStatus string Overall status of the operation
requestServiceMessageID string Unique identifier for the request
responseDateTime string
resultMessages array
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-contact-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactResponse",
  "type": "object",
  "description": "Response returned after contact creation or update operations",
  "properties": {
    "operationStatus": {
      "type": "string",
      "description": "Overall status of the operation"
    },
    "requestServiceMessageID": {
      "type": "string",
      "description": "Unique identifier for the request"
    },
    "responseDateTime": {
      "type": "string"
    },
    "resultMessages": {
      "type": "array"
    }
  }
}