Skip to main content

Automate news publishing to LinkedIn with Gemini AI and RSS feeds

Workflow preview

Workflow preview
100%
Automate news publishing to LinkedIn with Gemini AI and RSS feeds preview
Open on n8n.io

Important notice

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

1. Workflow Overview

LinkedIn News Auto Publisher Overview This project is an automated news publisher for LinkedIn. It uses RSS feeds to fetch news, processes the content with the Gemini API to generate precise ...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.filter, n8n-nodes-base.sort, n8n-nodes-base.limit

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Club de Inteligencia Artificial Politécnico CIAP.

Original n8n.io source

1.1 Workflow description

Title
Automate news publishing to LinkedIn with Gemini AI and RSS feeds
Workflow name
Automate news publishing to LinkedIn with Gemini AI and RSS feeds

📰 LinkedIn News Auto-Publisher

Overview 📋

This project is an automated news publisher for LinkedIn. It uses RSS feeds to fetch news, processes the content with the Gemini API to generate precise summaries, and automatically publishes to LinkedIn via its API.


How It Works

Architecture and Workflow ⚙️

  • n8n: Efficient orchestration of workflow with automation.
  • RSS: News sources such as TechCrunch and MIT Technology Review.
  • Gemini API: Dynamic generation of content and precise summaries.
  • LinkedIn API: Automatic publication on profiles and corporate pages.

Content Processing 🧠

  • Fetching news through RSS feeds.
  • Processing and generating summaries with the Gemini API.
  • Automatic publication on LinkedIn.

Key Benefits ✅

  • Complete automation of the news publishing process.
  • Dynamic generation of precise and relevant content.
  • Integration with reliable news sources and publication on a professional platform.

Use Cases 💼

  • Automation of news publishing for businesses and professionals.
  • Keeping corporate profiles and pages updated with relevant content.
  • Saving time in managing content on social networks.

Requirements 👨‍💻

  • n8n instance (self-hosted or cloud).
  • Gemini API credentials.
  • LinkedIn bot setup and API credentials.
  • Configured RSS feeds to fetch news.

Authors 👥

  • Joel Choez
  • Alan Bajaña
  • Jaren Pazmiño
  • David Sandoval

Members of CIAP

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 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 2 - Google Gemini Chat Model

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

Block 3 - Schedule Trigger

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

Block 4 - RSS Read Testing Catalog

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 5 - Transform date

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

Block 6 - Filter by date (more than 7 days)

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

Block 7 - Sort by date

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

Block 8 - Limit news to x

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

Block 9 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 10 - RSS Read marktechpost

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - AI Agent1

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 14 - Google Gemini Chat Model1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Information

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 18 - Information2

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

Block 19 - Information3

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

Block 20 - Code1

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

Block 21 - Information1

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 22 - Edit Fields

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

Block 23 - LinkedIn

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

Block 24 - Sticky Note5

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

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

3. Summary Table

Workflow Automate news publishing to LinkedIn with Gemini AI and RSS feeds
Complexity advanced
Nodes 43
Categories Social Media, AI Summarization
Author Club de Inteligencia Artificial Politécnico CIAP
Published 27 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4414/4414.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 news publishing to LinkedIn with Gemini AI and RSS feeds do?

LinkedIn News Auto Publisher Overview This project is an automated news publisher for LinkedIn. It uses RSS feeds to fetch news, processes the content with the Gemini API to generate precise ...

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, AI Summarization use case.