n8n for Sales and Sales Automation: Workflows That Build Pipeline
How B2B teams use n8n for sales automation: lead routing, CRM sync, meeting follow-up, and AI-powered workflows. With examples.
Why n8n for B2B Sales?
Most B2B teams use 5-10 tools: CRM, email tool, LinkedIn tool, enrichment, calendar, Slack. The problem: these tools don’t talk to each other. Data gets copied manually, follow-ups get forgotten, reporting is a nightmare.
n8n connects these tools into automated workflows. No manual copying, no forgotten follow-ups, real-time reports.
The 7 Most Important Sales Workflows
1. Lead Routing
Trigger: New lead in HubSpot (via form, Instantly reply, or LinkedIn)
Workflow:
New lead in HubSpot
→ Check company size
→ Determine region
→ Calculate lead score
→ Assign to the right SDR
→ Slack notification to SDR
→ Create task in HubSpot
Impact: Leads get assigned in seconds instead of hours.
2. Instantly → HubSpot Sync
Trigger: Positive reply in Instantly
Workflow:
Reply detected in Instantly
→ AI categorizes reply (interested / declined / question)
→ If interested:
→ Create/update contact in HubSpot
→ Create deal (stage: Qualified)
→ Notify SDR (Slack + email)
→ Send Calendly link
→ If declined:
→ Mark contact as "Not Interested"
→ Stop sequence
3. Meeting Follow-up
Trigger: Meeting ends in Calendly
Workflow:
Calendly meeting ended
→ Fetch transcript from Fireflies
→ Generate AI summary (Claude API):
- Topics discussed
- Pain points
- Next steps
- Deal probability
→ Save summary as a note in HubSpot
→ Generate follow-up email draft
→ Create task for SDR
Impact: 15 minutes of manual follow-up per meeting eliminated.
4. Signal Monitoring
Trigger: Daily schedule (8am)
Workflow:
Check RSS feeds + Google Alerts
→ Filter for ICP-relevant signals:
- Funding rounds
- Job postings
- Product launches
- Leadership changes
→ AI scores relevance (1-10)
→ If score >7:
→ Slack alert to sales team
→ Create lead in Clay/HubSpot
→ Optional: start outreach sequence
5. Weekly Pipeline Report
Trigger: Every Monday at 8am
Workflow:
HubSpot API: fetch all open deals
→ Group by stage
→ Calculate changes vs. previous week
→ AI generates executive summary:
- Total pipeline value
- New deals this week
- Deals at risk of stalling
- Top 3 recommendations
→ Send report to Slack + email
6. LinkedIn Post Monitoring
Trigger: Webhook from LinkedIn monitoring tool
Workflow:
ICP contact publishes a LinkedIn post
→ AI analyzes post topic
→ If relevant to our offer:
→ Generate comment suggestion
→ Notify SDR
→ Log as touchpoint in HubSpot
7. Bounced Email Recovery
Trigger: Bounce notification from Instantly
Workflow:
Email bounced
→ Look up contact in Clay
→ Waterfall enrichment: find new email
→ If new email found:
→ Update contact in Instantly
→ Restart sequence
→ If no email found:
→ Switch to LinkedIn-only sequence
→ Export to HeyReach
n8n Setup for Sales
Recommended Integrations
| Tool | n8n Node | Purpose |
|---|---|---|
| HubSpot | HubSpot Node | CRM operations |
| Instantly | HTTP Request (API) | Email campaigns |
| Clay | Webhook | Lead enrichment |
| Slack | Slack Node | Notifications |
| Calendly | Webhook | Meeting trigger |
| Google Sheets | Google Sheets Node | Reporting backup |
| Claude API | HTTP Request | AI processing |
| OpenAI | OpenAI Node | AI processing |
Self-Hosting vs. Cloud
| Criterion | Self-Hosted | Cloud |
|---|---|---|
| Cost | €5-20/mo (server) | €20-50/mo |
| GDPR | Full control | EU data center available |
| Setup | 1-2 hours (Docker) | Instant |
| Maintenance | Own updates | Automatic |
| Uptime | Own responsibility | 99.9% SLA |
For B2B teams in the DACH region, we recommend self-hosting on a Hetzner server (from €4/month). Full GDPR compliance, no data on US servers.
n8n + AI: The Gamechanger
n8n’s native AI nodes make it the ideal platform for AI-powered sales automation:
- AI Agent Node: Builds autonomous agents that make decisions
- Claude/OpenAI Node: Text generation, categorization, summarization
- Vector Store Node: RAG workflows with your own data
- Code Node: Python/JavaScript for custom logic
Example: AI Lead Qualifier
New lead
→ AI checks: Does it fit the ICP? (company size, industry, signals)
→ Score 1-10
→ Score >7: Hot lead → SDR immediately
→ Score 4-7: Warm lead → nurture sequence
→ Score <4: Disqualified → archive
Conclusion
n8n is the backbone of modern B2B sales automation. It connects Clay, Instantly, HeyReach, HubSpot, and AI into one continuous system. The biggest advantage: self-hosting for GDPR, native AI integration, and unlimited workflows for a fraction of Zapier’s cost. For B2B teams that want to systematically automate their sales, there’s no better platform.
Common questions
What is n8n?
n8n is an open-source workflow automation platform. It connects tools and APIs through a visual editor — similar to Zapier, but self-hostable, cheaper, and with native code support (JavaScript/Python). Ideal for B2B teams with technical know-how.
Why n8n instead of Zapier for sales?
n8n offers: self-hosting (GDPR), native AI nodes (Claude, ChatGPT), unlimited workflows, code flexibility, and it's 3-10x cheaper. For B2B sales automation with AI components, n8n is the more powerful choice.
What does n8n cost?
n8n Community: free (self-hosted). n8n Cloud Starter: from €20/month. n8n Cloud Pro: from €50/month. Self-hosted costs: €5-20/month for a server (Hetzner, DigitalOcean).
Which sales workflows can I build with n8n?
The most common: lead routing (new lead → right SDR), CRM sync (tools → HubSpot), meeting follow-up (transcript → summary → CRM), signal monitoring (news → Slack alert), report automation (weekly pipeline report).