Skip to main content

Sync leads from Webflow to Pipedrive CRM using n8n

Workflow preview

Workflow preview
100%
Sync leads from Webflow to Pipedrive CRM using n8n preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n template automates the process of capturing leads from Webflow form submissions and syncing them with your Pipedrive CRM. It ensures that each submission is accurately associated with the ...

Best for

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

Tools used

n8n-nodes-base.webflowtrigger, n8n-nodes-base.pipedrive, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Sync leads from Webflow to Pipedrive CRM using n8n
Workflow name
Sync leads from Webflow to Pipedrive CRM using n8n

This n8n template automates the process of capturing leads from Webflow form submissions and syncing them with your Pipedrive CRM. It ensures that each submission is accurately associated with the correct organization and contact in Pipedrive, streamlining lead management and minimizing duplicates.

Use cases include:

Sales teams that want to automate CRM data entry, marketing teams capturing qualified leads from landing pages, or any business looking to improve their Webflow-to-CRM integration workflow.

Good to know

  • The workflow assumes that Webflow form submissions include the lead’s email address.

  • The domain is extracted from the email to match or create the organization in Pipedrive.

  • This template does not handle lead scoring or enrichment, but can be extended for such use-cases.

How it works

  1. Extract website from email The email is split to extract the domain (e.g., [email protected] → company.com), which is used to search for existing organizations.

  2. Check if the organization exists The Pipedrive API is queried using the domain. If the organization exists, we proceed. If not, a new organization is created.

  3. Check if the person exists -- If the person already exists in Pipedrive, a note is added to their activities to log the form submission. -- If the person does not exist, a new person is created, a note is added to the person, and a new lead is created.

  4. (Optional) Add your own actions You can extend this workflow to trigger Slack notifications, email follow-ups, or internal dashboards.

How to use

Start with the manual trigger node, or replace it with a webhook to connect directly to Webflow form submissions in real-time.

Requirements

  • Webflow form integration (via webhook or other method)
  • Pipedrive account and API key

Customising this workflow

You can add enrichment services to auto-fill job titles or LinkedIn profiles. Perfect for growing sales pipelines without manual CRM input.

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 - Webflow Trigger

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

Block 2 - Pipedrive

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

Block 3 - Person Exists?

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

Block 4 - Create Person

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

Block 5 - Add Note

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

Block 6 - Create Lead

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

Block 7 - Add Note 2

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

Block 8 - Get Organization

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

Block 9 - Organization Exists?

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

Block 10 - Add Organization

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

Block 11 - Sticky Note

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

Block 12 - Website

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

3. Summary Table

Workflow Sync leads from Webflow to Pipedrive CRM using n8n
Complexity advanced
Nodes 15
Categories CRM
Author PixelMakers
Published 23 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5166/5166.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 Sync leads from Webflow to Pipedrive CRM using n8n do?

This n8n template automates the process of capturing leads from Webflow form submissions and syncing them with your Pipedrive CRM. It ensures that each submission is accurately associated with the ...

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.