Can I send recurring daily emails to some segment?

Your software
My Mautic version is: Mautic 3.0.2
My PHP version is: PHP 7.3.20

Your problem
I have a question if this is possible.
We use marketing cloud currently to send daily emails to a large list of users.
It’s like a “daily update” email - marketing cloud template pulls in data from our api, updates email dynamically every day and sends it to a large group of people every day.

Im looking to find out if something like this is possible with mautic?

I’ve read mautic docs and browsed the forum but still can’t figure out if it’s possible.
I thought that scheduling it “at a relative time period” is what it is - but email only goes out once after time specified - so I think it’s not for recurring emailing.

Could someone clarify if I can setup auto-updating email templates and schedule daily recurring emailing?

I think the easiest way is to API in a Broadcast email from the outside.

1 Like

@joeyk just to make sure that I follow - do you mean something like this? using api:
a) Create email
https://developer.mautic.org/#create-email
b) Send to segment:
https://developer.mautic.org/#send-email-to-segment

In my humble opinion this is the fastest way to reach what you want.

this looks very very awesome. I didnt realize initially it was possible with mautic api.
Just looked at the docs and api looks very extensive and polished. Ill proceed onto field testing now.
tyvm. :raised_hands:

Of course it would be better if you could create a Plugin for this function and share it with the community :slight_smile: but the way I suggested is really the fastest. Good luck :slight_smile: