🎬 Transform RSS feeds into blog articles with GPT-4, human review & Google Docs

383 views · 🎬 Content Creation & Video

Description

[Workflow Overview] CleanShot 20251030 at 17.35.492x.png ⚠️ Self-Hosted Only: This workflow uses the gotoHuman community node and requires a self-hosted n8n instance.

Who’s It For

Content teams, bloggers, news websites, and marketing agencies who want to automate content creation from RSS feeds while maintaining editorial quality control. Perfect for anyone who needs to transform news articles into detailed blog posts at scale.

What It Does

This workflow automatically converts RSS feed articles into comprehensive, SEO-optimized blog posts using AI. It fetches articles from your RSS source, generates detailed content with GPT-4, sends drafts for human review via gotoHuman, and publishes approved articles to Google Docs with automatic Slack notifications to your team.

How It Works

  1. Schedule Trigger runs every 6 hours to check for new RSS articles
  2. RSS Read node fetches the latest articles from your feed
  3. Format RSS Data extracts key information (title, keywords, description)
  4. Generate Article with AI creates a structured blog post using OpenAI GPT-4
  5. Structure Article Data formats the content with metadata
  6. Request Human Review sends the article for approval via gotoHuman
  7. Check Approval Status routes the workflow based on review decision
  8. Create Google Doc and Add Article Content publish approved articles
  9. Send Slack Notification alerts your team with article details

Requirements

How to Set Up

  1. Configure RSS Feed: In the “RSS Read” node, replace the example URL with your RSS feed source
  2. Connect OpenAI: Add your OpenAI API credentials to the “OpenAI Chat Model” node
  3. Set Up Google Docs: Connect your Google account and optionally specify a folder ID for organized storage
  4. Configure gotoHuman: Add your gotoHuman credentials and create a review template for article approval
  5. Connect Slack: Authenticate with Slack and select the channel for notifications
  6. Customize Content: Modify the AI prompt in “Generate Article with AI” to match your brand voice and article structure
  7. Adjust Schedule: Change the trigger frequency in “Schedule Trigger” based on your content needs

How to Customize

🔗 Nodes Used

RSS Read, Slack, Google Docs, Schedule Trigger, AI Agent, OpenAI Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup