下記テンプレートには【サンプル画像・サンプルURL】が使用されています。
実際に利用される際には、下記項目を差し替えの上、配信にご活用ください。
・メッセージ内の各種テキスト
・画像URL
・遷移先URL
{
"type": "bubble",
"size": "mega",
"header": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "\ ポイントを付与しました /",
"weight": "bold",
"size": "md",
"wrap": true,
"align": "center"
}
],
"paddingAll": "0px",
"alignItems": "center",
"height": "60px",
"justifyContent": "center",
"paddingStart": "16px",
"paddingEnd": "16px"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "会員登録していただきましたので、500ポイント付与させていただきました🎉✨ \n",
"wrap": true,
"margin": "none",
"color": "#222222",
"size": "sm"
},
{
"type": "text",
"text": "▼ 画像をタップしてマイページにアクセスするとポイントが確認できます",
"size": "sm",
"wrap": true,
"margin": "lg",
"color": "#222222"
},
{
"type": "image",
"url": "https://cdn.shopify.com/s/files/1/0592/8291/5535/files/LINE.png?v=1636443925",
"size": "full",
"margin": "lg",
"action": {
"type": "uri",
"label": "Access to Mypage",
"uri": "https://www.socialplus.jp/?utm_source=line&utm_medium=social&utm_campaign=message_gallery"
}
}
],
"paddingTop": "20px"
},
"styles": {
"header": {
"backgroundColor": "#f2f2f2"
}
}
}