Free n8n templates you can download and run. Each one uses Claude for AI processing and connects to tools you already have.
AI reads every incoming email, classifies it (reply needed, auto-reply, newsletter, spam), and routes it. Auto-replies go out, important ones alert you on Slack, newsletters get labeled, spam gets trashed.
You will need
Environment variables
ANTHROPIC_API_KEY -- your Claude API key
SLACK_WEBHOOK_URL -- your Slack incoming webhook URL
Setup (5 minutes)
When a new calendar event appears, Claude generates a pre-meeting brief (who's attending, what to prepare, questions to ask) and drafts a follow-up email with action item placeholders. Brief goes to Slack, follow-up saves as a Gmail draft.
You will need
Environment variables
ANTHROPIC_API_KEY -- your Claude API key
SLACK_WEBHOOK_URL -- your Slack incoming webhook URL
What makes this smart
Webhook endpoint that receives messages from any chat widget or SMS service. Claude responds based on your business context. Low-confidence answers and sensitive topics (billing, complaints) auto-escalate to Slack.
You will need
Environment variables
ANTHROPIC_API_KEY -- your Claude API key
SLACK_WEBHOOK_URL -- your Slack incoming webhook URL
BUSINESS_CONTEXT -- describe your business in one sentence (e.g., "Loomiq LLC, an AI automation consultancy that builds workflow systems for small teams")
What makes this smart
How to connect
{"message": "...", "sender": "...", "channel": "web"}{"reply": "...", "escalated": true/false, "category": "..."}Watches your inbox for emails with attachments. Claude classifies each document using the full context (sender domain, email body, subject, filename). Logs everything to a Google Sheet and alerts you on Slack when action is needed (pay, sign, review).
You will need
Environment variables
ANTHROPIC_API_KEY -- your Claude API key
SLACK_WEBHOOK_URL -- your Slack incoming webhook URL
GOOGLE_SHEET_ID -- the ID from your Sheet URL (between /d/ and /edit)
What makes this smart
n8n is an open-source workflow automation tool. Think Zapier, but you own it and there are no per-task fees. You connect triggers (like "new email arrives") to actions (like "classify with AI" and "send a Slack message") using a visual canvas. These templates are pre-built workflows you import and connect to your accounts.
If you chose self-hosted, install with one command:
Requires Node.js 18 or 20 (not 25). Check with node --version
The templates use Claude for AI processing. You'll need:
In n8n, go to Settings → Environment Variables and add:
Or set them in your shell before starting n8n if self-hosted.
Download a workflow JSON from the Templates tab, then in n8n: click the ... menu in the top right corner → Import from File → select the JSON. Connect your credentials to the Gmail/Calendar nodes, test, and activate.
These templates are starting points. If you need a system tailored to your specific workflow, let's talk.
Book a 30-minute call