Hi,
Hoping someone can help here?
I can import a record to a dialer campaign without issue using Postman- as per below screen shot.
As you can see below - I get a 200 OK and I can confirm the record is in the Outbound Dialer Database.
However when I use the same import data on CVP Call Studio I get a HTTP 400 error back from the AW tomcat web server with the following returned response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <apiErrors> <apiError> <errorMessage>400 Bad Request - javax.xml.bind.UnmarshalException - with linked exception:[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.] </errorMessage> </apiError> </apiErrors>
Anyone know if I can use the REST API successfully to import a record to the CCE Dialer?
Below is a screen shot of the Rest Element in Call Studio.
Regards,
Gerry
Solved! Go to Solution.
Can you plz try with below request without CDATA.
<import> <fileContent> AccountNumber,FirstName,LastName,Phone01 Key-5551006,Bob,Bobster,0123456789 </fileContent> <delimiter>,</delimiter> </import>