Hello!
We're working on a campaign that would assign email personalization (From Address, Body Copy, etc) to one of three representatives.
In theory how it would work is:
My question is if this is the best way to handle this, especially in possibilities where there may only be 1 qualifying Lead on some days without having to send to a list and wait for more than one potential Recipient?
Solved! Go to Solution.
Not sure what you mean by the last part (“... only be 1 qualifying lead...”).
If there’s only 1 lead, the other 2 sends wouldn’t go to anyone, but how else could it work?
Also, you may not need to use Random Sample at all here. You can randomize the content using Velocity itself.
Not sure what you mean by the last part (“... only be 1 qualifying lead...”).
If there’s only 1 lead, the other 2 sends wouldn’t go to anyone, but how else could it work?
Also, you may not need to use Random Sample at all here. You can randomize the content using Velocity itself.
Ah apologies, let me re-phrase that:
Essentially this would assign the score of 1-3 with a Data Change and then all recipients would receive the email just with the different personalization based on the score.
Oh, there's randomization in Velocity? I guess I did not think about that - I'll look into it! Thank you!!
Oh, there's randomization in Velocity? I guess I did not think about that - I'll look into it! Thank you!!
Yes, $math.random(1,4)
will give you a random value between 1 and 3.