These are 12 n8n workflow examples pulled from real client projects. Each one lists the trigger, the key nodes, and what it replaces. If you want ready-made JSON to import, our n8n workflow templates guide pairs with this list.
1. Lead Capture to CRM with Instant Slack Alert
Trigger: Webhook from your website form. Nodes: Webhook → Set → HubSpot/Pipedrive → Slack.
Every form submission lands in the CRM with the right owner assigned, and sales gets a Slack ping within seconds. Replaces manual copy-paste and the "we lost that lead" problem. Full setup details in our n8n CRM integration guide.
2. Invoice Processing from Inbox to Accounting
Trigger: Email with PDF attachment. Nodes: IMAP Email → Extract PDF text → AI parse (amount, vendor, due date) → Google Sheets or Xero → Slack approval.
Cuts invoice handling from minutes to seconds per document. Add a human approval step for anything above a set amount.
3. Daily Metrics Report to Slack
Trigger: Cron, 8am weekdays. Nodes: Schedule → HTTP Request (Stripe, GA4, your DB) → Code (aggregate) → Slack.
One message every morning with revenue, signups, and traffic. Nobody opens five dashboards before standup anymore.
4. New Contact Enrichment
Trigger: New CRM contact. Nodes: CRM Trigger → Clearbit/Apollo HTTP request → Merge → CRM update.
Company size, industry, and LinkedIn URL filled in automatically so reps qualify faster.
5. Abandoned Cart Recovery
Trigger: Shopify abandoned checkout. Nodes: Shopify Trigger → Wait (1 hour) → IF (still unpaid) → Email with discount code.
Recovers a meaningful slice of lost checkouts with zero ongoing effort. Works with any store platform that exposes checkout webhooks.
6. Content Pipeline: RSS to Social Drafts
Trigger: New RSS item. Nodes: RSS Trigger → AI summarise → Airtable (draft queue) → manual approve → post.
Keeps a steady social queue without hiring a content team. Human review stays in the loop.
7. Support Inbox Triage with AI
Trigger: New support email. Nodes: IMAP → AI classify (billing, bug, sales, spam) → Switch → route to the right person or auto-reply.
We covered a full production build in our AI customer support bot guide.
8. Meeting Notes to CRM
Trigger: Calendar event ends. Nodes: Google Calendar → transcript fetch → AI summary → CRM activity log → email recap to attendees.
Every client call is logged with action items. Nothing depends on someone remembering to write notes.
9. Nightly Database Sync
Trigger: Cron, 2am. Nodes: Postgres → Compare Datasets → Airtable/Google Sheets update.
Ops teams get a spreadsheet view of production data that is always current, without anyone exporting CSVs.
10. Error Alerts to Telegram
Trigger: Webhook from your app or n8n Error Trigger. Nodes: Error Trigger → Filter (dedupe) → Telegram.
You find out about failures before your customers do. Deduplication stops alert fatigue.
11. Client Onboarding Sequence
Trigger: Deal marked won. Nodes: CRM Trigger → Google Drive (create folder structure) → DocuSign send → Gmail welcome sequence → Slack channel create.
New clients get a consistent first week, and nothing falls through the cracks during handoff.
12. Social Media Scheduler from Airtable
Trigger: Cron checks an Airtable queue. Nodes: Schedule → Airtable (status = ready) → LinkedIn/X post → Airtable update (posted).
A free alternative to paid scheduling tools, with full control over timing and formatting.
Which Tool Should Run These?
All 12 run on n8n cloud or self-hosted. If you are weighing platforms first, read our n8n vs Zapier comparison. Self-hosting cuts costs dramatically at volume; our self-hosted n8n guide covers the setup.
- Start with the workflow that touches revenue: lead capture or cart recovery
- Every workflow needs an error path, not just a happy path
- Keep humans in the loop for approvals and content
- Build one, prove it, then copy the pattern to the next process
Want these running in your business without the learning curve? We build and maintain n8n workflows for clients. Get in touch and we'll scope it in one call.