We want to send custom html to our customer based upon their preferences.
There can be potentially 7 different version of the email.
Is it possible to save the html into 7 rows of custom objects and then create email token for each of the 7 versions then using velocity script pick out the right custom object for each email receipient. We would use the APIs to update the 7 custom object automatically through a scheduled task.
Looking at the documentation, it seems like the custom object is linked to lead record by email address.
Can velocity script pull out all object regardless of the relationship between custom object and lead record?
Thanks.