Using Random Sample with Request Campaign
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:
- Request Campaign
Choice 1: If Random Sample is 25% - Request Campaign X (otherwise do nothing) - Wait 1 hour
- Request Campaign
Choice 1: If Random Sample is 25% - Request Campaign X (otherwise do nothing) - Wait 1 hour
- Request Campaign
Choice 1: If Random Sample is 25% - Request Campaign X (otherwise do nothing) - Wait 1 hour
- Choice 1: If Random Sample is 25% - Request Campaign X (otherwise do nothing)
Would that effectively split the large list into 4 parts and send one group per hour?