Amazon Pinpoint · JSON Structure

Amazon Pinpoint In App Messages Response Structure

Get in-app messages response object.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

InAppMessagesResponse 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

InAppMessageCampaigns

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-in-app-messages-response-structure.json",
  "name": "InAppMessagesResponse",
  "description": "Get in-app messages response object.",
  "type": "object",
  "properties": {
    "InAppMessageCampaigns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfInAppMessageCampaign"
        },
        {
          "description": "List of targeted in-app message campaigns."
        }
      ]
    }
  }
}