Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 662 Bytes

File metadata and controls

16 lines (14 loc) · 662 Bytes
title RealtimeEvent
description RealtimeEvent Schema Reference

Properties

Property Type Required Description
id string Unique event identifier
type string Event type (e.g., record.created, record.updated)
object string optional Object name the event relates to
action Enum<'created' | 'updated' | 'deleted'> optional Action performed
payload any optional Event payload data
timestamp string ISO 8601 datetime when event occurred
userId string optional User who triggered the event