Salesforce Bulk API CSV File upload Issue

Describe the problem/error/question

I cant seem to upload the binary CSV file to my salesforce sandbox environment. I cant seem to drag the binary file to body of the HTTP REQUEST node, I could only fill in “data” as what I can reference from other posts within the n8n forums. I am not sure whether am I filling the details correctly as Raw and text/csv as the body parameters provided by my Salesforce vendor. Is there anyone who have done the similar thing who can help me on this?

I am getting the http 200 response, but nothing is uploaded even after the node execute the URL to process Data function url.

Information on your n8n setup

  • n8n version: 1.121.3 Cloud
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Just set the Body Content Type to Binary File. Since the previous node is providing a binary output, this adjustment ensures the next step can read the file without any issues.

I have changed to it n8n Binary file with data, but there are no CSV data uploaded to salesforce sandbox platform after I check the backend. Sorry I have been struggling with this for many days before post this question in the community forum. I have also reference similar topics in the forum, but not able to find a clear solution in this case.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.