Adobe Experience Cloud · JSON Structure

Campaign Api Transactional Message Request Structure

TransactionalMessageRequest schema

Type: object Properties: 2 Required: 2
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

TransactionalMessageRequest is a JSON Structure definition published by Adobe Experience Cloud, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

email ctx

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-request-structure.json",
  "name": "TransactionalMessageRequest",
  "description": "TransactionalMessageRequest schema",
  "type": "object",
  "required": [
    "email",
    "ctx"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "Recipient email address."
    },
    "ctx": {
      "type": "object",
      "description": "Context data for personalizing the transactional message."
    }
  }
}