SOLVED

Links to tokens

Go to solution
Anonymous
Not applicable

Links to tokens

I would like to make a "contact me" clickable link go to a token (lead owner email).  How can this be done?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Links to tokens

To make a link clickable with a token. Highlight "Contact Me" and click on the link button.

Then for the link url use the token: {{lead.Lead Owner Email Address:default=edit me}}
(that is the token if using Salesforce, not sure if it is different for other CRMs)

I would place a default in the edit me section just in case a record does not have a lead owner.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: Links to tokens

To make a link clickable with a token. Highlight "Contact Me" and click on the link button.

Then for the link url use the token: {{lead.Lead Owner Email Address:default=edit me}}
(that is the token if using Salesforce, not sure if it is different for other CRMs)

I would place a default in the edit me section just in case a record does not have a lead owner.

Anonymous
Not applicable

Re: Links to tokens

Also note that in order to test the link to make sure it is working, you need to send it out through a campaign not through a test.
Anonymous
Not applicable

Re: Links to tokens

Thanks!  that's super-helpful.  One more quetion...  So, if I want the link to be an email address do I type in the "Link URL" box:
mailto: first and then the token?

mailto:{{lead.Lead Owner Email Address:default=info@mycompany.com}}



Anonymous
Not applicable

Re: Links to tokens

Yes, that way it will automatically open up a new email.

Sorry for not including that before.