SOLVED

Link directly to leads

Go to solution
Anonymous
Not applicable

Is there a way to send out a notification email when a lead comes in that has a direct link to the lead in the system?

I just want an email that says something like "click here to view the lead" and is linked directly to a lead like "https://app-sjp.marketo.com/leadDatabase/loadLeadDetail?leadId=3255743"

1 ACCEPTED SOLUTION
Grégoire_Miche2
Level 10
1 REPLY 1
Grégoire_Miche2
Level 10

Hi David,

use the {{lead.ID}} token. set you link href as "https://app-sjp.marketo.com/leadDatabase/loadLeadDetail?leadId={{lead.id}}"

-Greg