Delay sending email from gmail module

Hi
I have a CSV file with email addresses that I load using the Google Drive module, then I parse it with the CSV module, and finally, I send it by email with Gmail module. Is there any possibility of adding a delay between each sending?
thanks in advance

Hey there @Karendon_seisysiete - to answer your question, yes it is possible to add a “delay”. In make there is a “sleep” module that you could use to do that. What you would do is set all your content you’re getting ready to send in a variable, add a sleep module connecting to this, and then have your email module (see below)

Now, if you’re looking to send at a specific time, that is a bit of a different setup. If that’s what you’re looking for I’m happy to outline that as well.

Hope this helps!

2 Likes

Hello @workflowsy, nice trick, it worked for me on the first try, thank you very much.

3 Likes