JourneyExit

Exit criteria that remove contacts from the journey

AutomationContent ManagementCustomer JourneyDigital MarketingEmailMarketingMarketing AutomationMCPMobile MessagingPersonalizationSMSWebhook

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-journeyexit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JourneyExit",
  "title": "JourneyExit",
  "type": "object",
  "description": "Exit criteria that remove contacts from the journey",
  "properties": {
    "key": {
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "criteria": {
      "type": "string",
      "description": "Criteria expression that triggers journey exit",
      "example": "example_value"
    }
  }
}