-
Thanks for your awesome software. I am wondering if it is possible to add an RSS feed and get alerts when a new post is added? Right now I get some random alerts when I add an RSS feed. The feed is https://hwlocator.com/feed/?country=DE,UK&cat=CORAL |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try adding the URL but then setting the following as an Xpath/CSS/JSON filter: xpath://channel/item/link It will just pull out the URLs from any items in the RSS feed & is therefore only monitoring them for changes. In theory when a new URL hits the list it should trigger? I'm only just testing this on my own RSS feed that I want to monitor. (Use case is to have the same alerting method for sites I can RSS and sites I can't.) |
Beta Was this translation helpful? Give feedback.
Try adding the URL but then setting the following as an Xpath/CSS/JSON filter:
xpath://channel/item/link
It will just pull out the URLs from any items in the RSS feed & is therefore only monitoring them for changes. In theory when a new URL hits the list it should trigger?
I'm only just testing this on my own RSS feed that I want to monitor.
(Use case is to have the same alerting method for sites I can RSS and sites I can't.)