Email Velocity Scripting for Opportunity Account Owner Info
Hello! I'm trying to use Opportunity level data within my emails to let my contacts know who their Account Owner is. The trigger for the email campaign is based on if the Opportunity is updated to a new stage and the Account Owner information is not empty.
For the email script, I only have the below right now by pulling in the fields and checking them off. I don't really need anything other than the info from the fields for the specific triggered opp. When previewing a sample record with this info populated (even those with just one opp), I'm not seeing anything come through. Sample view of what I'm seeing in Marketo:
Edit Script Token
1 ${OpportunityList.get(0).Account_Owner_Name}
2 ${OpportunityList.get(0).Account_Owner_Email}
3 ${OpportunityList.get(0).Account_Owner_Phone}
In an ideal state, I'd love to show it in this format for only the opp related to the trigger event which would be the latest opp:
Account Owner Name: [Account Owner Name field from the Opp level] and if empty, show nothing
Account Owner Email: [Account Owner Email field from the Opp level] and if empty, show nothing
Account Owner Phone: [Account Owner Phone field from the Opp level] and if empty, show nothing
Appreciate any eyes or help on this. Thank you!