Could you post an example how to do it with curl (anonymized with example data is fine)? Then we could check how to translate that to Synesty.
Could you post your curl request to a tool like
requestbin and provide us with a Screenshot?
You can anonymize the screenshot. For us it is important, how the request and especially the csv-content looks like when you do it with your php-curl.
Ok, thanks.
We could not resemble your request completely, but we have something which might work.
Could you try to use the URLDownload step instead. It has a fileToUpload input which you could pass the file directly.
The request looks a little bit different than yours, but maybe you are lucky and your API accepts it.
Let us know about the result. If it is not working, we can look into it again. Maybe we need to make an addition. We will talk to development once we got your response.


Ok, thanks for getting back to us.
It seems the remote server does not understand the request.
It seems that currently this is not possible to achieve this with URLDownload step.
The reason are probably 2 things:
- it is currently not possible to name the 'file' parameter in your CURL example. URLDownload automatically names it 'upfile'
- also the additional request parameters are not recognized.
At the moment there is nothing you can do about it.
We have opened a ticket with development and will investigate what options we have.
Thanks for taking the time to report back to us.
We will get back to us during the next week when somebody had a chance to look into it.
Quick update.
We deployed a fix for the POST request, so that your other parameter import_mode=normal is transmitted correctly.
It might be possible that it helps in your case, but probably not, because the file-parameter name is still hardcoded to 'upfile'.
So please retry and let us know. But probably it will still not work.
We are still working on another fix, to make the file-parameter-name configurable. Unfortunatelly this is a bigger change (sounds small, but affects a lot of other places).
We will keep you updated about this fix too.
Ok thanks for the feedback.
There is a fix scheduled for beginning of next week, where you can specify the parametername of the uploaded file.
We hope this is the last missing piece in the puzzle to solve your problem.
Ok, we have deployed the extension for URLDownload and APICall, so that you can specify the filename:


Can you please try again?
Please also show us the test result from requestbin.
Thanks for the feedback. Glad that it works for you now.
No we don't need the requestbin result anymore.