I need to create a list with different conditions based on embedded data and volumes associated to those conditions. Like quotas for list creation within my all directory. Take this use case as example:
From all my directory contacts I need a random selection of
- 50 clients with embedded data Segment = A; embedded data Branch = AAA; embedded data Country = Portugal
- 24 clients with embedded data Segment = A; embedded data Branch = BBB; embedded data Country = Portugal
- 36 clients with embedded data Segment = B; embedded data Branch = AAA; embedded data Country = Spain
- etc.
The goal is to send just the amount of invitations need to accomplish a response quota. The numbers above would be calculated having in mind the historical response rate.
Any ideas?