Boltic · Schema

Boltic Stream Event

An event in the Boltic Streams real-time event streaming system, representing a tracked action from a website, mobile app, or server.

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
id string Unique identifier for the event
sourceId string ID of the stream source that received the event
type string Event type name (e.g., page_view, purchase, signup)
properties object Custom event properties
context object Contextual information about the event
userId string Identified user ID
anonymousId string Anonymous user identifier
timestamp string Client-side timestamp of when the event occurred
receivedAt string Server-side timestamp of when the event was received
View JSON Schema on GitHub