AsyncAPI channel · sitecore · Sitecore CDP Stream API

/v1.2/event/create.json

The primary channel for submitting all behavioral and transactional events to Sitecore CDP. Each event payload must include the channel, type, browser ID, and session identifier along with event-specific data.

Provider: sitecore AsyncAPI: v2.6.0 Spec: Sitecore CDP Stream API Operations: 1 Messages: 6

Channel address

/v1.2/event/create.json

Operations

publish
sendEvent
Send a behavioral or transactional event

Messages

VIEW
Captures a guest's page view interaction
Content-Type: application/json
IDENTITY
Associates a guest profile with identifying information
Content-Type: application/json
ORDER_CHECKOUT
Records a completed purchase transaction
Content-Type: application/json
ADD
Records a product being added to the shopping cart
Content-Type: application/json
SEARCH
Records a search query performed by the guest
Content-Type: application/json
CUSTOM
Records a custom application-defined event
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.