Automate RSS-to-Social Media with AI Summaries and Image Generation

Go to Workflow
0 views
Built by Karol Otręba Karol Otręba
Created on June 05, 2026

Description

How it works

This workflow automates publishing content from any RSS feed directly to Facebook and Instagram.
It reads new RSS entries, extracts the article content, generates a short social-media-friendly summary using an AI model, and then creates an AI-generated image based on the topic.
The post is uploaded to Facebook and Instagram (via Graph API) and logged in Google Sheets for reference.
Finally, a Telegram bot sends you a notification with links to the published posts.

Set up steps
Insert your RSS feed URL in the RSS Feed Trigger node.
Configure Google Sheets credentials and replace the example sheet with your own.
In Supabase Config, insert your Supabase URL and bucket name.
In Facebook/Instagram nodes, replace [INSERT_YOUR_SITE_ID] with your own page or account ID.
Connect your Facebook Graph API credentials (remove hardcoded tokens).
Connect your OpenAI / Anthropic / Gemini credentials for text and image generation.
Set up your Telegram Bot credentials if you want to receive notifications.

Notes
• Sticky notes inside the workflow explain each section (RSS trigger, filtering, content generation, posting, logging, notifications).
• No credentials are saved in the template – you must connect your own before running.
• All generated content (text + images) is fully automated but can be customized (e.g. change AI prompts for your preferred style).

Nodes Used (9)

Anthropic Chat Model
@n8n/n8n-nodes-langchain.lmChatAnthropic
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Google Sheets
n8n-nodes-base.googleSheets
HTML
n8n-nodes-base.html
HTTP Request
n8n-nodes-base.httpRequest
OpenAI
@n8n/n8n-nodes-langchain.openAi
Telegram
n8n-nodes-base.telegram