🀝 Sync leads from Webflow to Pipedrive CRM using n8n

⚑ 940 views · 🀝 CRM & Sales Operations

πŸ’‘ Pro Tip β€” If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β€” you just pass a URL and get structured data back.

View All Scrapers

Description

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

How it works

  1. Extract website from email The email is split to extract the domain (e.g., jane@company.com β†’ 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

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.

πŸ”— Nodes Used

Pipedrive, Webflow Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup