ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

Feature: Only send out RSS email if there is a new post #46

Open nextafter-dan opened 2 years ago

nextafter-dan commented 2 years ago

Many other email platforms have RSS emails but only send out when there is a new post available. Since the standard way to set up these emails to be ongoing is through a campaign, do you think it would make sense to extend Mautic to add a decision to the campaign options that would check if a new post was added to the RSS feed? Or add it as a plugin feature option to check for new posts?

ChrisRAoW commented 2 years ago

@nextafter-dan This would be a really neat feature indeed. I think the way to go would be a campaign with an action that checks if there is a new post. But I think it will be quite complex to integrate. If I find some time I will dive into it.