Solved
Dynamically Change Email Link Based on Lead Owner
Hi everyone,
We are wanting to dynamically change a calendar link in an email based on the lead owner. Do you have any suggestions on the best way to go about this?
Hi everyone,
We are wanting to dynamically change a calendar link in an email based on the lead owner. Do you have any suggestions on the best way to go about this?
That's a syntax error. You want:
#if( $lead.Lead_Owner__c == "Mark Heldt" )
<a href="https://calendly.com/mheldt">HERE</a>
#end
Also, please use syntax highlighting when posting code.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.