このテンプレートを使うことで、特別なお客様への限定セールの案内を訴求できます。
下記テンプレートには【サンプル画像・サンプルURL】が使用されています。
実際に利用される際には、下記項目を差し替えの上、配信にご活用ください。
・メッセージ内の各種テキスト
・画像URL
・遷移先URL
{
"type": "carousel",
"contents": [
{
"type": "bubble",
"size": "mega",
"header": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "image",
"url": "https://blog.socialplus.jp/wp-content/uploads/2024/09/20240925message02-thank-you-sale.png",
"size": "full",
"aspectRatio": "10:7.5",
"aspectMode": "cover"
}
],
"position": "relative",
"paddingAll": "0px"
},
"body": {
"type": "box",
"layout": "vertical",
"paddingTop": "12px",
"paddingBottom": "6px",
"paddingStart": "15px",
"paddingEnd": "15px",
"spacing": "lg",
"contents": [
{
"type": "text",
"text": "いつもご愛顧いただいているお客様へ特別セールのご案内!",
"color": "#222222",
"wrap": true,
"weight": "bold"
},
{
"type": "text",
"text": "日頃の感謝の気持ちを込めて、全商品をお得にお買い求めできるセール会場をご用意いたしました✨",
"size": "sm",
"color": "#222222",
"wrap": true
},
{
"type": "text",
"text": "ぜひお買い物をお楽しみください!",
"size": "sm",
"color": "#222222",
"wrap": true
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"paddingAll": "10px",
"contents": [
{
"type": "button",
"style": "primary",
"color": "#3c3c3c",
"height": "sm",
"action": {
"type": "uri",
"label": "セール会場を見る",
"uri": "https://example.com/thank-you-sale"
}
}
]
}
}
]
}