-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathengati.json
42 lines (42 loc) · 1.56 KB
/
engati.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"data": {
"type": "carousel",
"templates": [{
"title": "20% Off",
"image_url": "https://viditgupta.me/botimage/footwear/woodlandlogo.png",
"buttons": [{
"payload": "https://viditgupta.me/botimage/footwear/woodlandmap.png",
"title": "View Location",
"type": "web_url"
}]
},
{
"title": "35% Off",
"image_url": "https://viditgupta.me/botimage/cloth/zodiaclogo.png",
"buttons": [{
"payload": "https://viditgupta.me/botimage/cloth/zodiacmap.png",
"title": "View Location",
"type": "web_url"
}]
},
{
"title": "35% Cashback",
"image_url": "https://viditgupta.me/botimage/electronics/cromalogo.png",
"buttons": [{
"payload": "https://viditgupta.me/botimage/electronics/cromamap.png",
"title": "View Location",
"type": "web_url"
}]
},
{
"title": "Free Installation with Bravia",
"image_url": "https://viditgupta.me/botimage/electronics/sonylogo.png",
"buttons": [{
"payload": "https://viditgupta.me/botimage/electronics/sonymap.png",
"title": "View Location",
"type": "web_url"
}]
}
]
}
}