I’ve gone through the docs and explored the builder, but I’m not clear if this is possible - and would love to know before digging in too far
I have a dynamic campaign I want to set up in Mautic where both the content and the number of emails sent are determined by what’s in our database.
The workflow I imagined was
- retrieve data from our postgres db (via send a webhook?)
- If a particular value matches what’s in a contact’s custom field, fire off an email using the content received from the db
- Wait a day and repeat the process until that second step returns false.
I know I can do this via n8n working directly with postmark, but I’d love to use Mautic’s analytics and subscriber history.
Any insight would be very much appreciated!
Mitch