- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Carefull about kind of implementation like "grabbing a whole memo field to personalize an email":
If the memo field is common to all recipients of the delivery, you'll then have use a delivery variable like here:
Add variables from a Workflow in a Delivery in Adobe Campaign | Blog by Florian Courgey
You can create also a personnalization block dynamically that will be included in the delivery
The reason is about how works AC with personnalization data:
it creates what we call "delivery parts" that is a kind of package regrouping the template code and and an amount of personnalization data for each recipients.
More you are using personnalization data, more the "delivery part" will be heavy... More it is heavy, more it will take time to send the emails: if you have other deliveries to be sent at the same time, it will then create a bottleneck