Sending emails at random intervals

Hey everyone,

I’m looking to schedule email campaigns that send out emails to my list at random intervals (so not: send an email every 30 seconds exactly). This will help a lot with deliverability and staying out of SPAM.

However I can’t really think of any ways to get this done. Any tips? :slight_smile:

What if I for example use the SendGrid plugin and schedule an API workflow on a list of things, how would I configure the below to send emails at current date/time + (random number between 20 and 54 seconds)?

image

If you send a list of backend scheduled workflows, you can add a delay, I’d just use that :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.