Reasonably comfortable with Make, but have an interesting use-case which is just stumping me!
Context:
Client has a cohort-based course they run 6 times a year. It’s a 28-day course
They want to be able to run a scenario, grab the participants from ConvertKit, add them into a specific Slack channel (that’s all easy to do )
Question:
They also want to be able to set the date they should all get booted out (after 28 days). This is where I’m getting stuck.
I presume a 28 day delay in the scenario isn’t best practice. I thought another approach could be to set up a ‘run’ to trigger on a specific date/time in future. Kinda like a Scheduled workflow in Bubble (for those familiar). You may have multiple of these future scenario runs logged in a table, waiting to run on a specific date/time.
It feels like there should be a good way to do this in Make. Any approaches welcome!
You can definitely use Cronhooks for this. Super useful for use cases like the one your having. Basically triggers a webhook to kickstart a scenario at a specified date.
So when you add them to Slack, create a new cronhook to fire 28 days from now. Then have the removal scenario trigger by a webhook (submitted to Cronhooks).