forked from Hudair/chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"fulfillmentMessages": [ | ||
{ | ||
"platform": "FACEBOOK", | ||
"type": "template", | ||
"payload": { | ||
"template_type": "button", | ||
"text": "✴️✴️ โปรโมชั่น (PROMOTIONS LIMGAR)✴️✴️\n🌟 **เพียงขวดละ 169 บาท\n\n🔹🔹**เซต 3 ขวด ** ( ส่งฟรี!! )\n👉 ราคา 549 บาท (รวมส่ง) แบบโอนและปลายทางเท่ากัน \n\n 🔹🔹** เซต 6 ขวด ** ( ส่งฟรี!! )\n👉 ราคา 990 บาท ทั้งแบบโอน และปลายทาง \n\n 🔹🔹**แบบ 1 ลัง / 12 ขวด ** ( ส่งฟรี!! ) \n👉 พิเศษเหลือเพียง 1,690 บาท! (จากปกติ 2,028 บาท)\n\n🚚 **มีบริการเก็บปลายทาง และโปรส่งฟรี ราคาเท่านี้ไม่บวกเพิ่ม สนใจสั่ง ค่อยจ่ายที่บ้าน ตอนรับสินค้าได้ค่ะ ** \n\n🪴🪴ลองให้ สมุนไพร LIMGAR ดูแลสุขภาพของคุณ🪴🪴", | ||
"buttons": [ | ||
{ | ||
"type": "postback", | ||
"title": "1️⃣ เซต 3 ขวด", | ||
"payload": "PRODUCT_03" | ||
}, | ||
{ | ||
"type": "postback", | ||
"title": "2️⃣ เซต 6 ขวด", | ||
"payload": "PRODUCT_06" | ||
}, | ||
{ | ||
"type": "postback", | ||
"title": "3️⃣ แบบ 1 ลัง (12 ขวด)", | ||
"payload": "PRODUCT_12" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |