Amazon Pinpoint · JSON Structure

Amazon Pinpoint Raw Email Structure

Specifies the contents of an email message, represented as a raw MIME message.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

RawEmail 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-raw-email-structure.json",
  "name": "RawEmail",
  "description": "Specifies the contents of an email message, represented as a raw MIME message.",
  "type": "object",
  "properties": {
    "Data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__blob"
        },
        {
          "description": "The email message, represented as a raw MIME message. The entire message must be base64 encoded."
        }
      ]
    }
  }
}