Hello,
I plan on adding a token to an email link that resides in one of my email blasts. Here are some questions:
Example -
Click Here to learn more about our services.
Note: This email is crafted so that our clients are receiving messages from certain Sales Reps (Looks like it's coming from the rep via my tokens).
I want a prospect or client to click the 'Click Here' link and it will open a new email to their respective Sales Rep.
1. Would the logic look like this:
mailto:{{company.Account Owner Email Address:default=info@sample.com}} I am using a sample address for the sake of the example, if the token cannot recognize the client's rep).
2. Do I need to incoporate mailto: in my string?
Thanks,
David