Detail
curl -L -X GET 'https://{{base_url}}/v3/template/0dfd7a67-edf6-4ba8-9414-941b0b46fa5c' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'
Response trả về:
{
"content": "Chào bạn {{customer_name}} vui lòng thanh toán khoản nợ {{due_amount}} trước ngày {{due_date}}, vui lòng bấm phím 1 nếu bạn đã thanh toán",
"description": "",
"enable_option": true,
"exit_sound": {
"content": "Cám ơn {{customer_name}} đã sử dụng",
"enable": true,
"voice_type": "tts"
},
"inter_digit_timeout": 2,
"invalid_sound": {
"content": "{{customer_name}} đã nhập sa",
"enable": true,
"voice_type": "tts"
},
"max_timeout": 1,
"press_options": [
{
"1": {
"content": "Cám ơn {{customer_name}} đã thanh toán",
"voice_type": "tts"
}
}
],
"press_timeout": 2,
"speed_tts": 0.9,
"template_name": "thong_bao_no_cuoc_01",
"template_uuid": "5f427552-857e-4939-8edf-cbd0f1ef6842",
"voice_tts": "south-m-03",
"voice_type": "tts"
}
HTTP Request
GET https://{{base_url}}/v3/template/{{template_uuid}}
Query Parameters
Parameter | Description |
---|---|
template_uuid | UUID kịch bản |