I have followed that one since conception but it is lacking a bit of depth with what we can do.
Logicify has a bit more scope for future tasks I plan to do with woocommerce
Both use simplexml and TWIG
My question would be more broadly the approach when we play with these grouped elements as the struggle is for both plugins and they both should approach the twig and simplexml the same.
so you can create a test e-mail with the tag {{ dump(item) }} for example to see how the data is organized inside.
I have not played with twig inside mautic yet (still didn’t have the opportunity, but I am definitely interested)
but my experience with tokens inside mautic is that the token remain intacted if mautic itself don’t recognize it.
What I have used in the past is the ElasticEmail Service feature, it also have their own token/script tags which also can pull data from an rss and even html page. unfortunately not all my customers use ElasticEmail and I could not find another SMTP service with a similar feature. elasticEmail tokens uses single and sometime double brackets ({} or {{}}) and mautic forwarded those tokens with no issue, while processing the tokens mautic recognize it.
it can be very useful, take a look: How to use merge fields | Elastic Email Help Center
I am curious about this plugin, do you know if it renders the rss feed by the time you build the e-mail or when it sends?
for example, if I write
There is the ability to pass through the contacts segment to the rss, so I would assume* that it would allow you to pass through a contacts email.
One thing I did a while back was I modified the email helper so I could attach an external PDF remotely.
What I discovered tho, was it played funny with the email batches, which defaults to 100.
Something to be mindful as you test is to check the email batching
Are you using an middleware to clean up, reassemble and/or combine RSS feeds?
Alot of the feeds I have lack images and the tags vary - looking at potentially setting up a basic wordpress to import the blog articles with all the meta and then reassemble the RSS with clean/optimised and more importantly standardise the XML/JSON feeds.
Was hoping https://feedly.com/ but they dont offer a RSS output from what I could see
Hoping I could find something off the shelf before I go through all the effort of building something new
I’m too lazy, so I often parse and reformat the xml to prepare for the plugin to consume it according to its picky taste.
Especially with the Content Optimizer plugin it is useful. You can define segment Tag which allows Mautic to display the content to that specific segment.