Invoke AddCases to add an outbound call list to a predictive dialing activity identified by a specified ID under a specified instance.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
ccc-test |
| CampaignId |
string |
Yes |
The predictive outbound call activity ID. |
c58b9719-3bc3-441d-a4d3-fc0309ef7066 |
| CaseList |
array<object> |
No |
The list of outbound call cases. |
|
|
object |
No |
An outbound call case. |
||
| ReferenceId |
string |
No |
The business ID, which is an identifier from the customer's operational system used in integration scenarios. |
01 |
| PhoneNumber |
string |
No |
The contact's phone number. |
188888**** |
| CustomVariables |
string |
No |
Customer-defined custom variables in JSON object format. The object can contain up to 10 properties, and both the name and value of each property are defined by the customer. |
{"name":"customer","客户标签":"tag"} |
| MaskedCallee |
string |
No |
The desensitized callee number. If this field is not empty, it indicates that the callee number must be desensitized. The desensitization rule is defined by the customer, and only the desensitized callee number needs to be provided here. Using a desensitized callee number means that in certain scenarios, the displayed callee number will be the desensitized version, and the real callee number cannot be viewed. |
166******66 |
| Caller |
string |
No |
The caller number. If this field is specified, the corresponding contact will be called using this number instead of a randomly selected one. |
185022xxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
41298961-CAD7-5270-9378-FFD69F153144 |
| Code |
string |
The response code. |
OK |
| Message |
string |
The response message. |
无 |
| HttpStatusCode |
string |
The HTTP status code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "41298961-CAD7-5270-9378-FFD69F153144",
"Code": "OK",
"Message": "无",
"HttpStatusCode": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.