If you use n8n and want to add Anthropic Claude AI to your workflows, these 4 templates give you a working starting point — import the JSON and you're running in under 60 seconds.
All templates use $env.*
for credentials. No hardcoded API keys anywhere. Use when: You want an AI assistant that replies to LINE messages using Claude.
How it works:
Required env vars: ANTHROPIC_API_KEY
, LINE_CHANNEL_ACCESS_TOKEN
Use when: You want a personalized daily briefing delivered every morning without manual effort.
How it works:
Required env vars: ANTHROPIC_API_KEY
, LINE_CHANNEL_ACCESS_TOKEN
, LINE_USER_ID
Use when: You want to generate blog posts, newsletters, or social media content on demand.
How it works:
{ "topic": "...", "type": "blog|newsletter|social" }
Supported types:
blog
— full post with sections and CTA (~600 words)newsletter
— hook, key insights, sign-off (~300 words)social
— 3 platform variants (Twitter/X, LinkedIn, Instagram)Required env vars: ANTHROPIC_API_KEY
, SLACK_WEBHOOK_PATH
Use when: You want to route incoming webhook requests intelligently without hard-coded rules.
How it works:
support
/ technical
/ sales
/ general
Required env vars: ANTHROPIC_API_KEY
workflow.json
from the template folderAll 4 templates are free on GitHub:
[github.com/eightask01-design/claude-powered-n8n-templates](https://github.com/eightask01-design/claude-powered-n8n-templates)
Requires n8n v1.0+ and an Anthropic API key ([free tier available](https://console.anthropic.com)).