Auto Content Repurposing Pipeline
Trigger: new blog post published (RSS or webhook) -> AI node: generate a Twitter/X thread, LinkedIn post, and email blurb from the article -> Route each to the right channel.
The prompt
Turn this blog post into 3 outputs: (1) a 5-tweet thread, (2) a 150-word LinkedIn post, (3) a 2-sentence email teaser with a link placeholder. Return as JSON with keys "twitter_thread", "linkedin_post", "email_teaser".
Article: {{$json.article_text}}What to replace
Swap these placeholders for your own details before running the prompt:
{{$json.article_text}}your own value
Pro tip: Store the JSON schema for structured node outputs — it lets you route each field to a different downstream node (Twitter, LinkedIn, Email) without extra parsing.
How to use this prompt
- Copy the prompt using the button above.
- Replace {{$json.article_text}} with your own details — the more specific you are, the better the output.
- Paste it into ChatGPT (inside n8n) and run it.
- If the answer feels generic, add constraints: audience, length, tone, and what to avoid. That single change fixes most weak output.
Learn the technique
Auto Content Repurposing Pipeline
Module 2 — Real Workflow Templates · AI Automation with n8n
Related prompts
Connecting an LLM to n8n
n8n connects to AI models either through dedicated nodes (OpenAI, Anthropic community nodes) or a generic HTTP Request node calling any model's API.
Claude (inside n8n)AI Email Triage & Auto-Responder
Trigger: new email in inbox -> AI node classifies intent (support, sales, spam, urgent) -> conditional branches route to auto-reply, Slack alert, or human queue..
ChatGPT (inside n8n)Error Handling & Idempotency in n8n
Real automations fail: APIs time out, models return malformed JSON, webhooks fire twice.
Claude (inside n8n)Human-in-the-Loop Approval Gates
The highest-trust automations pause for approval at the moments that matter: before sending externally, before spending money, before deleting anything.
Any modelProject: Your First Production n8n Workflow
Deliverable: one n8n workflow, running on a schedule or trigger, that saves you real time every week. Steps: 1.
n8n + ChatGPTWeekly Automation Digest
Automated weekly team update via n8n + Slack
Topics
Related across the site
AI Content Creation
Write faster with AI without sounding like AI, generate on-brand images, and repurpose one piece of content into many formats.
Plan a Month of Content Without Burning Out
Build a content calendar grounded in a small set of themes rather than thirty unrelated ideas. Includes the repurposing pass that most people skip and then wonder why the work feels endless.
AI Email Triage & Auto-Responder
Trigger: new email in inbox -> AI node classifies intent (support, sales, spam, urgent) -> conditional branches route to auto-reply, Slack alert, or human queue..
Human-in-the-Loop Approval Gates
The highest-trust automations pause for approval at the moments that matter: before sending externally, before spending money, before deleting anything.
AI Ad Manager
Generate ad copy variants at scale, brainstorm targeting angles, and use AI to analyze ad performance data for Google and Meta campaigns.
AI Automation with n8n
Connect AI models to real workflows using n8n — the open-source automation tool. Learn the HTTP Request and AI Agent nodes, and build automations that run on a schedule or trigger.