Triggered Random sends based on time | Community
Skip to main content
Michael_McGowa1
New Participant
September 24, 2020
Solved

Triggered Random sends based on time

  • September 24, 2020
  • 1 reply
  • 1363 views

I want to set up an experiment where 50% of the welcome emails go out immediately (it's a triggered email by an API call), and the rest go out 30 minutes later. Please take a look at the flow steps. Is this correct? My concern is that those who received the welcome email immediately will also receive it 30 minutes later.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

While this is workable as-is, I would recommend avoiding Activity Log "lookback filters" whenever you can, for the sake of your instance.

 

Instead, use the Random Sample to do something that can be checked outside of the ActLog itself, such as adding people to a Program with one of 2 statuses. Then use those statuses to determine whether to Wait or not.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 24, 2020

While this is workable as-is, I would recommend avoiding Activity Log "lookback filters" whenever you can, for the sake of your instance.

 

Instead, use the Random Sample to do something that can be checked outside of the ActLog itself, such as adding people to a Program with one of 2 statuses. Then use those statuses to determine whether to Wait or not.