Skip to main content

Generate blog content ideas with Google Sheets, RSS feeds and OpenAI

Workflow preview

Workflow preview
100%
Generate blog content ideas with Google Sheets, RSS feeds and OpenAI preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs weekly to pull existing blog titles and prior AI ideas from Google Sheets, gathers recent keyword matching headlines from multiple RSS feeds, uses OpenAI to genera...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.splitout

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate blog content ideas with Google Sheets, RSS feeds and OpenAI
Workflow name
Generate blog content ideas with Google Sheets, RSS feeds and OpenAI

Quick Overview

This workflow runs weekly to pull existing blog titles and prior AI ideas from Google Sheets, gathers recent keyword-matching headlines from multiple RSS feeds, uses OpenAI to generate 12 fresh blog title ideas, and appends the results back into a “New ideas” Google Sheet.

How it works

  1. Runs on a weekly schedule trigger.
  2. Reads existing blog titles and previously generated AI blog titles from two tabs in Google Sheets and combines them into a single list.
  3. Fetches entries from several RSS feeds, filters for items mentioning a target keyword and published within the last 30 days, and aggregates the matching RSS titles.
  4. Merges the Google Sheets title list with the aggregated RSS titles and sends them to OpenAI with brand and editorial guidelines to generate 12 new blog title ideas as structured JSON.
  5. Splits the 12 generated items into individual rows and appends each new title into the “New ideas” tab in Google Sheets.

Setup

  1. Add Google Sheets OAuth2 credentials and set the correct spreadsheet ID and sheet/tab names for the existing titles and “New ideas” tabs.
  2. Add an OpenAI API credential and select the model to use in the OpenAI chat node.
  3. Update the RSS feed URLs and the keyword filter (currently matching “n8n”) to fit your niche, and adjust the schedule trigger time if needed.

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 - Schedule Trigger

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

Block 2 - OpenAI Chat Model2

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

Block 3 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 4 - Get exisiting Blog Titles

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 5 - Get previous New Ideas

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Set Titles

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Merge Titles

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - Aggregate Titles

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

Block 9 - Split Out New Ideas

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

Block 10 - New Ideas Generator

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

Block 11 - Add New Ideas in Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Set relevant Urls for RSS

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

Block 13 - RSS Reader

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

Block 14 - Contains relevant Keywords

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

Block 15 - Published last 30 days

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

Block 16 - Set RSS Titles

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Aggregate Titles 2

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

Block 18 - Merge our Titles with RSS Titles

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 19 - Set Titles 2

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Sticky Note

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

Block 21 - Sticky Note2

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

Block 22 - Sticky Note3

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

Block 23 - Sticky Note7

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

Block 24 - Sticky Note1

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

3. Summary Table

Workflow Generate blog content ideas with Google Sheets, RSS feeds and OpenAI
Complexity advanced
Nodes 24
Categories Content Creation, Multimodal AI
Author n8n Lab
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16381/16381.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 Generate blog content ideas with Google Sheets, RSS feeds and OpenAI do?

Quick Overview This workflow runs weekly to pull existing blog titles and prior AI ideas from Google Sheets, gathers recent keyword matching headlines from multiple RSS feeds, uses OpenAI to genera...

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.