The content repurposing problem
You spend hours writing a blog post, publish it once, and it disappears into the feed. Repurposing manually means copying, rewriting, and reformatting for every platform — work that rarely gets done consistently.
This blueprint automates the entire repurposing pipeline: one blog post in, platform-ready content out.
How the automation works
- Listen — An RSS node polls your blog feed on a schedule and picks up new posts.
- Distill — One AI call extracts the core message and writes a LinkedIn post.
- Thread — A second AI call splits the message into a 3-tweet thread.
- Publish — LinkedIn and Twitter nodes post the drafts automatically.
The AI writes platform-native content: hooks, hashtags, and CTAs tailored to each network.
What you need
- An RSS feed for your blog (most platforms provide one automatically)
- LinkedIn and Twitter credentials in n8n
- An OpenAI API key
Building it step by step
Step 1: Point the RSS reader at your feed
Add the RSS Feed Read node and set your blog's feed URL. Test it manually once to confirm n8n can see your posts.
Step 2: Write two AI prompts
Prompt one produces a LinkedIn post: hook, three takeaways, and a question for the reader. Prompt two produces a Twitter thread with a strong first tweet. Always include the article title and a summary in the prompt context.
Step 3: Connect the publishing nodes
Link each AI output to its platform node. Run a manual test with a single post before enabling the schedule.
Step 4: Set the schedule
The schedule trigger controls how often n8n checks the feed. Every 15–60 minutes is a good default; lower the frequency if you publish rarely.
Tuning tips
- Brand voice — paste examples of your best posts into the prompt as style references.
- Quality control — route drafts through a draft state first, review in a spreadsheet, then publish.
- Avoid duplicates — store processed post IDs in a small database so you never double-post.
Measuring success
Watch engagement per post, follower growth, and the time saved per week. Most clients save 3–5 hours weekly once this is running.
Get the ready-made workflow from the Templates page — copy the JSON and paste it directly onto your n8n canvas.