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.
manual effort per rep spent on data maintenance
Quelle: Bitkom Sales Digitalisation Study 2024, 2024higher lead conversion with automatic routing
Quelle: McKinsey Sales Productivity Report 2024, 2024data quality with automated CRM updates vs. 62% manual
Quelle: HubSpot State of Sales Report 2024, 2024average ROI break-even — Wito customer data 2025
Quelle: Wito AI project data 2025 (n=18 sales projects), 2025The 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.
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.