Skip to main content

n8n Sales Templates 2026: 7 Workflows That Save SMEs Time Immediately

9 hours of manual work per rep, every week — that's the figure from the Bitkom 2024 study. With seven ready-to-use n8n templates, mid-sized sales teams eliminate the bulk of it: lead routing, CRM sync, proposal delivery, AI enrichment and automated reporting — GDPR-compliant on German servers.

n8n sales templates are pre-built workflow blocks for the n8n automation platform that fully automate recurring sales processes — lead qualification, CRM data hygiene, proposal creation, pipeline reporting. Self-hosted, GDPR-compliant and with no ongoing SaaS licence fees.

Why sales is the hot spot for n8n automation

Mid-sized sales teams spend an alarmingly large share of their working hours not selling, but maintaining data. According to the Bitkom Sales Digitalisation Study 2024, manually transferring sales data between CRM, ERP and communication tools takes an average of 9 hours per week, per rep — hours that can't be spent on customer conversations, relationship-building or closing deals. For a five-person sales team, that adds up to 45 productive hours lost every single week.

The HubSpot State of Sales Report 2024 confirms the picture: only 28% of a B2B sales rep's working time is actually spent in direct contact with customers. The rest is eaten up by admin — CRM updates, email triage, proposal creation, reporting. The automation gap in sales is wider than in almost any other part of the business.

This is exactly where n8n comes in. Unlike all-in-one CRM platforms (expensive and proprietary) or generic no-code tools (which bring GDPR headaches), n8n lets you automate individual sales processes with precision — as a self-hosted instance on German servers, with no monthly execution limits and no dependence on a US cloud. The seven templates in this guide cover the entire sales funnel: from the first lead capture all the way to weekly management reporting.

A decisive factor is intelligent routing: according to McKinsey Sales Productivity 2024, sales teams with automated workflow routing achieve 38% higher lead conversion than comparable teams without automation — the single biggest lever measured in the McKinsey study. The reason is that fast response times are critical in B2B sales: a lead contacted within five minutes is nine times more likely to convert than one that only hears back after an hour.

9 h/week

manual effort per rep spent on data maintenance

Quelle: Bitkom Sales Digitalisation Study 2024, 2024
38 %

higher lead conversion with automatic routing

Quelle: McKinsey Sales Productivity Report 2024, 2024
85 %

data quality with automated CRM updates vs. 62% manual

Quelle: HubSpot State of Sales Report 2024, 2024
90 days

average ROI break-even — Wito customer data 2025

Quelle: Wito AI project data 2025 (n=18 sales projects), 2025

The 7 sales templates in detail

The following seven templates cover the full B2B sales cycle — from the first lead capture to weekly KPI reporting. Each template is exportable as n8n workflow JSON, can be imported directly into an existing n8n instance and adapted to your own system landscape in 4–12 hours.

Template 1: Lead routing by source and score

What it does: Every new lead enquiry — whether via a website form (Typeform, Gravity Forms, HubSpot Forms), a LinkedIn Lead Gen Form or a trade-show scanner — is automatically created in the CRM, scored by source channel and enquiry content (lead score 1–100) and routed to the responsible rep. For a score above 70, it additionally triggers a Slack notification that enables an immediate response.

Which tools: n8n webhook trigger, HubSpot or Pipedrive CRM node, GPT-4o node for scoring, Slack node. Estimated time saved: 4–6 hours/week per rep — no more manually sorting, assigning and logging inbound enquiries.

Template 2: LinkedIn Sales Navigator → CRM sync

What it does: Newly saved prospects in LinkedIn Sales Navigator are automatically pulled in via the Phantombuster API, enriched with public company data (headcount, industry, technology stack via BuiltWith) and transferred into the CRM as new contacts — including automatic tagging against ICP criteria.

Which tools: n8n HTTP request node (Phantombuster API), Clearbit node, CRM node (HubSpot/Salesforce/Pipedrive). Estimated time saved: 5–7 hours/week in sales — no manual research and data entry for every new prospect.

Template 3: Proposal PDF from a CRM stage trigger

What it does: As soon as a deal reaches the "Proposal" stage in the CRM, n8n triggers automatically: CRM customer data is fetched, a proposal PDF with the customer name, deal line items and current date is generated via a PDF generation API (Carbone, DocuSeal or similar) and emailed to the responsible rep, and optionally sent directly to the customer.

Which tools: CRM webhook (stage change), n8n HTTP request node (PDF API), SMTP email node. Estimated time saved: 1–2 hours/week — no manual assembling and sending of proposal documents.

Template 4: Trello/Asana sales pipeline sync

What it does: For teams that run their project management in Trello or Asana while using a CRM in parallel, this template syncs both ways: a new CRM opportunity automatically creates a card/task in the project management tool; status changes in Trello/Asana are mirrored back into the CRM. No more double data entry.

Which tools: CRM webhook plus Trello or Asana API node (bidirectional trigger). Estimated time saved: 2–3 hours/week — no parallel data maintenance across two systems.

Template 5: Webinar registration → CRM lead + Slack notification

What it does: Every new webinar registration (via GoTo Webinar, Zoom Webinars, Eventbrite or your own landing page) is automatically created as a lead in the CRM, tagged with UTM parameters and campaign attribution, and the responsible rep receives a Slack message with the contact details and a direct CRM link. After the webinar, a second workflow triggers the follow-up sequence.

Which tools: webinar platform webhook, n8n CRM node, Slack node, schedule trigger for the follow-up. Estimated time saved: 3–4 hours per webinar — no manual exporting, importing and assigning of registration lists.

Template 6: AI-assisted email reply suggestions

What it does: Incoming customer emails in the sales inbox are intercepted by n8n, the full email thread and the CRM contact history are passed as context to the GPT-4o or Claude API, and three concrete reply suggestions are dropped into the Gmail/Outlook drafts folder. The rep picks one suggestion, adjusts it and sends — or discards all three.

Which tools: Gmail/Outlook trigger node, CRM node (context retrieval), OpenAI or Anthropic API node, Gmail/Outlook draft node. Estimated time saved: 2–4 hours/week — faster email handling, more consistent communication, less blank-page effort.

Template 7: Weekly sales reporting

What it does: Every Friday at 4 p.m., n8n automatically aggregates the week's sales KPIs from the CRM (new leads, deals in the pipeline, closed deals, conversion rate), calculates the change versus the previous week and generates a natural-language management summary via the GPT-4o node. The report is sent as a formatted Slack message in the leadership channel and, optionally, as an email to management.

Which tools: n8n schedule trigger (cron), CRM API node (data retrieval), OpenAI node (summary), Slack and/or email node. Estimated time saved: 3–5 hours/week — no manual compiling of sales reports, consistent KPI communication.

Sales teams with workflow automation achieve 38% higher lead conversion than the control group — the biggest lever is intelligent routing.
McKinsey Global Institute, McKinsey Sales Productivity: How Automation Drives B2B Performance, McKinsey & Company, 2024

Implementation: what does a template rollout cost?

The templates aren't finished plug-and-play solutions that run without adaptation — every company uses different CRM systems, has different field structures and different routing rules. A realistic estimate of the implementation effort protects you from disappointment.

Implementation effort per template

  • Lead routing (Template 1): 6–10 hours — CRM field mapping, scoring logic, routing rules, testing
  • LinkedIn-CRM sync (Template 2): 8–12 hours — Phantombuster setup, API authentication, data mapping, duplicate handling
  • Proposal PDF (Template 3): 4–8 hours — PDF template creation, CRM stage webhook, email-delivery configuration
  • Trello/Asana sync (Template 4): 4–6 hours — bidirectional webhook, conflict handling, status mapping
  • Webinar lead capture (Template 5): 4–6 hours — webinar platform integration, UTM handling, follow-up sequence
  • AI reply suggestions (Template 6): 8–12 hours — email trigger, CRM context retrieval, API prompt engineering, draft creation
  • Sales reporting (Template 7): 6–10 hours — KPI definitions, CRM API queries, GPT prompt, Slack/email formatting

With the Wito AI service packages for n8n sales automation, single-template implementations start at EUR 1,500 net, while complete sales-automation packages (all seven templates, testing, training, 3 months of support) start at EUR 4,500 net. For most mid-sized projects the payback period is under 90 days — thanks to the 9-hour weekly saving per rep documented by Bitkom 2024.

A worked ROI example: what do 5 reps save in a year?

Starting point: a mid-sized B2B company with five sales reps and an average labour cost of EUR 50 per hour (including employer contributions). The Bitkom 2024 study puts manual sales-data effort at 9 hours per week, per rep.

The maths: 9 hours/week x EUR 50/h x 52 weeks x 5 reps = EUR 117,000 in avoidable costs per year spent on manual data-maintenance work. Even at a conservative automation rate of 60% (the remaining 40% being tasks that still require human judgement), that leaves a net saving of EUR 70,200 a year.

The complete Wito AI sales-automation package for all seven templates costs EUR 4,500 net. On these figures the payback period is less than four weeks. The net ROI after twelve months exceeds 1,400% — conservatively calculated. On top of that come effects that are harder to quantify: better CRM data quality (according to HubSpot State of Sales 2024, 85% with automated CRM updates versus 62% manual), faster lead response times and more consistent reporting for management.

Frequently asked questions about n8n sales templates

n8n offers native nodes for the CRM systems most used in SMEs: HubSpot, Salesforce, Pipedrive, Zoho CRM, Microsoft Dynamics 365, ActiveCampaign and many more. Via the HTTP request node you can additionally integrate any CRM with a REST API — so practically every modern system. Industry-specific CRMs (such as weclapp, Cobra or SuperOffice) can also be connected through their API, though that takes a little more configuration effort.
For most templates (lead routing, CRM sync, proposal PDF, pipeline reporting) a CRM is the central data source and therefore recommended. Template 4 (Trello/Asana sync) can also make sense without a full-blown CRM — as a starting point for teams that don't have one yet. The AI reply-suggestions template and the reporting template need the structured data foundation that a CRM provides. If no CRM is in place, we recommend HubSpot Free (free up to a certain number of contacts) combined with n8n as an entry point.
Phantombuster is a cloud-based LinkedIn automation service that makes publicly visible LinkedIn profile and company data available in a structured form. The key point from a GDPR perspective: Phantombuster processes only publicly accessible LinkedIn data (no access to private messages or hidden profiles) and offers a Data Processing Agreement (DPA) under Article 28 GDPR. Even so, a Data Protection Impact Assessment should be carried out when Phantombuster is used in a German corporate context. As an alternative, n8n is also available with direct LinkedIn API access (requires LinkedIn Marketing Solutions access), which can be operated in a fully GDPR-compliant way.
The n8n template library (n8n.io/workflows) contains over 300 community templates, some of which also cover sales use cases. These are a good starting point, but rarely production-ready out of the box: they need to be adapted to your specific CRM field names, fitted with error handling and connected to your credentials. The Wito AI templates begin exactly where the community templates leave off — they are tailored to the German SME, configured to be GDPR-compliant and come with a complete error-handling setup.
The pure implementation time per template is 4–12 hours, depending on complexity and the degree of CRM customisation. With a Wito AI implementation that means: planning and kick-off (day 1), technical implementation and testing (days 2–3), acceptance and handover (day 4). A single template is typically production-ready within a week. The complete seven-template package is rolled out in 4–6 weeks, including training for the sales team.
Reps don't have to build or maintain the workflows themselves — that's the job of the n8n administrator (in-house or Wito AI). What the sales team does need to understand: which processes run automatically, when each workflow kicks in and how to respond to error notifications. A half-day training is enough for most teams to work confidently with the automations. For Template 6 (AI reply suggestions), a short introduction to working with AI-generated reply drafts is advisable — so reps use and adapt the suggestions sensibly.
The OpenAI GPT-4o API is billed on actual usage (pay-per-use). For typical B2B sales inboxes with 20–50 emails per day per rep, API costs come to roughly EUR 15–40 per month per user — far less than the time value of the handling effort saved. Alternatively, you can use Claude (Anthropic API) or a local model via Ollama; the latter has no variable API costs but requires a more powerful server. All costs are fully transparent and scale linearly.
The key metrics for sales n8n workflows: (1) Time saved — comparing manual working time before and after implementation, ideally via the sales team's own log over two weeks. (2) Lead response time — CRM timestamps from lead arrival to first contact: with automatic routing, typically cut from hours to minutes. (3) CRM data quality — the share of mandatory fields fully completed before and after the sync template. (4) Conversion rate — comparing leads-to-opportunities in the quarter before and after implementation. n8n workflows automatically generate execution logs that serve as the basis for monthly ROI reviews.

Book an n8n sales workshop

In a half-day workshop we analyse your sales process, identify the three templates with the highest ROI for your team and deliver an implementation plan — with a timeline, a cost estimate and concrete workflows. Free for mid-sized companies with 20 or more employees.

  • An ROI analysis of your specific sales process
  • GDPR-compliant: self-hosted on German servers
  • Implementation in 4–6 weeks
  • Includes training and 3 months of support