n8n + Smart AI Workspace
n8n is the orchestration layer I use to wire builds together — watching for triggers, moving data between your tools, handling retries, and calling Claude at the steps that need judgement. One tool in the build, not the whole engine.
How I use n8n
n8n is where I wire the pieces together. It's the orchestration layer that watches for triggers, moves data between your tools, handles retries and errors, and calls Claude at the steps that need judgement. It's one tool in the build, not the whole thing — the intelligence lives in the model and the custom code, and n8n keeps it all running on schedule.
I usually self-host n8n on your infrastructure so your data never passes through a third-party automation vendor. You get the full execution history, the ability to see exactly what ran and why, and no per-task pricing surprises as volume grows.
For anything n8n can't express cleanly — complex branching, heavy data transformation, a real API client — I drop in a code node rather than fighting the visual canvas.
n8nis rarely the whole system — it's one connected piece of a workflow I scope, build, and run end to end. See how I build automation or read n8n vs Claude Code for AI automation. Curious what your manual version costs today? Estimate it with the ROI calculator.
What I automate with n8n
- Trigger workflows from webhooks, schedules, form submissions, and inbox activity
- Move and reshape data between CRMs, databases, spreadsheets, and SaaS APIs
- Add error handling, retries, and human-in-the-loop approval steps to long processes
- Host the whole thing on your own server for data privacy and predictable cost
Example workflows I build
Overnight reporting run
At 6am n8n pulls yesterday's numbers from your CRM and database, hands them to Claude for a written commentary, formats the result, and drops it into Slack and a Google Sheet before your team logs on.
Resilient lead intake
Form submissions hit an n8n webhook, get enriched and qualified, and are written to your CRM. If the CRM API fails, n8n retries with backoff and alerts me if it still can't get through — no lead silently lost.
Approval-gated outreach
A workflow drafts personalised follow-ups, posts them to a Slack channel with Approve / Edit / Skip buttons, and only sends the ones your rep approves — then logs the outcome back to the CRM.
Not sure what to automate first?
I map one or two of your processes in a free audit and tell you honestly whether automation pays off yet.
Related Integrations
Claude
AI & MLClaude is the reasoning engine behind almost every system I build — the step that reads a document, makes a judgement call, or drafts a reply in your voice. I'm an Anthropic Registered Claude Partner.
OpenAI
AI & MLOpenAI's models cover the jobs Claude isn't the right fit for — Whisper transcription, embeddings for semantic search, and cheap high-volume classification in otherwise Claude-first builds.
PostgreSQL
DatabasesWhen a workflow needs a real source of truth — not a spreadsheet, not a SaaS tool's database — I use PostgreSQL for operational data, reporting, and pgvector knowledge stores.
n8n integration FAQ
Frequently Asked Questions
Cloud n8n or self-hosted?
Is n8n the 'AI' part of the build?
What happens when a workflow breaks?
Can you take over an existing n8n setup?
Ready to connect n8n?
I'll scope the integration in a free automation audit and build the workflows around your process.