---
layout: project
title: "RSS to SharePoint News"
description: "A Power Automate flow that automatically retrieves updates from RSS feeds and posts them as SharePoint News items."
date: 2025-07-16
weight: 3
thumbnail: "images/gen/projects/project-4-rss-thumbnail-2.png"
image: ""
client: "Marist University / Work"
categories: ["Development"]
role: "Vulnerability Management Specialist @ Marist University"
gallery:
  - image: "images/gen/projects/project-4-rss-site.png"
  - image: "https://github.com/user-attachments/assets/5931c41f-507e-4630-9f55-2d3b98c5d444"
  - image: "images/gen/projects/project-4-rss-output.png"
---

This project provides a Power Automate flow that automatically retrieves updates from RSS feeds and posts them as SharePoint News items. It enables seamless integration between external content sources and internal SharePoint communication systems.

The flow triggers whenever an RSS feed is updated. It parses the incoming data (JSON or HTML) into plain text to ensure compatibility with SharePoint. The content is then posted as a news item using the SharePoint HTTP request connector and the SharePoint Repost API.

This solution is ideal for organizations that want to auto-publish content from trusted external sources, monitor industry updates or vulnerability advisories, and keep internal teams informed without manual posting.

---

[View Here](https://github.com/DecryptionKey/RSS-to-SharePoint-News/tree/main)