Block 1 - Groq Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automate your social media presence! This workflow duo automatically curates content from your Wallabag RSS feeds, generates platform specific posts using AI, and publishes them—complete with AI...
@n8n/n8n-nodes-langchain.lmchatgroq, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.scheduletrigger, n8n-nodes-base.markdown, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.airtable
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dele Tosh .
Original n8n.io source🚀 Automate your social media presence! This workflow duo automatically curates content from your Wallabag RSS feeds, generates platform-specific posts using AI, and publishes them—complete with AI-generated images.
Required Credentials & Services: To run this workflow, you will need to set up the following credentials in n8n:
Key Setup Requirement: Define Your Tagging Convention Before running this workflow, establish a consistent tagging system in Wallabag where each tag corresponds to a specific social media platform. For example:
#to-share-linkedin for LinkedIn content#to-share-bluesky for Bluesky content#to-share-instagram for Instagram contentAdding More Feeds & Platforms:
Airtable Database Schema: "RSS Feed - Content Store" The workflow uses an Airtable base with the following fields to track content from ingestion to publication:
id (Primary Field): Formula, for unique record ID (RECORD_ID())audience_targeted: Long textauthor: Long textcharacter_count: Numbercontent_markdown: Long textcta_used: Long textfeed_id: Single line textgoal_applied: Long textimage_filename: Singe line textimage_id: Single line textimage_link: URLimage_prompt: Long textis_posted: Number, default is 0platform: Single line textpost_text: Long textsuggested_hashtags: Long texttitle: Long texttone_applied: Long textarticle_url: URLCustomizable User Inputs: This workflow is built for flexibility. Key inputs you can customize include:
#to-share-linkedin) to monitor in Workflow #1.🌟 Adding New RSS Feeds: To monitor additional Wallabag feeds for different content sources, simply duplicate the existing RSS feed sub-workflow and update the RSS URL with your new Wallabag access token and platform-specific tag. Each feed can target a different social platform or content category.
🌟 Adding New Platform Support: To extend this workflow to additional social platforms, simply duplicate one of the existing platform sub-workflows and update the platform-specific parameters, LLM prompts, and GetLate API configuration for your target platform.
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 47 workflow blocks. Download the JSON for the full node graph.
| Workflow | RSS to social: automated content generation with Llama 3 & GetLate Publishing |
|---|---|
| Complexity | advanced |
| Nodes | 47 |
| Categories | Social Media, Multimodal AI |
| Author | Dele Tosh |
| Published | 01 Oct 2025 |
Use the JSON export at /data/workflows/9147/9147.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.
Automate your social media presence! This workflow duo automatically curates content from your Wallabag RSS feeds, generates platform specific posts using AI, and publishes them—complete with AI...
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.