Skip to main content

Hi,

I am trying to create an automation so that as soon as a user signs up on our website, his data is being pushed from my database towards Salesforce creating an Account for this user.

I am trying to do it on n8n but I am facing an issue with the Account object (whereas everything works fine with Opportunity and Contact).

I am getting this error message hen executing the workflow:

{

"message": "400 - [{"message":"record type missing for: Compte","errorCode":"CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY","fields":[]}]",

"name": "Error",

"stack": "Error: Request failed with status code 400 at createError (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/createError.js:16:15) at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:269:11) at IncomingMessage.emit (node:events:525:35) at IncomingMessage.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1358:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)"

}

Does anyone know what I need to do / change in order to make it work . Or is there any alternative to automatically create Accounts from my database ?

Thanks 
3 answers
  1. Jul 29, 2025, 4:54 PM

    Were you able to find a work around?

0/9000