Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Journey Definition Structure

Type: object Properties: 8
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

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

Properties

key name description workflowApiVersion triggers activities goals exits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JourneyDefinition",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "workflowApiVersion": {
      "type": "number"
    },
    "triggers": {
      "type": "array"
    },
    "activities": {
      "type": "array"
    },
    "goals": {
      "type": "array"
    },
    "exits": {
      "type": "array"
    }
  }
}