Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Journey Trigger Structure

Type: object Properties: 5
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

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

Properties

key name type eventDefinitionKey configurationArguments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JourneyTrigger",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "eventDefinitionKey": {
      "type": "string"
    },
    "configurationArguments": {
      "type": "object"
    }
  }
}