Pipedrive Automation Workflows
352 ready-made Pipedrive workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Sales pipeline automations: deals, activities, and contact syncs.
Automate Pipedrive Deal Tracking in Google Sheets
This workflow automates the process of fetching deals from Pipedrive, categorizing them by stage, and logging them into Google Sheets for efficient sales pipeline reporting.
n8n$9.99Automate Daily Pipedrive Deal Summaries with OpenAI
This workflow retrieves deals and their notes from Pipedrive, translates stage IDs into names, aggregates the data, and utilizes OpenAI to generate a daily summary of your sales funnel.
n8n$9.99Interactive Q&A on Pipedrive Leads with OpenAI Integration
Leverage OpenAI to ask natural-language questions about your Pipedrive leads. This workflow retrieves live lead data from Pipedrive and uses OpenAI to provide insightful answers, ensuring responses are based solely on your Pipedrive data.
n8n$4.99Automated Pipedrive Updates Trigger Workflow
The 'Automated Pipedrive Updates Trigger Workflow' is designed to provide real-time notifications for any changes made within the Pipedrive CRM system. By utilizing this workflow, businesses can ensure that their sales teams are immediately inform...
n8n$10.27Sync Pipedrive Deals to ActiveCampaign Contacts Automatically
Automatically create or update contacts in ActiveCampaign when deals in Pipedrive are moved to a specified stage, ensuring your contact list is always up-to-date.
Make$2.99Automate Pipedrive Deal Management from Calendly Events
Automatically create or close deals in Pipedrive based on new or canceled events in Calendly. Streamline your sales process by ensuring your CRM reflects your scheduling changes.
Make$2.99Automate Pipedrive CRM Entry from Facebook Lead Ads Submissions
Automatically create a new person and deal in Pipedrive CRM whenever a Facebook Lead Ads form is submitted, streamlining your lead management process.
Make$3.99Update Pipedrive deals based on a scheduled delay after listing all deals
Automatically update Pipedrive deals after listing them and applying a scheduled delay, optimizing your sales process with Pipedrive and Make.
Make$3.99Automate Facebook Lead Integration with Pipedrive CRM and Eliminate Duplicates
Streamline your sales process by automatically transferring Facebook leads to Pipedrive CRM while preventing duplicate entries. This workflow ensures accurate data integration and efficient lead management.
Make$4.99Automate Pipedrive CRM Entry from Google Ads Lead Form Submissions
Streamline your sales process by automatically creating a new person and deal in Pipedrive CRM whenever a Google Ads Lead Form is submitted.
Make$3.99Pipedrive -> ClickUp
Your sales manager is probably using Pipedrive CRM in order to track your prospect sales cycle. However, once a deal is negotiated and closed, the rest of your team needs to know so they can start delivering the service and onboarding the new client. Make can automatically a closed deal on your Pipedrive CRM and create a record on a ClickUp list that your team can see.
Make$2.99Deploy a Comprehensive Pipedrive MCP Server for AI Integration
Set up a fully functional MCP server that integrates with Pipedrive, offering 45 pre-built operations for seamless AI agent interaction without any configuration.
n8n$19.99Enrich Pipedrive CRM Contact Data with LinkedIn Profiles Using GPT & Multi-CRM Support
**DISCLAIMER:** This workflow uses the HDW LinkedIn community node, which is only available on self-hosted n8n instances. It will not work on n8n.cloud. ## Overview This n8n workflow automates the enrichment of CRM contact data with professional insights from LinkedIn profiles. The workflow integrates with both Pipedrive and HubSpot CRMs, finding LinkedIn profiles that match your contacts and updating your CRM with valuable information about their professional background and recent activities. ## Key Features - **Multi-CRM Support**: Works with both Pipedrive and HubSpot - **AI-Powered Data Enrichment**: Uses an advanced AI agent to analyze and summarize professional information - **Automated Triggers**: Activates when new contacts are added or when enrichment is requested - **Comprehensive Profile Analysis**: Captures LinkedIn profile summaries and post activity ## How It Works ### Triggers The workflow activates in three scenarios: 1. When a new contact is created in CRM 2. When a contact is updated in CRM with an enrichment flag ### LinkedIn Data Collection Process 1. **Email Lookup**: First tries to find the LinkedIn profile using the contact's email 2. **Advanced Search**: If email lookup fails, uses name and company details to find potential matches 3. **Profile Analysis**: Collects comprehensive profile information 4. **Post Analysis**: Gathers and analyzes the contact's recent LinkedIn activity ### CRM Updates The workflow updates your CRM with: - LinkedIn profile URL - Professional summary (skills, experience, background) - Analysis of recent LinkedIn posts and activity ## Setup Instructions ### Requirements 1. Self-hosted n8n instance with the HDW LinkedIn community node installed 2. API access to OpenAI (for GPT-4) 3. Pipedrive and/or HubSpot account 4. HDW API key [https://app.horizondatawave.ai](https://app.horizondatawave.ai) ### Installation Steps 1. **Install the HDW LinkedIn Node**: ``` npm install n8n-nodes-hdw ``` - Follow the detailed instructions at: [https://www.npmjs.com/package/n8n-nodes-hdw](https://www.npmjs.com/package/n8n-nodes-hdw) 2. **Configure Credentials**: - **OpenAI**: Add your OpenAI API key - **Pipedrive**: Connect your Pipedrive account (if using) - **HubSpot**: Connect your HubSpot account (if using) - **HDW LinkedIn**: Add your API key from [https://app.horizondatawave.ai](https://app.horizondatawave.ai) 3. **CRM Custom Fields Setup**: **For Pipedrive:** - Go to Settings → Data Fields → Contact Fields → + Add Field - Create the following custom fields: - **LinkedIn Profile**: Field type - Large text - **Profile Summary**: Field type - Large text - **LinkedIn Posts Summary**: Field type - Large text - **Need Enrichment**: Field type - Single option (Yes/No) Detailed instructions for creating custom fields in Pipedrive: [https://support.pipedrive.com/en/article/custom-fields](https://support.pipedrive.com/en/article/custom-fields) **For HubSpot:** - Go to Settings → Properties → Create property - Create the following properties for Contact object: - **linkedin_url**: Field type - Single-line text - **profile_summary**: Field type - Multi-line text - **linkedin_posts_summary**: Field type - Multi-line text - **need_enrichment**: Field type - Checkbox (Boolean) Detailed instructions for creating properties in HubSpot: [https://knowledge.hubspot.com/properties/create-and-edit-properties](https://knowledge.hubspot.com/properties/create-and-edit-properties) 4. **Import the Workflow**: - Import the HDW_CRM_Enrichment.json file into your n8n instance 5. **Activate Webhooks**: - Enable the webhook triggers for your CRM to ensure the workflow activates correctly ## Customization Options ### AI Agent Prompts You can modify the system prompts in the Data Enrichment AI Agent nodes to: - Change the focus of profile analysis - Adjust the tone and detail level of summaries - Customize what information is extracted from posts ### CRM Field Mapping The workflow is pre-configured to update specific custom fields in Pipedrive and HubSpot. Update the field/property mappings in: - Update data in Pipedrive nodes - Update data in HubSpot node ## Troubleshooting ### Common Issues - **LinkedIn Profile Not Found**: Check if the contact's email is their work email; consider adjusting the search parameters - **Webhook Not Triggering**: Verify webhook configuration in your CRM - **Missing Custom Fields**: Ensure all required custom fields are created in your CRM with correct names ### Rate Limits - Be aware of LinkedIn API rate limits (managed by HDW LinkedIn node) - Consider implementing delays if processing large batches of contacts ## Best Practices - Use enrichment flags to selectively update contacts rather than enriching all contacts - Review and clean contact data in your CRM before enrichment - Periodic
n8n$24.99Automate Pipedrive CRM with Google Gemini AI and Telegram
This n8n workflow automates Pipedrive CRM operations using Google Gemini AI and Telegram, allowing natural language interaction with Deals, Leads, Persons, and Organizations.
n8n$19.99Automate Pipedrive Deal Creation from LinkedIn Leads and Send Email Notifications
Streamline your sales process by automatically creating a new deal in Pipedrive for each LinkedIn Lead Gen Form submission and sending a confirmation email to the lead via Gmail.
Make$9.99Automate Lead Synchronization from Webflow to Pipedrive
Streamline your lead management by automatically capturing Webflow form submissions and syncing them with Pipedrive CRM. This workflow ensures accurate association with the correct organization and contact, reducing manual data entry and minimizing duplicates.
n8n$9.99Natural Language Q&A for Pipedrive Leads with GPT-4o-mini
Query Pipedrive leads using natural language questions answered by GPT-4o-mini with live data. Get insights like weekly leads or overdue activities instantly.
n8n$14.99Sync New Pipedrive Contacts with UniSender Mailing List
Automatically add new contacts from Pipedrive CRM to your UniSender mailing list to keep your email marketing efforts up-to-date.
MakeFreeAuto-Add GitHub PR Notes to Matching Pipedrive Contacts
Triggers on new GitHub Pull Requests, matches author email to Pipedrive persons, and adds a note to their profile for seamless dev-to-CRM tracking.
n8n$12.99Automate HubSpot and Pipedrive Sync with Cron Scheduling
This workflow automates the synchronization of contacts between HubSpot and Pipedrive on a scheduled basis.
n8n$15.99Get notified about Pipedrive deals and notes updates
This Zap automates the process of managing your sales pipeline by integrating Webhooks with Pipedrive. It allows you to automatically create organizations, persons, deals, and notes in Pipedrive whenever a specific webhook event occurs. This streamlines your workflow, reduces manual data entry, and ensures that your sales team has the most up-to-date information at their fingertips, ultimately enhancing productivity and sales performance.
Zapier$2.99Send Zendesk Tickets to Pipedrive Contacts & Assign Tasks
Automates syncing new Zendesk tickets to Pipedrive contacts by assigning them to the contact owner's email every 5 minutes.
n8n$24.99Sync Google Sheets updates to Pipedrive for better sales management
This Zap automates the process of managing your sales pipeline by integrating Google Sheets with Pipedrive. Whenever a row is updated in Google Sheets, it triggers the creation of a new person, deal, and note in Pipedrive, ensuring that your sales team has the most up-to-date information at their fingertips. This seamless integration helps streamline your workflow, reduces manual data entry, and enhances collaboration within your team.
Zapier$2.99Sync Eventbrite Attendees to Pipedrive Automatically
Automatically polls Eventbrite for new event registrations every 30 minutes and syncs them as deduplicated Persons and Deals in Pipedrive with customizable field mapping.
n8n$14.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work