UNISTEP
Flexビルダー
LINE Flex Messageをビジュアルで作成・プレビュー
テンプレートから始める
シンプルバブル
画像付きカード
お知らせ
JSON エディタ
整形
コピー
{ "type": "bubble", "body": { "type": "box", "layout": "vertical", "contents": [ { "type": "text", "text": "タイトル", "weight": "bold", "size": "xl" }, { "type": "text", "text": "本文テキストをここに入力", "size": "sm", "color": "#666666", "margin": "md", "wrap": true } ] }, "footer": { "type": "box", "layout": "vertical", "contents": [ { "type": "button", "action": { "type": "uri", "label": "詳しくはこちら", "uri": "https://example.com" }, "style": "primary", "color": "#06C755" } ] } }
プレビュー
タイトル
本文テキストをここに入力
詳しくはこちら
使い方
テンプレートを選択 or JSONを直接編集
右側のプレビューでリアルタイム確認
完成したら「コピー」で一斉配信やシナリオに貼り付け