JourneyExit

Exit criteria that remove contacts from the journey

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
key string
name string
criteria string Criteria expression that triggers journey exit
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-journey-exit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JourneyExit",
  "type": "object",
  "description": "Exit criteria that remove contacts from the journey",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "criteria": {
      "type": "string",
      "description": "Criteria expression that triggers journey exit"
    }
  }
}