Send custom events
Log and published custom events to the real-time processing pipeline for immediate analysis (health scoring, anomaly detection, abandonment detection).
Send custom events
Name
Value
{
"events": [
{
"name": "string",
"category": "string",
"properties": {
"custom_props1":"",
"custom_props2":""
},
"event_timestamp": "2026-02-26T14:44:17.435Z",
"url": "string",
"session_id": "string",
"customer_id": "string",
"customer_email": "string"
},
]
}Last updated