Hightouch
Benefits
Setting Up
Create a new destination
Sync configuration
Validating your setup




Last updated




Last updated
{
"user_id":"user_123", //mandatory
"event_name":"subscription_success", //mandatory. You can freely customise the name. Keep it unique and easy to identify.
"properties": {
"plan": "Premium 12 months",
"start_date": "2023-09-11",
"count": "2",
"platform": "Web"
}
} {
"user_id": "{{row.user_id}}",
"event_name":"subscription_success",
"properties": {
"plan": "{{row.plan_name}}",
"start_date": "{{row.start_date}}",
"count": "{{row.count}}",
"platform": "{{row.platform}}"
}
}