Block 1 - RSS Feed Trigger
- Type / Role
- n8n-nodes-base.rssFeedReadTrigger - rssFeedReadTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 ...
n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.html, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.lmchatanthropic
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Karol Otręba.
Original n8n.io sourceThis 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.
1. Insert your RSS feed URL in the RSS Feed Trigger node.
2. Configure Google Sheets credentials and replace the example sheet with your own.
3. In Supabase Config, insert your Supabase URL and bucket name.
4. In Facebook/Instagram nodes, replace [INSERT_YOUR_SITE_ID] with your own page or account ID.
5. Connect your Facebook Graph API credentials (remove hardcoded tokens).
6. Connect your OpenAI / Anthropic / Gemini credentials for text and image generation.
7. Set up your Telegram Bot credentials if you want to receive notifications.
• 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).
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.
Showing the first 24 of 34 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate RSS-to-social media with AI summaries and image generation |
|---|---|
| Complexity | advanced |
| Nodes | 34 |
| Categories | Social Media, Multimodal AI |
| Author | Karol Otręba |
| Published | 02 Oct 2025 |
Use the JSON export at /data/workflows/9208/9208.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.
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 ...
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 Social Media, Multimodal AI use case.