Amazon Pinpoint · JSON Structure

Amazon Pinpoint Event Start Condition Structure

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

Type: object Properties: 2
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

EventStartCondition is a JSON Structure definition published by Amazon Pinpoint, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EventFilter SegmentId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-event-start-condition-structure.json",
  "name": "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"
    }
  }
}