Your software
My Mautic version is: 5
Your problem
I have a similar situation like a classifieds site, where people can sign up for weekly digests per category. But if there are no new ads in one category, no email should be sent.
So basically:
I find an interesting category on the website.
I add my email to the newsletter form.
If there are news next week (and the following), I’ll receive an email.
The news will be loaded from the web site dynamically (for my category of interest) and rendered into my email.
If there are none, I’ll not receive an email.
Is this possible with Mautic? If so, how?
Or do I need another software in the middle for the business logic?