Amazon Pinpoint · JSON Structure

Amazon Pinpoint Campaign Custom Message Structure

Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

CampaignCustomMessage 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-campaign-custom-message-structure.json",
  "name": "CampaignCustomMessage",
  "description": "Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.",
  "type": "object",
  "properties": {
    "Data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB."
        }
      ]
    }
  }
}