- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @SørenKring ,
I don't know whether I got the problem correctly, but from what I understood, you will be sending 3 deliveries say a,b and c in each blast. Between each blast there will be 30d gap. You need to exclude the recipients that have registered on a particular service from the next email blast. Please check whether the following workflow skeleton matches your requirement.
Initially there would be a query to fetch the desired candidates. Then send deliveries a,b and c. Also after 30d, an enrichment would be executed from the same target. You can check whether the field corresponding to the online service registration have been filled or not in the refining condition of enrichment. Then the AND join causes the entire transitions to wait until the 30d enrichment transition is ready. Make the enrichment as primary set of AND join and then can send the next blast. Then the same kind of operations can be done to filter out the registered records from the third email burst. But I am not sure whether there would be any performance issues for keeping the worktable alive for so long.