Amazon Pinpoint · JSON Structure

Amazon Pinpoint Journey Custom Message Structure

Specifies the message content for a custom channel message that's sent to participants in a journey.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

Data

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-journey-custom-message-structure.json",
  "name": "JourneyCustomMessage",
  "description": "Specifies the message content for a custom channel message that's sent to participants in a journey.",
  "type": "object",
  "properties": {
    "Data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The message content that's passed to an AWS Lambda function or to a web hook."
        }
      ]
    }
  }
}