🔗
Generate Test Link
Survey Link
📖
Recent Test Links
🔗
No test links yet
{
"customer_id": "{{user.customer_id}}",
"customer_name": "{{user.name}}",
"customer_email": "{{user.email}}",
"customer_phone": "{{user.phone}}",
"order_id": "{{event.order_id}}",
"order_date": "{{event.order_date}}",
"customer_city": "{{user.city}}",
"customer_type": "{{user.customer_type}}",
"order_count": {{user.order_count}},
"order_value": {{event.order_value}},
"products": {{event.products | json}}
}