How to do personalization for seed addresses | Community
Skip to main content
akashaj7696
Level 3
April 23, 2021
Solved

How to do personalization for seed addresses

  • April 23, 2021
  • 1 reply
  • 1520 views

Hi Everyone,

 

Does anyone knows a way to send the personalized email going to target recipients stored in the database, to the seed addresses as well?

It just has to be first name and last name, but seeds should get their names and not someone who is on the database.

 

Any help is appreciated.

Thanks,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Shinde

Hi @akashaj7696 

 

1. If you are personalizing first name & last name from the Recipient table. Then seed address first name & last name should be present. If the field value for first name & last name is empty in the seed address then random values will be personalized at the time of delivery.

 

2. If you are personalizing the first name & last name from targetData then you need to define that field in the seed address Additional data tab. This will work in normal delivery & not in a recurring delivery. Also in the workflow, you need to add the alias for the respective column starting with @ for example @firstName.

 

Thanks,

Amit

 

1 reply

Amit_ShindeAccepted solution
Level 3
April 24, 2021

Hi @akashaj7696 

 

1. If you are personalizing first name & last name from the Recipient table. Then seed address first name & last name should be present. If the field value for first name & last name is empty in the seed address then random values will be personalized at the time of delivery.

 

2. If you are personalizing the first name & last name from targetData then you need to define that field in the seed address Additional data tab. This will work in normal delivery & not in a recurring delivery. Also in the workflow, you need to add the alias for the respective column starting with @ for example @firstName.

 

Thanks,

Amit

 

akashaj7696
Level 3
April 29, 2021
Thanks for your response Amit.