https://api.laaffic.com/v3/voice/group/call/update
參數 | 説明 | 是否必填 | 類型 |
---|---|---|---|
keyId | 主鍵等於查詢返回jobId | 是 | Integer |
displayNum | 顯示號碼 | 否 | String |
taskName | 任務名 | 是 | String |
source | 文件來源(1-已上傳文件,2-重新上傳語音文件,3-文本轉語音) | 是 | Integer |
voiceFileId | 語音文件ID | source=1 必傳 | String |
uploadName | 上傳文件名稱 | source=2 必傳 | String |
baseFile | base64文件流 | source=2 必傳 | String |
text | 文件內容:tts文本 | source=3 必傳 | String |
lan | 轉換語言 | source=3 必傳 | String |
sendTime | 定時呼叫時間(立即呼叫則傳null) | 否 | LocalDateTime |
loopCount | 循環播報次數:默認1次 | 否 | Integer |
maxCalls | 最長通話時長,接通後n秒強制掛斷 | 否 | Integer |
hangUpSms | 觸發掛機短信 0-否, 1-是 | 否 | Integer |
smsAppId | 短信應用主鍵 | hangUpSms=1, 必傳 | String |
smsContent | 短信內容,最大1000字符 | hangUpSms=1, 必傳 | String |
senderId | 發送者ID,最大32字符 | 否 | String |
feedbackPush | 按鍵反饋推送短信: 0-否, 1-是 | hangUpSms=1,(feedbackPush,successPush,failedPush,ringPush)必填,有一個傳值爲1 | Integer |
feedbackValue | 按鍵反饋值: 0-9 | feedbackPush =1, 必傳 | String |
successPush | 通話成功推送送短信: 0-否, 1-是 | hangUpSms=1,(feedbackPush,successPush,failedPush,ringPush)必填有一個傳值爲1 | Integer |
successPushTime | 通話成功後多少秒推送短信,最少0s,最大 9999 | successPush=1, 必傳 | Integer |
failedPush | 通話失敗推送送短信: 0-否, 1-是 | hangUpSms=1,(feedbackPush,successPush,failedPush,ringPush)必填有一個傳值爲1 | Integer |
ringPush | 響鈴成功推送送短信: 0-否, 1-是 | hangUpSms=1,(feedbackPush,successPush,failedPush,ringPush)必填有一個傳值爲1 | Integer |
toSeat | 是否轉坐席:0-否,1-是 | 否 | Integer |
sipGroupId | 坐席組id | 當toSeat=1時必填 | Integer |
outboundControl | 外呼控制器,1-比例式外呼 | 當toSeat=1時必填 | Integer |
calloutRate | 外呼倍率,最多1-100 | 當toSeat=1時必填 | Integer |
toSeatType | 轉坐席條件,1羣呼結束後轉接,2根據按鍵反饋轉接, | 當toSeat=1時必填 | Integer |
toSeatKey | 轉接按鍵 | 當toSeat=1並且toSeatType=2時必填 | Integer |
allowSendTime | 可發送時間段最多添加3個 | 否 | List |
strTime | 開始時間 HH:SS | 否 | String |
endTime | 結束時間 HH:SS | 否 | String |
Request URL:
https://api.laaffic.com/v3/voice/group/call/update
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"keyId":123,
"appId": "iaAJ6COV",
"taskName": "2024-06-03 10:42:0511",
"source": 3,
"loopCount": 1,
"maxCalls": 40,
"hangUpSms": 1,
"toSeat": 1,
"sipGroupId": 1000019,
"outboundControl": 1,
"calloutRate": 1,
"toSeatKey": 0,
"toSeatType": 2,
"text": "Mã xác nhận của bạn là 22294",
"smsAppId": "9obbP7Nl",
"senderId": "123",
"smsContent": "123",
"feedbackValue": 0,
"successPushTime": 10,
"feedbackPush": 0,
"successPush": 0,
"failedPush": 0,
"ringPush": 1,
"lan": "VN",
"displayNum": "1008122211"
}
參數 | 説明 | 類型 |
---|---|---|
code | 狀態碼,0成功,其他失敗參見 接口響應碼。 | String |
msg | 失敗原因說明 | String |
data | 該方法返回爲空 | String |
{
"code":"0",
"msg":"success",
"data":null
}
狀態碼 | 説明 |
---|---|
0 | 成功 |
-1 | 帳號認證異常 |
-2 | ip限制 |
-10 | 餘額不足 |
-16 | 時間戳過期 |
-18 | 系統異常 |
-20 | 數據已存在 |
-21 | 數據校驗異常 |
-22 | 參數異常 |
-23 | 數據上限 |
-24 | 數據不存在 |
-26 | 獲取費率失敗 |
-35 | 沒有被叫號碼 |
-37 | 您提交的群呼任務超過最大併發任務限制,請完成任務後再提交! |
-38 | 轉換文字和語言類型必填 |
-39 | 獲取文字語言類型失敗 |
-41 | 任務名稱已經存在 |
-46 | 長文字轉語音每天最大5次,您已使用完,請聯系商務處理 |
-53 | 掛機簡訊觸發條件必須有一個 |
點擊此處開啟人工服務