Adobe Campaign · JSON Structure

Adobe Campaign Classic Push Events Request Structure

SOAP envelope containing a batch of real-time events for bulk transactional message processing.

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

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

Properties

events

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-classic-push-events-request-structure.json",
  "name": "PushEventsRequest",
  "description": "SOAP envelope containing a batch of real-time events for bulk transactional message processing.",
  "type": "object",
  "properties": {
    "events": {
      "type": "array",
      "description": "Array of rtEvent elements.",
      "items": {
        "$ref": "#/components/schemas/PushEventRequest/properties/rtEvent"
      }
    }
  }
}