下記テンプレートには【サンプル画像・サンプルURL】が使用されています。
実際に利用される際には、下記項目を差し替えの上、配信にご活用ください。
・差し込み項目名(ショップ名・お名前)の確認 ※サンプルコードは「Shopify」用に設定されています
・メッセージ内の各種テキスト
・画像URL
・遷移先URL
{
"type": "bubble",
"header": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "アンケートへのご協力\nありがとうございました!",
"weight": "bold",
"size": "lg",
"wrap": true,
"align": "center"
},
{
"type": "text",
"text": "{{shop.name}}",
"size": "xs",
"color": "#595757",
"wrap": true,
"align": "center"
}
]
},
"hero": {
"type": "image",
"url": "https://cdn.shopify.com/s/files/1/0592/8291/5535/files/CRM_PLUS_on_LINE_Logo_2900e069-674c-4d49-9c93-08ae8580e43c.png?v=1654850492",
"size": "xl",
"aspectRatio": "2:1"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "{{customer.lastName}}様、\nアンケートにご協力いただき\nありがとうございました。\n\n次回のお買い物でご利用いただける\nクーポンコードをプレゼントします!\nぜひご利用ください🎁\n\n今後とも、{{shop.name}}をよろしくお願いいたします。",
"size": "sm",
"wrap": true,
"align": "center"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "button",
"action": {
"type": "uri",
"label": "クーポンコードを利用する",
"uri": "https://shop.name/account/login"
},
"style": "primary",
"color": "#000000",
"margin": "md"
}
]
},
"styles": {
"header": {
"backgroundColor": "#ffffff"
},
"footer": {
"separator": true
}
}
}