Amazon Pinpoint · Schema

EventStartCondition

Specifies the settings for an event that causes a journey activity to start.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
EventFilter object
SegmentId object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-event-start-condition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-event-start-condition-schema.json",
  "title": "EventStartCondition",
  "description": "Specifies the settings for an event that causes a journey activity to start.",
  "type": "object",
  "properties": {
    "EventFilter": {
      "$ref": "#/components/schemas/EventFilter"
    },
    "SegmentId": {
      "$ref": "#/components/schemas/__string"
    }
  }
}