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...
Template notes
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., 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.