🎬 Automate RSS news to multi-platform social media publishing via PostPulse

755 views · 🎬 Content Creation & Video

💡 Pro Tip — Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments — drop it into your workflow and skip the parsing.

View All Scrapers

Description

n8n rss to PostPulse.png This automation template allows you to automatically receive news from RSS feeds, process their content, and publish or schedule posts on various social media platforms using PostPulse.

⚠️Disclaimer: This workflow uses the community node @postpulse/n8n-nodes-postpulse. Make sure community nodes are enabled in your n8n instance before importing and using this template. 👉 To install it: Go to Settings → Community Nodes → Install and enter:“@postpulse/n8n-nodes-postpulse”. 💡 For more details, see n8n Integration Guide: PostPulse Developers – n8n Integration.

Who Is This For?

What Problem Does This Workflow Solve?

Instead of manually searching, copying, and publishing news, you get:

How It Works

This workflow runs on a schedule, reads news, and processes it before sending it to PostPulse.

Setup

1. Connect PostPulse to n8n

2. Find an RSS Feed that you need

The easiest way is to check the page’s source code.

  1. Open the news website you are interested in.
  2. Go to the page with a specific news category (e.g., “Sports”).
  3. Press Ctrl + U (or Cmd + Option + U on Mac) to open the page’s source code.
  4. Press Ctrl + F (or Cmd + F on Mac) to search the text.
  5. Type “rss” and press Enter. Usually, you will find a link pointing to an XML page, which is the RSS feed.

3. Configure the RSS Feed Read node

4. Configure the Limit to N Post node

Requirements

✨ With this workflow, PostPulse and n8n become your all-in-one automation hub for publishing news.

How To Customize The Workflow

This workflow is designed to be fully flexible and adaptable to your specific needs. While it works out-of-the-box with the default RSS feed, you can easily optimize it for any news source:

💡 Tip: The workflow is meant to be a template — fully functional out-of-the-box, but easily customizable to match any RSS feed or content source. Its main strength is flexibility, allowing you to adapt it to different feeds, extract more content, and adjust publishing rules without touching the core workflow.

🔗 Nodes Used

Function, RSS Read, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup