Customization in Personalized Email Campaign
If we are using the Email Experience Manager for daily news camping and we have list of recipient they should receive this email daily if the is only new news added
in this case we can simply overwrite the sent pipline to make sure that we have news.
but what if the list of news personalized to the recipient . in this case
recipient 1 maybe have news while recipient 2 didn't to solve this we can do
Added hidden field to the generated email a
Set the value of SendEmail in page load
and in the sent pipeline we can check if the flag is in the SendEmail = true we send the message other wise we know that this message is empty and we can ignore sending the message
then you have to update your configurations
in this case we can simply overwrite the sent pipline to make sure that we have news.
but what if the list of news personalized to the recipient . in this case
recipient 1 maybe have news while recipient 2 didn't to solve this we can do
Added hidden field to the generated email a
Set the value of SendEmail in page load
and in the sent pipeline we can check if the flag is in the SendEmail = true we send the message other wise we know that this message is empty and we can ignore sending the message
then you have to update your configurations
Comments
Post a Comment