Re: How can I pull up lead records across instances?

Robb_Barrett
Level 10

Hello,

We use two instances of Marketo.  I would like to be able to create a link in an email of one instance that would lead to a landing page of another instance and prepopulate the form with the lead details.  Can someone show me or discuss some ideas?  This is a case where a lead is routed to one instance but should be re-routed to another instance because it is the wrong product line.

Robb Barrett
Tags (3)
3 REPLIES 3
Andy_Varshneya1
Level 9

Your best bet would be to build the forms with the fields populating the field values from queryparameters and then building the links with tokens to populate the correct values.

i.e. Link = info.example.com/landing-page.html?first_name={{lead.First Name}}&last_name={{lead.Last Name}}&phone={{lead.Phone Number}}...

This isn't very secure at all but it's probably the lowest effort way of doing this.

Dimas_Martadarm
Level 1

Robb, I'm interested in knowing if you've had any developments with a solution for this.

Robb_Barrett
Level 10

No luck

Robb Barrett