I am trying to upload a campaign dialling list using the CCX API with information coming from the CRM system.
We are loading the target company name into the "last name" field. The problem is ampersand with a company name such as "A & B" giving a 400 Bad Request.
If I escape the ampersand such as "A & B" then the request does not return an error but does not load any of the CSV data into the Campaign.
Is there any way to include an ampersand in the CSV data?
Graham