Description: Recall call task (remove redo submission).
Parameters | Description | Required | Type |
---|---|---|---|
taskId |
task Id |
Yes |
String |
resendType |
Recall type, 1-recall on failure, 2-recall not called, 3-recall all |
Yes |
Integer |
remark |
Remark |
No |
String |
ccode |
Country code |
No |
String |
voiceGroupId |
Agent group |
type=1 Required And there is only one agent group; type=0 Not required, no limit on quantity |
List<Integer> |
type |
type, 0-automatic call, 1-group call to agent |
Yes |
Integer |
displayNum |
Calling number: up to 20 characters in uppercase and lowercase letters and numbers |
No |
String |
appId |
Application ID |
type=1 required |
String |
calloutRate |
Outbound call ratio |
type=1 required |
Integer |
https://api.onbuka.com/v3/cc/preview/resendTask
Request URL:
https://api.onbuka.com/v3/cc/preview/resendTask
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"taskId": 123,
"resendType":1,
"voiceGroupId": [
1000006
],
"appId": "iaAJ6COV",
"calloutRate": 1,
"type": 1
}
Parameters | Description | Type |
---|---|---|
status |
status code,0 is successful. For other failures, please refer to the interface response code |
String |
reason |
Failure reason description |
String |
data |
This method returns empty |
String |
{
"status": "0",
"reason": "success",
"data": null
}
Feedback
Need help?
Click here and start chatting with us!