Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Entry Event Structure

Type: object Properties: 3
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

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

Properties

ContactKey EventDefinitionKey Data

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EntryEvent",
  "type": "object",
  "properties": {
    "ContactKey": {
      "type": "string"
    },
    "EventDefinitionKey": {
      "type": "string"
    },
    "Data": {
      "type": "object"
    }
  }
}