Adobe Campaign · JSON Structure

Adobe Campaign Standard Transactional Event Response Structure

TransactionalEventResponse from Adobe Campaign API

Type: object Properties: 3
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

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

Properties

PKey eventId status

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-campaign/refs/heads/main/json-structure/adobe-campaign-standard-transactional-event-response-structure.json",
  "name": "TransactionalEventResponse",
  "description": "TransactionalEventResponse from Adobe Campaign API",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string",
      "description": "The PKEY of the created event.",
      "example": "example_value"
    },
    "eventId": {
      "type": "string",
      "description": "Unique identifier of the event.",
      "example": "CAM123456"
    },
    "status": {
      "type": "string",
      "enum": [
        "pending"
      ],
      "description": "Initial status of the event.",
      "example": "pending"
    }
  }
}