Adobe Experience Cloud · JSON Structure

Campaign Api Transactional Message Response Structure

TransactionalMessageResponse schema

Type: object Properties: 4
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

PKey eventId status email

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-transactional-message-response-structure.json",
  "name": "TransactionalMessageResponse",
  "description": "TransactionalMessageResponse schema",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "pending",
        "processing",
        "delivered",
        "failed"
      ]
    },
    "email": {
      "type": "string"
    }
  }
}