Send Products
Utilize the Send Products card to showcase products to customers. Include detailed information, features, benefits, and more. Personalize messages with variables and format text.
Last updated
{
"product_data": [
{
"sku_id": 1006,
"name": "Idli"
},
{
"sku_id": 1003,
"name": "Buttermilk"
},
{
"sku_id": 1030,
"name": "Rosemilk"
}
]
}{
"itinerary": [
{
"day": "Day 1",
"activities": [
{
"activity_id": "act001",
"name": "Visit the Colosseum",
"description": "Explore the iconic Roman amphitheatre"
},
{
"activity_id": "act002",
"description": "Enjoy a traditional Roman pizza lunch"
},
{
"activity_id": "act003",
"name": "Stroll through the Trevi Fountain",
"description": "Toss a coin and make a wish!"
}
]
},
{
"day": "Day 2",
"activities": [
{
"activity_id": "act004",
"name": "Explore the Vatican Museums",
"description": "See incredible art and historical artifacts"
},
{
"activity_id": "act005",
"name": "St. Peter's Basilica",
"description": "Visit the largest church in Christianity"
}
]
}
]
}