Skip to main content

RSS to social: automated content generation with Llama 3 & GetLate Publishing

Workflow preview

Workflow preview
100%
RSS to social: automated content generation with Llama 3 & GetLate Publishing preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
RSS to social: automated content generation with Llama 3 & GetLate Publishing
Workflow name
RSS to social: automated content generation with Llama 3 & GetLate Publishing

🚀 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.

⚙️ Setup & Configuration

Required Credentials & Services: To run this workflow, you will need to set up the following credentials in n8n:

  • Wallabag RSS Feeds: This workflow uses Wallabag as your content curation service. Wallabag is the most cost-effective option—easy to self-host or use as a paid service. You'll need to generate access tokens for RSS feed access.
  • Airtable API Key: To create and update records in your "Content Store" database.
  • LLM Provider API Key: To power the social media content generation. The demo uses Groq (llama-3.3-70b-versatile), but this can be replaced with any preferred LLM (OpenAI, Anthropic, etc.).
  • GetLate API Key: To authenticate and post to your social media platforms.
  • Imgbb API Key: To host the AI-generated images.
  • An Image Generation Service API Key: For creating images from prompts. The demo uses Hugging Face (stable-diffusion-xl-base-1.0), but this can be swapped for any other service (Fal.ai, Stability AI, etc.).

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 content

Adding More Feeds & Platforms:

  • New Feeds: Simply duplicate the example sub-workflows and update the RSS feed URL and target platform information for each new tag/platform combination.
  • New Platforms: To add support for additional social platforms, duplicate one of the existing platform sub-workflows (LinkedIn or Bluesky) and update the platform-specific parameters, prompts, and GetLate API settings for your new platform.

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 text
  • author: Long text
  • character_count: Number
  • content_markdown: Long text
  • cta_used: Long text
  • feed_id: Single line text
  • goal_applied: Long text
  • image_filename: Singe line text
  • image_id: Single line text
  • image_link: URL
  • image_prompt: Long text
  • is_posted: Number, default is 0
  • platform: Single line text
  • post_text: Long text
  • suggested_hashtags: Long text
  • title: Long text
  • tone_applied: Long text
  • article_url: URL

Customizable User Inputs: This workflow is built for flexibility. Key inputs you can customize include:

  • Wallabag RSS Feed URL & Platform Tag: The specific feed and platform-specific tag (e.g., #to-share-linkedin) to monitor in Workflow #1.
  • Target Social Platform: Defined per feed in the "Edit Field" node.
  • Content Generation Schedule: The frequency for auto-posting in the Schedule Trigger.
  • Brand Voice & LLM Parameters: The tone, style, and specific instructions for the AI in the "Set Custom SMCG Prompt" node.
  • Platform-Specific Prompts: The template used to generate posts for each social network (Instagram, LinkedIn, etc.).
  • Posting Behavior & Image Generation: Configured within the SMCG (Social Media Content Generation) node. This is where you set the posting mode (immediate vs. draft) and define a boolean for each platform to enable or disable AI-generated images for its posts.

📥 Workflow 1: RSS Aggregator & Content Store

  • RSS Trigger → Pulls tagged articles from Wallabag feeds using platform-specific tags
  • Platform Assignment → Sets target social platform based on tag
  • Content Conversion → HTML to Markdown formatting
  • Airtable Storage → Saves articles to content database

🌟 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.

🔄 Workflow 2: AI Content Generator & Publisher

  • Schedule Trigger → Runs on your preferred frequency
  • Content Selection → Pulls unpublished articles from Airtable
  • AI Configuration → Sets brand voice, posting behavior, and image generation preferences
  • Platform Routing → Directs to appropriate social platform workflow
  • AI Content Generation → Creates posts and image prompts using LLM
  • Image Generation → Creates & hosts images when enabled
  • Social Publishing → Posts to platforms via GetLate API
  • Database Update → Marks content as published in Airtable

🌟 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.

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 - Groq Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 2 - Structured Output Parser

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

Block 3 - Set Post Schedule

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

Block 4 - Markdown: Convert Article Content

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

Block 5 - Groq Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 6 - Structured Output Parser1

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

Block 7 - LinkedIn SMCG

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 8 - Bluesky SMCG

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 9 - Convert Image to Base64 (Bluesky)

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

Block 10 - Generate Post Image (Bluesky)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Store Image on Imgbb (Bluesky)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Post/Draft via GetLate API (Bluesky)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Store Generated Post Content (Bluesky)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 14 - Post/Draft via GetLate API (No Image, Bluesky)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Store Generated Post Content (No Image, Bluesky)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 16 - Check For Image Generation Prompt (Bluesky)

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

Block 17 - Check For Image Generation Prompt (LinkedIn)

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

Block 18 - Post/Draft via GetLate API (No Image, LinkedIn))

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Generate Post Image (LinkedIn)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Convert Image to Base64 (LinkedIn)

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

Block 21 - Store Image on Imgbb (LinkedIn)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 22 - Post/Draft via GetLate API (LinkedIn)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 23 - Store Generated Post Content (LinkedIn)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 24 - Store Generated Post Content (No Image, LinkedIn)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Showing the first 24 of 47 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9147/9147.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 RSS to social: automated content generation with Llama 3 & GetLate Publishing do?

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...

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 Social Media, Multimodal AI use case.