I'm hoping someone can offer a solution to my problem as I have no idea how, or if, I can do this. Until recently I was using an RSS connector using the "when a feed is published" trigger to take new articles when published and post them to a Team Channel.
I would use the RSS feed values like Feed Title, Feed Summary and Feed link in the Teams post.
This worked very well for a long time until they decided to not run the RSS feed anymore.
Now they have a static page on their site that they post a new article every day or so with a link to the new article page. I want to be able to check for a new article and post this to Teams and preferably using the same or similar values like Title, Summary (if there is one) and link. Maybe if there isn't a summary I can take a certain number of the first lines or characters of the article. Maybe I need to set variables from the page HTML?
Any idea how to check a webpage for a new article, extract key info into variables to use in the Team post to be scheduled daily?
Here is example of one site "base" page that each article is posted too daily that would be my starting place
https://www.totaldefense.com/security-blog/category/security-tip-of-the-day/
Then check for a new article (should be the very top one), make sure its not the same from the previous day and post it into teams. Suggestion greatly appreciated.
I think you will have to use a HTTP GET request and then parse it with Xpath.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492