Re: Unable to create a call extension with the Python client
Hi Phil, I've tried this against my test account using the Java client library and here's the sample SOAP request and response that succeeds. You may want to match this with your logs and see if this helps: http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsd="http://www.w3.org/2001/XMLSche
Unable to create a call extension with the Python client
I am trying to create a call extension using the Python API client. My code is as follows: operations = [ { 'operator': 'ADD', 'operand': { 'campaignId': 12345, 'extensionType': 'CALL',