PromptForge
Prompt library

Auto Content Repurposing Pipeline

ChatGPT (inside n8n)Automation From a course

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

  1. Copy the prompt using the button above.
  2. Replace {{$json.article_text}} with your own details — the more specific you are, the better the output.
  3. Paste it into ChatGPT (inside n8n) and run it.
  4. 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