How to implement Randomized Drips and Daily Limits in Mautic 7

My Mautic version is: v7.0.1
My PHP version is: 8.3.30
My Database type and version is: 10.11.16-MariaDB-ubu2204
I installed Mautic via: Docker

Hi all,

I’m a new Mautic 7 user. I need to send to large segments while avoiding SPAM filters by using randomized sending intervals and daily volume caps.

I would prefer not to use the Campaign Builder for this as it feels over-engineered for a simple broadcast drip.

My Questions:

  1. Are there any community-maintained plugins or scripts for Mautic 7 that introduce a “Random Jitter” between sends?

  2. Does anyone specific Cron configurations to simulate a random sending window throughout the day?

  3. Is there a way to handle “Daily Caps” per segment without having to manually pause and resume cron jobs or set from the back?

  4. Is there anyway to set the limit of the total send email per day/per min/per hour, for entire mautic, no matter what type of email send it is, without having configure from the back?

I truly appreciate your time and any guidance you can share. Thank you for your attention to this request!