I have a large number of contacts (250K+) that I need to pass through a trigger campaign. If I send them all at once, it causes a backlog in the Campaign Queue.
I was thinking I could use Random Sample in a series of Request Campaign flow steps to send a chunk at a time.
Something like this:
Would that effectively split the large list into 4 parts and send one group per hour?
Solved! Go to Solution.
@dhig23 You should always use 'Random Sample' in your backend - meaning you should use Random Sample in a separate campaign to add your leads to a list. You can then use 'Member of List' as a choice to request the campaign. This way you know exactly who is going at what time as well!
@dhig23 You should always use 'Random Sample' in your backend - meaning you should use Random Sample in a separate campaign to add your leads to a list. You can then use 'Member of List' as a choice to request the campaign. This way you know exactly who is going at what time as well!
Got it. I'll split the contacts into 4 lists using Random Sample, and then run a separate program to send one list in per hour. Thanks @jsiebert !
Random Sample should also only be used in choices of the same Flow step.