bryananaya
Beginner
re: https://developers.mumara.com/Campaigns/API#operation/Import-Contact-list
I am trying to import a csv via this API call but it keeps telling me
In other places I am using the following for POST and it works.
I am trying to import a csv via this API call but it keeps telling me
but I am using POST. I have tried your sample script ofThe GET method is not supported for route api/importContacts. Supported methods: POST
in PHP.curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
In other places I am using the following for POST and it works.
When I use that I get the following curl Error with this call.curl_setopt($ch, CURLOPT_POST, true);
I checked on my Mumara server for the 500 error and didn't see anything in the logs. I checked on the server sending the request and no errors there either. Any ideas?The requested URL returned error: 500