Add contact to list , callable: false always returns true

Hi im trying to add a contact as "callable" : false ,
It always returns "callable" :true

let body = [{
"contactListId": contactListId,
"data": {
"Firstname": "Stephen",
"LastName": "Ward",
"Phone": btn,
"Company": "Spark",
"Confirmation Number": "9999",
"Language": "es"
},
"callable": false
}];

returns
[{"id":"af912823773b67580750ddf82a6e6afd","contactListId":"9ee3a816-e35a-44d5-b5c2-fb5fbcf1fcbf","data":{"FirstName":"Stephen","LastName":"Ward","Phone":"6024817070","Company":"Spark","Confirmation Number":"9999","Language":"es"},"callable":true,"selfUri":"/api/v2/outbound/contactlists/9ee3a816-e35a-44d5-b5c2-fb5fbcf1fcbf/contacts/af912823773b67580750ddf82a6e6afd"}]

Please open a case with PureCloud Care to report this issue. This is a known issue (with the outbound service) and opening the case will help prioritize the fix.

1 Like

thank you. I was hoping to to add to the list as callable false , then set to true when ready to call.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.