๐ค Create Salesforce accounts based on Excel 365 data
โก 3,315 views ยท ๐ค CRM & Sales Operations
Description
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from Excel 365 (the online version of Microsoft Excel). For a version working with regular Excel files check out this workflow instead.
image.png
To run the workflow:
- Make sure you have both Excel 365 and Salesforce authenticated with n8n.
- Have a Microsoft Excel workbook with contacts and their account names ready: image.png
- Select the workbook and sheet in the Microsoft Excel node of the workflow, then configure the range to read data from: image.png
- Hit the Execute Workflow button at the bottom of the n8n canvas: image.png
Here is how it works:
The workflow first searches for existing Salesforce accounts by name. It then branches out depending on whether the account already exists in Salesforce or not. If an account does not exist yet, it will be created. The data is then normalised before both branches converge again. Finally the contacts are created or updated as needed in Salesforce.
๐ Nodes Used
Rename Keys, Start, Microsoft Excel 365, Salesforce
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File