EntryEventResponse

Response returned after firing a journey entry event

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
requestId string Unique identifier for the event request
eventInstanceId string Unique instance identifier for this event firing
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-entry-event-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EntryEventResponse",
  "type": "object",
  "description": "Response returned after firing a journey entry event",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique identifier for the event request"
    },
    "eventInstanceId": {
      "type": "string",
      "description": "Unique instance identifier for this event firing"
    }
  }
}