How can I pull up lead records across instances? | Community
Skip to main content
Robb_Barrett
Level 10
September 9, 2015
Question

How can I pull up lead records across instances?

  • September 9, 2015
  • 2 replies
  • 1816 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Dimas_Martadarm
Level 2
March 21, 2016

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

Robb_Barrett
Level 10
March 22, 2016

No luck

Robb Barrett
Andy_Varshneya1
Level 7
March 21, 2016

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.