Workflow A: The Content Repurposing Engine
N8N + Claude Automation Blueprint
Learn how to automate your content distribution.
This guide shows you how to turn one single piece of "Hero Content" (like a YouTube video or a long blog post) into 10+ pieces of micro-content automatically. Stop creating from scratch every day.
The Automation Flow
YouTube URL or Blog Link pasted into N8N form or Google Sheet.
Google Sheets / WebhookClaude 3.5 Sonnet analyzes content, extracts key insights, and formats output.
Claude 3.5 API- 3 LinkedIn Posts
- 1 Twitter Thread
- 1 Newsletter Draft
- 5 Instagram Captions
Step-by-Step Implementation Guide
Step 1: Set Up the Trigger (N8N)
Create a simple workflow in N8N that watches for new rows in a Google Sheet (where you paste your links) or accepts a Webhook.
Action: Fetch the URL content using the "HTTP Request" node in N8N to get the transcript or article text.
Step 2: The Master Prompt (Claude 3.5)
This is the brain of the operation. Connect the text from Step 1 to the Claude node. Use this specific system prompt to ensure high-quality output:
You are an expert Content Strategist. Your goal is to repurpose the following source text into multiple formats.
Source Text: {{ $json.text }}
Please generate the following outputs based strictly on the source text:
1. **LinkedIn Post 1**: Professional tone, focus on a key insight. Use short paragraphs.
2. **LinkedIn Post 2**: Storytelling tone, focus on a problem/solution arc.
3. **LinkedIn Post 3**: Contrarian/Opinionated take on the topic.
4. **Twitter Thread**: 5 tweets. Hook in tweet 1, value in 2-4, CTA in 5.
5. **Newsletter Draft**: Subject line + Intro + 3 Key Takeaways + Conclusion.
Format the output as valid JSON with keys: "linkedin_1", "linkedin_2", "linkedin_3", "twitter_thread", "newsletter".
Step 3: Distribute the Assets
Parse the JSON output from Claude. Use N8N nodes to send these drafts to your preferred destination:
- Slack/Telegram: Send drafts to a private channel for your review.
- Notion: Create a new database entry for each social post with status "Draft".
- Email: Send the newsletter draft directly to your email client.
Get the Full Workflow File
Don't build this from scratch. Download the complete N8N JSON workflow file and the detailed PDF guide with screenshots.
Includes: Pre-written prompts, error handling setup, and integration guides.
"btn-download">View Workflow Guide & Download JSON
Comments