Munchkin Associate Lead Not Wokring | Community
Skip to main content
December 30, 2014
Question

Munchkin Associate Lead Not Wokring

  • December 30, 2014
  • 3 replies
  • 1151 views
Hello Community,
I am tryring to associate/create a Lead from the external website (Dummy HTML page in my case) into the Marketo using Munchkin API (AssociateLead function).

I can see (in Inspect Element) that WebEvent call for Associate Lead has been made but I am corresponding Lead is not getting created in the Marketo.

Can anyone please help me in debugging the issue ?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Josh_Hill13
Level 10
December 30, 2014
you'll have to post your page or code.
December 31, 2014
As Josh mentioned, to help debug can you post your code?

An alternative is to the Marketo REST API Associate Lead endpoint:
http://developers.marketo.com/documentation/rest/associate-lead/
December 31, 2014
Thank you Josh/Murtza for your replies.
But the good news is that we were able to resolve the issue internally .
The problem was with the hash code that we were sending as one of the parameter for AssociateLead function.

However the problem that we are now facing is that the Secret Munchkin API Key that was used for generating the hash code is exposed in the script . We need to somehow make it hidden or unavailable in the Javscript. We are trying out different solutions to acheive that.   

@Murtza : Ill definitely check/try on REST APIs.  

Thankyou once again...