I need to trigger an e-mail to send based on a status change of a salesforce opportunity.
I need to include in the e-mail the content of a field on the opportunity - a reason/description field.
How can I get or create a token to pull that field from the opportunity and insert it in the body of the e-mail?
Solved! Go to Solution.
Hi David,
You can use script tokens to pull info from the Opportunity object into an email. http://docs.marketo.com/display/public/DOCS/Create+an+Email+Script+Token
Hi David,
You can use script tokens to pull info from the Opportunity object into an email. http://docs.marketo.com/display/public/DOCS/Create+an+Email+Script+Token
Awesome, thank you.