Hello.
I have a daily task running at 9pm to send emails. This task processes all the relevant records together in a batch, and sends (for example) six emails.
What I am looking for is a way to process one relevant task at a time, at say, 10-minute intervals, so emails are delayed by 10 minutes each.
I’m thinking there must be a way to manipulate this somehow but can’t quite work out how.
Any suggestions would be welcomed!
Thanks
Roy
Hi Roy,
Assuming all the records you want to process are in the same table, I would suggest utilising Make for this.
You can set up a 10-minute schedule that uses the Search for Records action to return 1 record where the criteria matches, send an email, and then update a field in that record to mark it as ‘email sent’.
When the next 10 minutes comes around, the next record matching the criteria will be processed.
Let me know if that’s helpful!
2 Likes