Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Automated Blog Post Review and Multi Platform Publishing Workflow with RSS Feeds Description This workflow automates the process of generating, reviewing, and publishing blo...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.limit, n8n-nodes-base.function, n8n-nodes-base.httprequest, n8n-nodes-base.htmlextract, n8n-nodes-base.rssfeedread
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Immanuel.
Original n8n.io sourceThis workflow automates the process of generating, reviewing, and publishing blog posts across multiple platforms, now enhanced with support for RSS Feeds as a content source. It streamlines the management of blog posts by fetching content from RSS Feeds, formatting, storing, reviewing, templating, and publishing to platforms like LinkedIn and WordPress. The workflow is split into three key flows:
Target Audience
Manually managing blog posts, especially when sourcing content from RSS Feeds, can be time-consuming and error-prone This workflow addresses:
https://example.com/feed) Title, Blogpost, Publication Date, Keywords, Status, Published, Featured Image, articleUrl, Rendered Blog. Posts Initial Status: Pending, Approved, Rejected.Below is a detailed breakdown of each flow and node, including setup instructions.
Purpose: Fetches blog posts from an RSS Feed, formats them, extracts images, stores data, and sends a review email.
Fetch from RSS Feed
https://example.com/feed (replace with your RSS Feed URL) Set Fields
Format Blog Post for Storage
Extract Featured Image
originalHtml contains image data; otherwise, it uses a placeholder.Store Blog Posts Initial
Set Fields for Email
https://your-n8n-instance with your n8n instance URL.Prepare Email HTML
Notify for Review (Gmail)
Purpose: Updates the blog post status based on approval/rejection
Webhook Trigger
approve-post {"message": "Status updated"}Find Row to Update
Filter Row by Title
Type: Code
Purpose: Filters the row matching the blog post title
Setup: No additional configuration needed
Update Status on Approval
Approved or RejectedPurpose: Monitors status changes and publishes approved posts
Google Sheets Trigger (Fetch Row)
Posts Initial title, status, published, featuredImage, articleUrlRouter (Check Status)
status equals Approved AND published equals NOstatus equals Rejectedstatus equals PendingApply Blog Template
Store Blog Posts Final
Rendered Blog column existsLoop Over Blog Posts
Delay Between Posts
Publish to LinkedIn
urn:li:person:YOUR_PERSONAL_URNYOUR_PERSONAL_URN with your LinkedIn URNUpdate Published State
Type: Google Sheets
Purpose: Updates the published status
Configuration:
Setup: Ensure the Published column exists
Notify Team
Type: Gmail
Purpose: Notifies the team of successful publishing
Configuration:
The blog post "{{ $json.title }}" has been successfully published
Setup: Set up Gmail credentials; replace [Link] with the LinkedIn URL if captured
Notify Rejection (Gmail) (Route 2)
Type: Gmail
Purpose: Notifies on rejection
The blog post "{{ $json.title }}" has been rejected Suggestions: Rewrite with more engaging content, adjust keywords, or verify facts Please update the status in Google Sheets if you wish to revise and resubmit
Setup: Set up Gmail credentials
Wait for Status Update (Route 3)
24hThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 40 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate RSS content to blog posts with GPT-4o, WordPress & LinkedIn publishing |
|---|---|
| Complexity | advanced |
| Nodes | 40 |
| Categories | Content Creation, Multimodal AI |
| Author | Immanuel |
| Published | 19 May 2025 |
Use the JSON export at /data/workflows/4226/4226.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Automated Blog Post Review and Multi Platform Publishing Workflow with RSS Feeds Description This workflow automates the process of generating, reviewing, and publishing blo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.