We have a data extension in marketing cloudMarketing Cloud which has the following fields. first name (email), last name (text), email(email),alternateemail(text), customer id(number).:
- first name (email)
- last name (text)
- email (email)
- alternateemail (text)
- customer id (number)
We have customers who use 2 email id like work and home email and we want to send an email campaign to both email ids per record. The standard out of the box marketing cloudMarketing Cloud does not send to both email ids and so we are thinking of using an ampscriptAMPScript which can send the emails out.
Did any of you come across this scenario and if so can you share some ampscriptAMPScript snippets which would query this data extensionData Extension and send 2 emails per record in the data extensionData Extension? Thanks Buyan