Let me explain:
We have a Loyalty table that holds up to 10 friends/family members' names and birthdays.
I want to be able to send an email that looks at all those records and pulls out the family member and birthday that meets my criteria (i.e. birthday is in 14 days) as well as enrich the email with that guests' personalised information (i.e. name or age).
i.e. I have the Query I want, which will find anyone's birthday 14 days from now:
but how do I find out which of the 10 meets that criteria so it can be enriched by a delivery?
Thanks
Kevin
Solved! Go to Solution.
It will be good to create 10 such query activities in your workflow, one each for
and so on.
Check the corresponding birthday against the 14 days criteria.
Connect the outgoing transition of all such query activities using a Union.
The only concern I see with this logic is, if two members of the same family have birthday on the same day, this will send an email to only one of them.
Regards,
Vipul
Very good question and increasingly becoming more popular (parent-children, owner-pets, etc.) This is similar in many ways to householding with message personalized using the people of the household.
Is this question related to Campaign Standard or Classic?
Thanks.
This is specific to Adobe Campaign Classic based on the screenshots provided. Campaign Standard does not have this interface.
Thanks,
John
Sorry for late reply. Yes it's for Campaign Classic.
Views
Replies
Total Likes
If anyone has any suggestions as to how if can be done (if at all possible) do let me know
Views
Replies
Total Likes
It will be good to create 10 such query activities in your workflow, one each for
and so on.
Check the corresponding birthday against the 14 days criteria.
Connect the outgoing transition of all such query activities using a Union.
The only concern I see with this logic is, if two members of the same family have birthday on the same day, this will send an email to only one of them.
Regards,
Vipul