Adobe Campaign · Schema

PushEventsRequest

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

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

Properties

Name Type Description
events array Array of rtEvent elements.
View JSON Schema on GitHub

JSON Schema

adobe-campaign-classic-push-events-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-schema/adobe-campaign-classic-push-events-request-schema.json",
  "title": "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"
      }
    }
  }
}