Use this robust n8n workflow to seamlessly transfer contact data from a CSV file stored in Google Drive directly into a structured Notion database. Ideal for CRM tasks.
Download this n8n workflow template and start using it instantly.
• CRM managers or administrators looking to migrate contact lists from legacy systems.
• Users needing advanced data normalization before importing data into Notion.
• Developers seeking practical n8n templates demonstrating Google Drive and Notion integration.
• Anyone who frequently handles data migration requiring a reliable n8n workflow solution.
This comprehensive n8n workflow solves the common challenge of migrating large contact lists stored as CSV files in Google Drive into a centralized, organized Notion database. Instead of manual data entry, this automation leverages the full power of n8n to automate the entire ETL process: downloading the file, parsing the CSV structure, normalizing inconsistent contact fields, and finally pushing each contact record into Notion. The inclusion of a custom Code n8n node makes this specific n8n workflow highly flexible, ensuring fields like 'Mobile Phone' or 'Home Phone' are correctly consolidated. This is one of the essential n8n templates for boosting operational efficiency and keeping your contact data synchronized.
The entire process is initiated by the Manual n8n trigger, designed for scheduled or on-demand execution.
name, email, phone, and company. File ID parameter to point to the exact CSV file you wish to import.Database ID parameter to match the ID of your desired Notion contacts database.contact.json["Your Custom Header"]).data.data (the CSV file) into usable JSON items, preparing the data for manipulation.={{ $json.email ? $json.email : null}}) to dynamically map the cleaned contact data into the corresponding Notion properties (Title, Email Address, Phone Number, Company).This advanced n8n workflow demonstrates recursive algorithms using self-referencing sub-workflows to solve the classic Towers of Hanoi puzzle. Perfect example for complex n8n automation and custom logic.

Deploy a robust n8n workflow for intelligent AI chat buffering using Redis. Aggregate rapid user messages into a single context for natural LLM responses via the OpenAI n8n node.

Master robust decision-making in n8n workflows. This n8n workflow template teaches the essential best practice of using the Switch n8n node fallback option to prevent silent execution failures and improve debugging.

Use this powerful n8n workflow to read CSV files from a local filesystem and automatically upload the structured data into a PostgreSQL database. A crucial n8n template for data migration tasks.









































