ChannelEventRead
An audit record of a channel lifecycle change — activation/deactivation, session connect/disconnect, or an outreach-skip change. Written automatically by the channel lifecycle service.
idIdrequired
Unique numeric identifier of the record.
channel_idChannel Idrequired
ID of the messaging channel this record relates to.
event objectrequired
Structured details of the channel event (type and associated data).
event_typeChannelEventTyperequired
Possible values: [activated, deactivated, session_activated, session_deactivated, outreach_skip_changed]
event_data object
property name*any
created_atdate-timerequired
Creation time (UTC, ISO 8601).
ChannelEventRead
{
"id": 0,
"channel_id": 0,
"event": {
"event_type": "activated",
"event_data": {}
},
"created_at": "2024-07-29T15:51:28.071Z"
}