How can I pull up lead records across instances?

Robb_Barrett
Marketo Employee

How can I pull up lead records across instances?

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
Dimas_Martadarm
Level 1

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

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

Robb_Barrett
Marketo Employee

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

No luck

Robb Barrett
Andy_Varshneya1
Level 9

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

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.