Re: Get lead by ID

Anonymous
Not applicable

Get lead by ID

Hello, I am trying to launch a campaign in witch I have an outside partner landing page that sends to marketo an ID, it is the maketo ID sent on an email marketing prevously and now is returning as parameter on a specific list via webservice.

What i have to do is get this id, and check in the marketo database all its information and put it in an oparational email.
I think that a trigger by the time the ID is added on the list is the best solution, but i dont know how to retrieve data based on this ID.

Thank you
Tags (1)
2 REPLIES 2
Jep_Castelein2
Level 10

Re: Get lead by ID

Are you doing this manually in the Marketo User Interface or do you want to do this via the API? 

To look up in the user interface, use a link like this: 
https://app-sjf.marketo.com/leadDatabase/loadLeadDetail?leadId=1
You may have to change the pod (I'm on app-sjf) and of course you need to change the LeadId

If you use the API, you can use Get Lead by ID (REST API) or getLead (SOAP API)
 
Anonymous
Not applicable

Re: Get lead by ID

Thank you Jep, can i use webhooks in this url ? How can i see the Json or Xml reponse file ?