Skip to main content

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

Workflow preview

Workflow preview
100%
Transform RSS feeds into blog articles with GPT-4, human review & Google Docs preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

[Workflow Overview] ️ Self Hosted Only : This workflow uses the gotoHuman community node and requires a self hosted n8n instance. Who's It For ...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googledocs, n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Daiki Takayama.

Original n8n.io source

1.1 Workflow description

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

[Workflow Overview] ⚠️ 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

  • OpenAI API key with GPT-4 access
  • Google account for Google Docs integration
  • gotoHuman account for human-in-the-loop approval workflow
  • Slack workspace for team notifications
  • RSS feed URL from your preferred source

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

  • Article Style: Edit the AI prompt to change tone, length, or structure
  • Keywords & SEO: Modify the "Format RSS Data" node to adjust keyword extraction logic
  • Publishing Destination: Change from Google Docs to other platforms (WordPress, Notion, etc.)
  • Approval Workflow: Customize the gotoHuman template to include specific review criteria
  • Notification Format: Adjust the Slack message template to include additional metadata
  • Processing Volume: Modify the Code node to process multiple RSS articles instead of just one

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note - Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note - Step 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note - Step 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note - Step 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note - Step 4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note - Step 5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note - Step 6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note - Step 7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note - Step 8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note - Step 9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Format RSS Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Generate Article with AI

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 13 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 14 - Create Google Doc

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 15 - Add Article Content

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 16 - Article Published

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 17 - Article Rejected

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 18 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 19 - RSS Read

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 20 - Structure Article Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Request Human Review

Type / Role
@gotohuman/n8n-nodes-gotohuman.gotoHuman - gotoHuman
Config choices
Version 1

Block 22 - Check Approval Status

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 23 - Send Slack Notification

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

3. Summary Table

Workflow Transform RSS feeds into blog articles with GPT-4, human review & Google Docs
Complexity advanced
Nodes 23
Categories Content Creation, Multimodal AI
Author Daiki Takayama
Published 30 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10311/10311.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Transform RSS feeds into blog articles with GPT-4, human review & Google Docs do?

[Workflow Overview] ️ Self Hosted Only : This workflow uses the gotoHuman community node and requires a self hosted n8n instance. Who's It For ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.