Hello!
We have a Gold Tenant, and I would like to create an "outgoing" or "callback" task with the sample API call:
https://developer.webex-cx.com/documentation/tasks/v1/create-task
When I fill the body and click run I always got back HTTP 500 error (Internal Server Error) and the following error message (I removed the organization id):
{
"errorData": "Internal server error: com.cisco.ccc.provisioning.model.AnalyzerModel$AnalyzerException: Failed to get the Response from analyzer For orgId <my_org_id>{\"code\":404,\"details\":{\"status\":\"Entity not found for given field: 0\",\"trackingId\":\"\"}} ",
"errorDetail": {
"actual": "",
"errorType": "",
"expected": ""
},
"errorMessage": "Internal System Error",
"errorType": "Internal System Error"
}
Has anyone experienced this? Could you help me to solve this? Or give me some guidelines?
Thank in advance!