Skip to main content

Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms

Workflow preview

Workflow preview
100%
Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform specific posts with AI, creates contextual images, and publishes via GetLate API. Built...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.httprequest, n8n-nodes-base.airtable, n8n-nodes-base.switch, n8n-nodes-base.set, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mikal Hayden-Gates.

Original n8n.io source

1.1 Workflow description

Title
Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms
Workflow name
Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms

Overview

Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform-specific posts with AI, creates contextual images, and publishes via GetLate API. Built with 63 nodes across two workflows to handle LinkedIn, Instagram, and Bluesky—with easy expansion to more platforms.

Ideal for: Content marketers, solo creators, agencies, and community managers maintaining a consistent multi-platform presence with minimal manual effort.

How It Works

Two-Workflow Architecture:

  1. Content Aggregation Workflow
    • Monitors Wallabag RSS feeds for tagged articles (#to-share-linkedin, #to-share-instagram, etc.)
    • Extracts and converts content from HTML to Markdown
    • Stores structured data in Airtable with platform assignment
  2. AI Generation & Publishing Workflow
    • Scheduled trigger queries Airtable for unpublished content
    • Routes to platform-specific sub-workflows (LinkedIn, Instagram, Bluesky)
    • LLM generates optimized post text and image prompts based on custom brand parameters
    • Optionally generates AI images and hosts them on Imgbb CDN
    • Publishes via GetLate API (immediate or draft mode)
    • Updates Airtable with publication status and metadata

Key Features:

  • Tag-based content routing using Wallabag's native system
  • Swappable AI providers (Groq, OpenAI, Anthropic)
  • Platform-specific optimization (tone, length, hashtags, CTAs)
  • Modular design—duplicate sub-workflows to add new platforms in ~30 minutes
  • Centralized Airtable tracking with 17 data points per post

Set Up Steps

Setup time: ~45-60 minutes for initial configuration

  1. Create accounts and get API keys (~15 min)
    • Wallabag (with RSS feeds enabled)
    • GetLate (social media publishing)
    • Airtable (create base with provided schema—see sticky notes)
    • LLM provider (Groq, OpenAI, or Anthropic)
    • Image service (Hugging Face, Fal.ai, or Stability AI)
    • Imgbb (image hosting)
  2. Configure n8n credentials (~10 min)
    • Add all API keys in n8n's credential manager
    • Detailed credential setup instructions in workflow sticky notes
  3. Set up Airtable database (~10 min)
    • Create "RSS Feed - Content Store" base
    • Add 19 required fields (schema provided in workflow sticky notes)
    • Get Airtable base ID and API key
  4. Customize brand prompts (~15 min)
    • Edit "Set Custom SMCG Prompt" node for each platform
    • Define brand voice, tone, goals, audience, and image preferences
    • Platform-specific examples provided in sticky notes
  5. Configure platform settings (~10 min)
    • Set GetLate account IDs for each platform
    • Enable/disable image generation per platform
    • Choose immediate publish vs. draft mode
    • Adjust schedule trigger frequency
  6. Test and deploy
    • Tag test articles in Wallabag
    • Monitor the first few executions in draft mode
    • Activate workflows when satisfied with the output

Important: This is a proof-of-concept template. Test thoroughly with draft mode before production use. Detailed setup instructions, troubleshooting tips, and customization guidance are in the workflow's sticky notes.

Technical Details

  • 63 nodes: 9 Airtable operations, 8 HTTP requests, 7 code nodes, 3 LangChain LLM chains, 3 RSS triggers, 3 GetLate publishers
  • Supports: Multiple LLM providers, multiple image generation services, unlimited platforms via modular architecture
  • Tracking: 17 metadata fields per post, including publish status, applied parameters, character counts, hashtags, image URLs

Prerequisites

  • n8n instance (self-hosted or cloud)
  • Accounts: Wallabag, GetLate, Airtable, LLM provider, image generation service, Imgbb
  • Basic understanding of n8n workflows and credential configuration
  • Time to customize prompts for your brand voice

Detailed documentation, Airtable schema, prompt examples, and troubleshooting guides are in the workflow's sticky notes.

Category Tags

#social-media-automation, #ai-content-generation, #rss-to-social, #multi-platform-posting, #getlate-api, #airtable-database, #langchain, #workflow-automation, #content-marketing

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 - Set Post Schedule

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

Block 2 - LinkedIn SMCG

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

Block 3 - Bluesky SMCG

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

Block 4 - Generate Post Image (LinkedIn)

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

Block 5 - Store Image on Imgbb (LinkedIn)

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

Block 6 - Store Generated Post Content (LinkedIn)

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

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

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

Block 8 - Check Platform

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 9 - Bluesky SMCG Prompt

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - RSS Feed Trigger: '#to-share-bluesky'

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

Block 11 - Set Platform (Bluesky)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Store Article Content (LinkedIn)

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

Block 13 - Set Platform (LinkedIn)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - RSS Feed Trigger: '#to-share-linkedin'

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

Block 15 - LinkedIn SMCG Prompt

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Sticky Note4

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

Block 17 - Sticky Note5

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

Block 18 - Sticky Note6

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note7

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

Block 21 - Sticky Note8

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

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

Type / Role
n8n-nodes-late.late - late
Config choices
Version 1

Block 23 - Set SMCG Custom Parameters & Settings

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Instagram SMCG Prompt

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

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

3. Summary Table

Workflow Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms
Complexity advanced
Nodes 58
Categories Social Media, Multimodal AI
Author Mikal Hayden-Gates
Published 23 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10090/10090.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 Automate RSS to social media pipeline with AI, Airtable & GetLate for multiple platforms do?

Automates your complete social media content pipeline: sources articles from Wallabag RSS, generates platform specific posts with AI, creates contextual images, and publishes via GetLate API. Built...

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.