Munchkin Associate Lead Not Wokring

Anonymous
Not applicable

Munchkin Associate Lead Not Wokring

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 ?
Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Munchkin Associate Lead Not Wokring

you'll have to post your page or code.
Anonymous
Not applicable

Re: Munchkin Associate Lead Not Wokring

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/
Anonymous
Not applicable

Re: Munchkin Associate Lead Not Wokring

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...