Thẻ JSON API
Cho phép cấu hình kịch bản chatbot gọi tới hệ thống khác qua API. Sử dụng phổ biến cho các trường hợp muốn tra cứu dữ liệu lưu tại hệ thống CRM ngoài.
Last updated
{
"messages": [
{
"text": "Xin chào CareSoft!"
},
{
"text": "Yêu cầu của bạn đang được xử lý!"
}
]
}{
"messages":
[{
"attachment":{
"type":"template",
"payload":{
"template_type":"button",
"text":"What do you want to do next?",
"buttons":[
{
"type":"postback",
"Payload":"data sample",
"title":"OK"
},
{
"type":"web_url",
"url":"https://caresoft.vn",
"title":"Visit Website"
},
{
"type":"phone_number",
"title":"Call Now",
"payload":"+842473048222"
}
]
}
}
}]
}{
"messages": [
{
"attachment": {
"type": "image",
"payload": {
"url": "https://home.caresoft.vn/assets/logo.png"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "video",
"payload": {
"url": "https://caresoft.vn/assets/video.mp4"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "audio",
"payload": {
"url": "https://caresoft.vn/assets/audio.mp3"
}
}
}
]
}{
"messages": [
{
"attachment": {
"type": "file",
"payload": {
"url": "https://caresoft.vn/assets/guide.pdf"
}
}
}
]
}{
"messages": [{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"image_aspect_ratio": "square",
"elements":[
{
"title":"Sample Image",
"image_url":"https://home.caresoft.vn/wp-content/themes/3c/img/logo.png",
"subtitle":"Size: M",
"buttons":[
{
"type":"web_url",
"url":"https://caresoft.vn",
"title":"View Item"
}
]
},
{
"title":"Logo CS",
"image_url":"https://home.caresoft.vn/wp-content/themes/3c/img/logo.png",
"subtitle":"Size: L",
"default_action": {
"type": "web_url",
"url": "https://caresoft.vn",
"messenger_extensions": true
},
"buttons":[
{
"type":"web_url",
"url":"https://caresoft.vn",
"title":"View Item"
}
]
}
]
}
}
}]
}{
"messages": [
{
"text": "Chọn 1 đáp án:",
"quick_replies": [
{
"content_type": "text",
"title": "Call Center",
"payload": "<POSTBACK_PAYLOAD>",
"image_url": "http://example.com/img/red.png"
},
{
"content_type": "text",
"title": "Contact Center",
"payload": "<POSTBACK_PAYLOAD>",
"image_url": 'http://example.com/img/green.png"
}
]
}
]
}Truyền vào danh sách ip phone của agent hoặc để rỗng nếu muốn gặp tất cả chuyên viên có kỹ năng{
"connect_to_list_agent": []
}