Skip to main content

Automatically sync Notion contacts to Google Contacts with group labels

Workflow preview

Workflow preview
100%
Automatically sync Notion contacts to Google Contacts with group labels preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Sync Notion Contacts to Google Contacts with Group Labels Overview Seamlessly transfer your Notion contacts to Google Contacts with organized group labels, simplifying your CRM management. This n8n...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.notion, n8n-nodes-base.code, n8n-nodes-base.googlecontacts, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dan Rahimi.

Original n8n.io source

1.1 Workflow description

Title
Automatically sync Notion contacts to Google Contacts with group labels
Workflow name
Automatically sync Notion contacts to Google Contacts with group labels

Sync Notion Contacts to Google Contacts with Group Labels

Overview
Seamlessly transfer your Notion contacts to Google Contacts with organized group labels, simplifying your CRM management.

This n8n workflow automates syncing contacts from a Notion database to Google Contacts, applying group labels based on Notion properties. It triggers on new or updated contacts, ensuring your Google Contacts are always organized without manual effort.

Key Features
🔄 Automatic Sync: Updates Google Contacts when Notion entries are added or modified.
🏷️ Group Organization: Assigns labels to contacts based on Notion’s property_buy field.
Duplicate Prevention: Marks synced contacts in Notion with a checkbox.
🛠️ Flexible Customization: Add fields like email in the “Map Notion Contact Fields” node.
📡 Community Nodes: Leverages Notion and Google Contacts nodes for integration.

📋 Prerequisites
Required Credentials

  • Notion API Token: Set up OAuth2 in n8n. Get your token from Notion’s API settings.
  • Google Contacts OAuth2: Configure in n8n. See n8n’s Google Contacts guide.
  • Notion Database: Must include name, phone, labels (property_buy), and an “Added to Contacts” checkbox.
  • Self-Hosted n8n: Required for community nodes.

🔄 Workflow Process

  1. Trigger: Activates on new or updated Notion database entries.
  2. Fetch Data: Retrieves contact details (name, phone, labels) from Notion.
  3. Map Fields: Organizes data in the “Map Notion Contact Fields” node.
  4. Verify Groups: Checks for existing Google Contact groups; creates new ones if needed.
  5. Sync Contacts: Adds contacts to Google Contacts with labels.
  6. Update Notion: Marks contacts as synced.
    Result: Organized, labeled contacts in Google Contacts, updated automatically.

📊 Output Data Structure

  • Name: Contact’s first name from Notion.
  • Phone: Contact’s phone number.
  • Group Labels: Assigned from Notion’s property_buy field.
  • Sync Status: Notion checkbox updated to confirm sync.

💡 Pro Tips

  • Real-Time Updates: Set the Notion Trigger node to check every minute for faster syncing.
  • Expand Fields: Add email or other fields in the “Map Notion Contact Fields” node.
  • Clean Labels: Use consistent Notion labels for better Google Contacts organization.
  • Test Small: Start with a small dataset to verify setup.

🆘 Troubleshooting

  • Authentication Issues: Verify Notion and Google Contacts OAuth2 credentials.
  • Sync Failures: Ensure Notion database ID and field names match the workflow.
  • Group Errors: Check that property_buy labels are valid.

👨‍💻 Creator Information
👤 Created by: Dan Rahimi 🌐 Website: DanRahimi.com 📧 Email: [email protected] 📺 YouTube: @DanRahimi 👥 LinkedIn: Dan-Rahimi

🤝 Support & Contributions
Enjoyed this workflow? Support my work or explore more:
Buy Me a Coffee 📚 AI Automation Courses: Visit DanRahimi.com for more articles and tutorials about AI automation.

Disclaimer: This workflow uses community nodes and requires a self-hosted n8n instance.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Get All Contacts from Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2

Block 2 - Find Match Labels

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Add Contact to Google Contacts

Type / Role
n8n-nodes-base.googleContacts - googleContacts
Config choices
Version 1

Block 4 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Trigger Explanation

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Field Mapping Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Label Matching Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Already Synced Check Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Group Existence Check Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Create Group Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Add Contact Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Map Notion Contact Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Loop Over Contacts

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 14 - Fetch Google Contact Groups

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Check Google Contact Group Exists

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - Mark Contact as Synced in Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 17 - Create New Google Contact Group

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Check if Contact Already Synced

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - Trigger on New Notion Contact

Type / Role
n8n-nodes-base.notionTrigger - notionTrigger
Config choices
Version 1

Block 20 - Trigger on Updated Notion Contact

Type / Role
n8n-nodes-base.notionTrigger - notionTrigger
Config choices
Version 1

3. Summary Table

Workflow Automatically sync Notion contacts to Google Contacts with group labels
Complexity advanced
Nodes 20
Categories CRM
Author Dan Rahimi
Published 02 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5590/5590.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatically sync Notion contacts to Google Contacts with group labels do?

Sync Notion Contacts to Google Contacts with Group Labels Overview Seamlessly transfer your Notion contacts to Google Contacts with organized group labels, simplifying your CRM management. This n8n...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM use case.