Filter RSS
Hi Ben,
I'm using Sendy at a school. We would like some of our communications (our newsletters) to feed to our website. The RSS tool would be ideal. But other campaigns are more private and don't belong on the website. Is there any way to filter what items are included in the RSS?
What I've done so far is divide our Sendy into two brands ('Email' and 'Newsletter'), which solves the RSS problem but is awkward in terms of keeping lists synchronized.
What is the best way around this?
Thanks,
Alex
This discussion has been closed.
Comments
Hi,
When you write code to parse the RSS feed on your website, you can write a conditional statement to detect certain words in your subject line, if they match, then don’t display it. That’s one way I can think of.
Thanks.
Best regards,
Ben
Thanks, Ben, I'll give that a try.