Dynamically Changing Sender Name, From Email, and Reply-To on delivery based on data in Adobe Campaign Standard
Hi everyone,
I'm working on a use case in Adobe Campaign Standard (ACS) where we send emails on behalf of multiple people using a singular delivery. I need to dynamically change the sender name, from email address, and reply-to email based on recipient data stored in the Profile dimension.
What I've Tried:
- Using personalization fields like <%= profile.customSenderEmail %> in the advanced parameters of the email delivery.
- Creating a custom content block with similar code to those of the default content blocks,
- e.g. Default sender name: <%@ value object="branding" path="mailParameters/sender Name" %>
- e.g. Custom content block: <%@ value object="profile" path="customSenderEmail" %>" in this example changing the object to look at the Profile targeting dimension rather than the branding object configuration.
Questions:
- How can I modify the From Email Address, Sender Name, and Reply-To Email dynamically using data linked to the profile, utilizing content blocks or personalization fields or both?
- Can I change the object and XPath in the personalization field to point directly to the Profile targeting dimension? If so, what is the correct parameter to pass?
- Will the brand settings in ACS override dynamically set sender details, and if so, how can I prevent that?
Would really appreciate any insights from those who have tackled similar challenges in ACS! Thanks in advance!