StartAiOutboundTask
Start an outbound calling job by instance ID and job ID.
Operation description
You can invoke this API to start an outbound calling job that is in the paused state.
An outbound calling job in the stopped state cannot be started again.
Queries per second (QPS) limits
Per-user invocation frequency: 20 times per second.
API invocation frequency: 20 times per second.
If the total invocations from multiple users exceed the API frequency limit, throttling will be triggered.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The Artificial Intelligence Cloud Call Service (AICCS) instance ID. |
agent_**** |
| TaskId |
integer |
Yes |
The job ID. You can invoke the CreateAiOutboundTask API and view the Data field in the response, or invoke the GetAiOutboundTaskList API and view the TaskId field in the response. |
1763**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
EE338D98-9BD3-4413-B165 |
| Message |
string |
Description of the status code. |
OK |
| Code |
string |
The status code. |
OK |
| Success |
boolean |
Indicates whether the API call succeeded.
|
true |
Examples
Success response
JSON format
{
"RequestId": "EE338D98-9BD3-4413-B165",
"Message": "OK",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.