Articulate: How would I go about automatically creating posts from an existing RSS feed?
Hello everyone,
I recently started using Umbraco and I just have a quick question. I found Articulate, and I was wondering if there would be a way to automatically create posts for an Articulate blog from an RSS feed? I have an existing RSS feed, and I just want Articulate to create a post everytime the RSS feed gets updated.
It's easy with Umbraco. Try to use ContentService and ApiControllers for your application.
ContentService - great class for manage content nodes.
ApiController for work with your rss.
Articulate: How would I go about automatically creating posts from an existing RSS feed?
Hello everyone,
I recently started using Umbraco and I just have a quick question. I found Articulate, and I was wondering if there would be a way to automatically create posts for an Articulate blog from an RSS feed? I have an existing RSS feed, and I just want Articulate to create a post everytime the RSS feed gets updated.
Any ideas?
Thanks,
Brian
Hi Brian,
It's easy with Umbraco. Try to use ContentService and ApiControllers for your application. ContentService - great class for manage content nodes. ApiController for work with your rss.
http://our.umbraco.org/documentation/Reference/Management-v6/Services/ContentService
THanks
is working on a reply...