I have built a Salesforce integration with an ERP system 1 year ago, it works well.
Today I will like to add a few JSON records to Product2 table, there is no community node for this table so I am using a regular POST web request but it seems like nothing is created and the node output displays recent items and object describe with no error.
Hey @lequeuxa it would be great if you could share with us a bit more detail about your workflow, especially the HTTP request node by copy & pasting the JSON content in between two block quotes (```)?
Hi @lequeuxa, I don’t have a Salesforce account I can test this on so it’s hard for me to say what the issue here is. Have you managed to make the same post request without using n8n? If so, could you share that with us so we can maybe figure out what that would look like in n8n? Do you have all the required body parameters or header parameters?
Oh okok, I wonder if someone who helped me previously here could troubleshoot this.
I did not manage to make the same post request without using N8N following authentification issues when trying to connect outside of N8N.
I use all the required body/header parameters, I can update (patch) or get all records from this table but can’t create any, this is why I believe there is something wrong.