Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Journey Structure

Type: object Properties: 14
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

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

Properties

id key name description version status createdDate modifiedDate workflowApiVersion triggers activities goals exits stats

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Journey",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "modifiedDate": {
      "type": "string"
    },
    "workflowApiVersion": {
      "type": "number"
    },
    "triggers": {
      "type": "array"
    },
    "activities": {
      "type": "array"
    },
    "goals": {
      "type": "array"
    },
    "exits": {
      "type": "array"
    },
    "stats": {
      "type": "object"
    }
  }
}