Adobe Experience Cloud · JSON Structure

Campaign Api Email List Structure

EmailList schema

Type: object Properties: 1
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

content

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/adobe-experience-cloud/refs/heads/main/json-structure/campaign-api-email-list-structure.json",
  "name": "EmailList",
  "description": "EmailList schema",
  "type": "object",
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "PKey": {
            "type": "string"
          },
          "subject": {
            "type": "string"
          },
          "htmlContent": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "sender": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "email": {
                "type": "string"
              }
            }
          },
          "created": {
            "type": "datetime"
          }
        }
      }
    }
  }
}