Engagements
Track engagements for contacts.
Concepts
Batch Track Custom engagements
{
"batch": [
{
"id": "your_custom_engagement_id_123",
"contactEmail": "[email protected]",
"type": "PRODUCT_ACTIVITY",
"name": "Product Demo Completed",
"description": "Customer completed full product demonstration session",
"data": { // Include any relevant engagement metadata
"duration_minutes": 45,
"demo_type": "interactive",
"interest_level": "high",
...
}
},
...
]
}Last updated