Amazon Pinpoint · Schema

InAppMessagesResponse

Get in-app messages response object.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
InAppMessageCampaigns object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-in-app-messages-response-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-in-app-messages-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}