LeadEventRead
An entry in a lead's audit history (activation, stage change, dialogue stage change, import, outreach scheduled, meeting scheduled, and more). Written automatically by the platform.
Unique numeric identifier of the record.
ID of the lead this record relates to.
dialogue_id objectrequired
ID of the dialogue (conversation) this record relates to.
- integer
- null
message_id objectrequired
- integer
- null
event objectrequired
The event's type and associated data.
The kind of event (see LeadEventType).
Possible values: [activated, deactivated, stage_changed, dialogue_stage_changed, crm_status_changed, imported, outreach_scheduled, new_classification_fields, dialogue_muted, meeting_scheduled, meeting_cancelled, dialogue_redirected, ping_skipped, outreach_changed_channel, dialogue_state_changed, campaign_bucket_assigned, crm_lead_missing, crm_external_takeover, crm_leads_merged, crm_merged_into]
event_data object
Event-specific data payload.
Event-specific data payload.
Creation time (UTC, ISO 8601).
{
"id": 0,
"lead_id": 0,
"dialogue_id": 0,
"message_id": 0,
"event": {
"event_type": "activated",
"event_data": {}
},
"created_at": "2024-07-29T15:51:28.071Z"
}