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
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.
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.
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.
(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.
Related Templates
Convert JSON Objects to Base64 Strings with File Processing
Encode JSON to Base64 String in n8n This example workflow demonstrates how to convert a JSON object into a base64-encod...
AI Agent with Ollama for current weather and wiki
This workflow template demonstrates how to create an AI-powered agent that provides users with current weather informati...
Automate Daily YouTrack Task Summaries to Discord by Assignee
Daily YouTrack In-Progress Tasks Summary to Discord by Assignee Keep your team in sync with a daily summary of tasks cu...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments