What is your goal?
I want to build a very simple lead email follow-up automation.
When a lead’s status in CRM changes to “Meeting completed”, I want to:
-
automatically send a follow-up email after X days
-
then send additional follow-ups every X days
-
stop the entire sequence immediately as soon as the lead replies by email.
What is the problem & what have you tried?
I initially assumed this could be done by triggering a Make scenario when the CRM status changes then “waiting” X days between emails inside the same scenario.
Obviously, the Sleep module only allows delays up to 300 seconds (5 minutes) therefore Make cannot actually wait days inside a scenario
I’m looking for the correct way to delay execution for multiple days.
Error messages or input/output bundles
There are no error messages.
The main issue is conceptual/architectural, not technical errors:
-
confusion caused by tutorials suggesting long “waits”;
-
uncertainty about the best-practice design pattern in Make for timed follow-ups.

