-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblock_sample.json
More file actions
185 lines (185 loc) · 4.51 KB
/
block_sample.json
File metadata and controls
185 lines (185 loc) · 4.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"content": [
{
"type": "heading",
"level": 1,
"id": "hhh",
"content": [{ "type": "text", "text": "Hello" }]
},
{
"type": "paragraph",
"content": [
{ "type": "text", "text": "Xin chào bạn " },
{
"type": "dynamic-field",
"text": "Kiều Thanh",
"attrs": {
"id": "yqdudlxvmjpclafes",
"key": "user.fullname",
"value": "Họ tên"
}
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Cửa sổ chat hoạt động như một lễ tân chào đón khách truy cập website và giúp khách hàng dễ dàng liên hệ hỗ trợ."
}
]
},
{
"type": "paragraph",
"content": [
{ "type": "hard_break" },
{
"type": "text",
"text": "Bạn đổi mới cửa sổ chat đẹp sẽ tạo được ấn tượng ban đầu với khách hàng, phát triển hình ảnh thương hiệu uy tín và thúc đẩy khách nhắn tin mua hàng."
}
]
},
{
"type": "paragraph",
"content": [
{ "type": "hard_break" },
{
"type": "link",
"text": "CHỈNH SỬA NGAY CỬA SỔ CHAT WEBSITE",
"href": "https://app.subiz.com.vn/chatbox/design"
}
]
},
{
"type": "paragraph",
"content": [
{
"type": "image",
"image": {
"url": "https://vcdn.subiz-cdn.com/file/0cb3d423644cd9b6f265f16cf73d9c1b154f59e28be01edd28ea461403126274_acpxkgumifuoofoosble",
"width": 100,
"height": 100
}
}
]
},
{ "type": "paragraph" },
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Các thay đổi cần thiết cho cửa sổ chat:",
"bold": true
}
]
},
{
"type": "bullet_list",
"content": [
{
"type": "list_item",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Đổi màu sắc hài hòa với màu website"
}
]
}
]
},
{
"type": "list_item",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Đổi ảnh nút chat thu hút khách chú ý đến"
}
]
}
]
},
{
"type": "list_item",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Sửa lời chào đón khách hàng thân thiện"
}
]
}
]
},
{
"type": "list_item",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Sửa nội dung tiêu đề kêu gọi khách hành động"
}
]
}
]
},
{
"type": "list_item",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Sử dụng bảng hỏi thông tin khách trước khi chat"
}
]
}
]
}
]
},
{
"type": "paragraph",
"content": [
{ "type": "text", "text": "Bạn cần thêm hỗ trợ tư vấn, " },
{
"type": "link",
"text": "vui lòng nhắn ngay Zalo Subiz nhé",
"href": "https://zalo.me/935022139843821727"
},
{ "type": "text", "text": "." }
]
},
{
"type": "paragraph",
"content": [
{ "type": "hard_break" },
{ "type": "text", "text": "Trân trọng cảm ơn." }
]
},
{
"type": "paragraph",
"content": [{ "type": "text", "text": "Hoa Ta" }]
},
{
"type": "paragraph",
"content": [{ "type": "text", "text": "@Subiz.com.vn" }]
},
{
"type": "paragraph",
"content": [{ "type": "text", "text": "024.7302.1368" }]
}
]
}