You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an automation creating leads in Salesforce based on an incoming email. We generally have 2 different types of leads/accounts. Person Accounts and Company Accounts. We do create a "person" lead and the lead is being created correctly. But when we want to convert this lead it is trying to create a "Company" Account and this cannot be changed. How do I create the "correct" lead, so I can also convert this customer successfully.
Describe the problem/error/question
I have an automation creating leads in Salesforce based on an incoming email. We generally have 2 different types of leads/accounts. Person Accounts and Company Accounts. We do create a "person" lead and the lead is being created correctly. But when we want to convert this lead it is trying to create a "Company" Account and this cannot be changed. How do I create the "correct" lead, so I can also convert this customer successfully.
What is the error message (if any)?
Please share your workflow/screenshots/recording
https://kitchenadvisor-content.s3.eu-central-1.amazonaws.com/Bildschirmfoto+2025-01-29+um+12.32.10.png
{
"nodes": [
{
"parameters": {
"company": "none",
"lastname": "={{ $json.Nachname }}",
"additionalFields": {
"customFieldsUi": {
"customFieldsValues": [
{
"fieldId": "UTM_Source__c",
"value": "deinkuechenplaner"
},
{
"fieldId": "Comment__c"
}
]
},
"email": "={{ $json.Email }}",
"firstname": "={{ $json.Vorname }}",
"phone": "={{ $json.Telefonnummer }}",
"postalCode": "={{ $json.Postleitzahl }}",
"recordTypeId": "0120O000000BtNQQA0"
}
},
"type": "n8n-nodes-base.salesforce",
"typeVersion": 1,
"position": [
380,
40
],
"id": "9ba27fa7-64d9-47e9-ac39-22acdce78316",
"name": "Salesforce",
"credentials": {
"salesforceOAuth2Api": {
"id": "EudsCNQdWdd9JF6K",
"name": "Salesforce account"
}
}
}
],
"connections": {},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "39af761b47f6bd350727886dcabfdb93e6845aaf887471e1c504ca87c84df88d"
}
}
Share the output returned by the last node
Debug info
core
storage
pruning
client
Generated at: 2025-01-29T11:25:03.718Z}
The text was updated successfully, but these errors were encountered: