Other Automation Workflows — Page 4 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Other

    Other Workflows

    Category for Other related workflows

    • Automate Company Enrichment and Sync from Google Sheets to HubSpot

      This workflow enriches new company entries from Google Sheets using AI, checks for existing records in HubSpot, and updates both platforms seamlessly.

      n8nFree
    • Automate Business Card Digitization and Enrichment with OCR and Google Sheets

      This n8n workflow automates the digitization of business cards using Typhoon OCR, enriches the extracted data, and saves it to Google Sheets or a CRM. It supports both Thai and English cards and can optionally send greeting emails.

      n8nFree
    • Automate 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.

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Make
    Free
  1. Streamline Lead Management from Website Forms to Google Sheets and Slack

    Effortlessly capture and manage leads by automating the process from website form submissions to Google Sheets and Slack notifications. This workflow ensures your team is instantly informed of new inquiries and maintains an organized lead database.

    n8nFree
  2. Automate Lead Management with HubSpot, Gmail, and Slack Notifications

    Streamline your lead management by automatically recording new leads from Google Forms into Google Sheets, notifying your team via Slack and Gmail, and integrating with HubSpot for CRM management.

    n8nFree
  3. Automate 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.

    MakeFree
  4. Automate 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.

    MakeFree
  5. Convert CAD & BIM (Revit, IFC, AutoCAD) into a Database (DataFrame)

    A minimal workflow to convert a **Revit/IFC/DWG** project into analysis-ready **XLSX** (and optional **DAE**) with a single run. Set two variables, execute, and the converter does the rest. ## What it does - **Inputs:** `path_to_converter` and `path_project_file` (RV/IFC/DWG). - **Runs:** `RvtExporter.exe <converter> <project_file>`. - **Outputs:** writes `<ProjectName>_rvt.xlsx` (and `*_rvt.dae` if enabled by your converter). ## Prerequisites - **Windows** host (local executable + filesystem). - DDC Revit toolkit installed: `C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe`. - A local project file you can read. ## How to use 1. **Import** this JSON into n8n. 2. Open **“Set path to file and converter”** and set: - `path_to_converter`: `C:\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe` - `path_project_file`: e.g., `C:\\Sample_Projects\\your_project.rvt` 3. Run **Manual trigger** — the command node executes the converter. ## Notes & tips - Ensure the path points to the executable inside **`datadrivenlibs`**. - Use ASCII-safe paths; ensure write permissions next to the project file. - This is intentionally **simple**: chain it with your own **Parse/Transform/Load** steps as needed. ## Categories Data Extraction Files & Storage ETL CAD/BIM ## Tags `cad-bim`, `revit`, `ifc`, `dwg`, `converter`, `xlsx`, `dae` ## Author [DataDrivenConstruction.io](https://DataDrivenConstruction.io) [info@datadrivenconstruction.io](mailto:info@datadrivenconstruction.io) ## Consulting and Training We work with leading construction, engineering, consulting agencies, and technology firms around the world to help them implement open data principles, automate CAD/BIM processing, and build robust ETL pipelines. If you would like to test this solution with your own data, or are interested in adapting the workflow to real project tasks, feel free to contact us. **Docs & Issues:** [Full Readme on GitHub](https://github.com/datadrivenconstruction/cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto)

    n8nFree
  6. Automatically Store Gmail Contacts in MySQL Database

    This workflow captures sender information from Gmail emails and stores it in a MySQL database, ensuring you maintain an up-to-date contact list.

    n8nFree
  7. Automate HubSpot Engagements by Parsing Emails with AI

    Streamline your CRM updates by automatically parsing incoming emails to create or update contacts and log engagements in HubSpot using AI.

    n8nFree
  8. Automate HubSpot to Salesforce Lead Creation with Explorium AI Enrichment

    # Automatically enrich prospect data from HubSpot using Explorium and create leads in Salesforce This n8n workflow streamlines the process of enriching prospect information by automatically pulling data from HubSpot, processing it through Explorium's AI-powered tools, and creating new leads in Salesforce with enhanced prospect details. ## Credentials Required To use this workflow, set up the following credentials in your n8n environment: ### HubSpot - **Type**: App Token (or OAuth2 for broader compatibility) - **Used for**: Triggering on new contacts, fetching contact data ### Explorium API - **Type**: Generic Header Auth - **Header**: Authorization - **Value**: Bearer YOUR_API_KEY [Get Explorium API key](https://developers.explorium.ai/reference/getting_your_api_key) ### Salesforce - **Type**: OAuth2 or Username/Password - **Used for**: Creating new lead records Go to Settings → Credentials, create these three credentials, and assign them in the respective nodes before running the workflow. ## Workflow Overview ### Node 1: HubSpot Trigger This node listens for real-time events from the connected HubSpot account. Once triggered, the node passes metadata about the event to the next step in the flow. ### Node 2: HubSpot This node fetches contact details from HubSpot after the trigger event. - **Credential**: Connected using a HubSpot App Token - **Resource**: Contact - **Operation**: Get Contact - **Return All**: Disabled This node retrieves the full contact details needed for further processing and enrichment. ### Node 3: Match prospect This node sends each contact's data to Explorium's AI-powered prospect matching API in real time. - **Method**: POST - **Endpoint**: https://api.explorium.ai/v1/prospects/match - **Authentication**: Generic Header Auth (using a configured credential) - **Headers**: Content-Type: application/json The request body is dynamically built from contact data, typically including: full_name, company_name, email, phone_number, LinkedIn. These fields are matched against Explorium's intelligence graph to return enriched or validated profiles. **Response Output**: total_matches, matched_prospects, and a prospect_id. Each response is used downstream to enrich, validate, or create lead information. ### Node 4: Filter This node filters the output from the Match prospect step to ensure that only valid, matched results continue in the flow. Only records that contain at least one matched prospect with a non-null prospect_id are passed forward. **Status**: Currently deactivated (as shown by the Deactivate label) ### Node 5: Extract Prospect IDs from Matched Results This node extracts all valid prospect_id values from previously matched prospects and compiles them into a flat array. It loops over all matched items, extracts each prospect_id from the matched_prospects array, and returns a single object with an array of all prospect_ids. ### Node 6: Explorium Enrich Contacts Information This node performs bulk enrichment of contacts by querying Explorium with a list of matched prospect_ids. **Node Configuration:** - **Method**: POST - **Endpoint**: https://api.explorium.ai/v1/prospects/contacts_information/bulk_enrich - **Authentication**: Header Auth (using saved credentials) - **Headers**: Content-Type: application/json, Accept: application/json Returns enriched contact information, such as: - **emails**: professional/personal email addresses - **phone_numbers**: mobile and work numbers - **professional_email**, **professional_email_status**, **mobile_phone** ### Node 7: Explorium Enrich Profiles This additional enrichment node provides supplementary contact data enhancement, running in parallel with the primary enrichment process. ### Node 8: Merge This node combines multiple data streams from the parallel enrichment processes into a single output, allowing you to consolidate data from different Explorium enrichment endpoints. The combine setting indicates it will merge the incoming data streams rather than overwriting them. ### Node 9: Code - Flatten This custom code node processes and transforms the merged enrichment data before creating the Salesforce lead. It can be used to: - Flatten nested data structures - Format data according to Salesforce field requirements - Apply business logic or data validation - Map Explorium fields to Salesforce lead properties - Handle data type conversions ### Node 10: Salesforce This final node creates new leads in Salesforce using the enriched data returned by Explorium. - **Credential**: Salesforce OAuth2 or Username/Password - **Resource**: Lead - **Operation**: Create Lead The node creates new lead records with enriched information including contact details, company information, and professional data obtained through the Explorium enrichment process. ## Workflow Flow Summary 1. **Trigger**: HubSpot webhook triggers on new/updated contacts 2. **Fetch**: Retrieve contact details from HubSpot 3. **Match**: Find prospects

    n8nFree
  9. Create Projects in Asana for new leads in HubSpot CRM

    When a new lead is added to HubSpot CRM, this Make workflow automatically creates a corresponding project in Asana, eliminating manual data entry. Sales and project teams benefit from immediate visibility into new opportunities, ensuring that follow-up tasks and collaboration start without delay. The trigger is the lead creation in HubSpot; the action is the project creation in Asana.

    MakeFree
  10. Automate Lead Transfer from Facebook Lead Ads to Call Assist

    Automatically capture new leads from Facebook Lead Ads and seamlessly transfer them to Call Assist for efficient follow-up and management.

    MakeFree
  11. Automate LEDGERS Contact Creation from Google Sheets Using AI

    This workflow automates the creation of contacts in LEDGERS by parsing unstructured data from Google Sheets using AI. It streamlines data entry and reduces errors by leveraging AI to format and sync contact information.

    n8nFree
  12. Enrich 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

    n8nFree
  13. Automate 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.

    n8nFree
  14. Client Nurture & Testimonial Auto-Pilot for Gumroad with Notion and Email

    ## “Client Nurture & Testimonial Auto-Pilot (Gumroad – Notion – Email) ### TL;DR Every **Gumroad sale** becomes a gentle, on-brand experience: instant delivery, a Day-3 check-in, and a Day-7 **1-click testimonial** - all saved to **Notion** for your “Wall of Love.” Install in ~15 minutes. --- ## Who It's For Soft-tech creators, solopreneurs, women-led businesses, and busy homemakers who want **kind, reliable** automation without dev headaches. If you sell templates/courses on Gumroad and want hands-off onboarding + real social proof, this is for you. --- ## What It Does (in plain English) * **Listen for sales** from Gumroad (webhook) * **Create a Client** record in Notion * Send **3 friendly emails**: 1. **Delivery** right away (access + quick start) 2. **Tips** on Day 3 (mini wins + troubleshooting) 3. **Testimonial ask** on Day 7 with a **1-click rating link** * When they click the rating, **log testimonial** in Notion + **notify you** --- ## What You Get * n8n workflow (JSON import) * Notion DB templates (Clients, Testimonials) * 3 pre-written email drafts (delivery, tips, ask) * A short Loom script for your demo --- ## Requirements * n8n (Cloud or self-hosted with public URL) * Gumroad account (Sale webhook) * Notion workspace * Email (SMTP, Gmail, or Outlook node) > “**No hard-coded secrets.** Use n8n Credentials + the env vars below. --- ## Environment Variables * `PUBLIC_N8N_URL` – e.g. `https://your-n8n.example.com` * `NOTION_CLIENTS_DB_ID` – Notion **Clients** DB * `NOTION_TESTIMONIALS_DB_ID` – Notion **Testimonials** DB --- ## Notion Database Fields **Clients** – `Name (title)`, `Email`, `Product`, `Sale ID`, `Purchased At (date)`, `Status (select)` **Testimonials** – `Email`, `Rating (number)`, `Quote (text)`, `Permission (checkbox)`, `Published (checkbox)` --- ## Setup (5 Steps) 1. **Import** the JSON into n8n. 2. **Connect credentials**: Notion + Email (no keys in nodes). 3. **Create/Import** the Notion databases (CSV templates included). 4. **Set env vars** above in n8n Settings – Variables. 5. In **Gumroad – Settings – Advanced – Webhooks**, add **Sale** – `POST https://<your-n8n>/webhook/gumroad-sale`. Run a **$0 test purchase** – watch the Client appear in Notion – Delivery email lands – after waits, Tips + Testimonial emails send – click the rating link – testimonial saves in Notion --- ## How It Flows (node map) Gumroad Webhook – Function (map payload) – Notion (create client) – Email (Delivery) – Wait 3d – Email (Tips) – Wait 7d – Function (build testimonial link) – Email (Ask) Testimonial Webhook – Function (map rating) – Notion (create testimonial) – Email (owner notify) – Respond (thank-you) --- ## Testing & Troubleshooting * Emails not sending? Attach Email credentials + set **From**. * Testimonial not saving? Check `PUBLIC_N8N_URL` + Notion DB IDs. * Long delays use **Wait** nodes; keep **Save Execution Progress** on. --- ## Privacy & Safety * Stores only the fields shown above; you control the Notion workspace. * Buyers can be removed on request; simply delete rows from Notion. * Works with $0 products for early feedback (great for soft launches). --- ## Suggested Tags `gumroad`, `notion`, `email`, `onboarding`, `crm`, `testimonials`, `soft-tech`, `creators` --- ## Changelog * **v1.0** - First release: delivery + tips + 1-click testimonials, Notion logging, owner alerts.

    n8nFree
  15. Automate ActiveCampaign Contact Creation from Zoom Webinars and Record in Airtable

    Automatically create or update contacts in ActiveCampaign from approved Zoom webinar registrants and store their details in Airtable for easy tracking and analysis.

    MakeFree
  16. Automate Company Research and Note Creation in CentralStationCRM with ChatGPT and Tavily

    Automatically conduct web research on new companies added to CentralStationCRM using ChatGPT and Tavily, and save the findings as notes in the CRM.

    n8nFree
  17. Seamlessly Sync Facebook Lead Ads with Salesforce

    Automatically create Salesforce records from new Facebook Lead Ads leads, ensuring efficient lead tracking and management.

    MakeFree
  18. Automate Airtable Contact Management with AI and Natural Language

    This n8n workflow enables seamless management of Airtable contacts using natural language commands through an AI assistant, leveraging the Model Context Protocol (MCP) for efficient data handling.

    n8nFree
  19. Automate Jotform Webinar Registrations to KlickTipp with Dynamic Tagging

    Streamline your workflow by automatically transferring Jotform webinar registrations to KlickTipp, complete with dynamic tagging for personalized communication.

    MakeFree
  20. Automate CRM Workflow with Google Sheets and n8n

    Transform your Google Sheets into a dynamic CRM system with automated lead management, email notifications, and project tracking using n8n.

    n8nFree
  21. Automate Brevo Contact Updates via Custom Webhook

    Streamline your contact management by automatically updating Brevo contacts using data received from a custom webhook. This ensures your contact information remains accurate and up-to-date.

    MakeFree
  22. ← PreviousPage 4 of 60Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom other workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow