Wait before sending e-mails

Hello,

I want to send e-mails from a json list but I need to send mails by batches. Each batch 20 emails and wait 1 hour (not to be a spammer) and continue where left off.

How can I do that?

Thank yo in advance

Hi @No_Name, how about you add a Wait node as the first node after your Split in Batches node? That way, you could easily wait 1 hour before actually processing each batch.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.