SOLVED

Webhook response mapping not updating lead

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: Webhook response mapping not updating lead

Well, you didn't have to until this bug cropped up recently. The webhook config is supposed to be editable! So you should open a case if you get a chance, need more pressure for a fix.

Michael_Tucker1
Level 4

Re: Webhook response mapping not updating lead

Glad this was resolved. Sometimes I run into issues when the response isn't mapped using an index value for the vector... Your JSON response isn't configured this way, but if there were no "response" array title, it's valid to have "[0].id" that would write the value 2 to whatever Marketo field you mapped that to... 

Just food for thought for response mapping issues... 

Michael Tucker
Caleb_Williams
Level 2

Re: Webhook response mapping not updating lead

Yep, we use this on another web hook. Can't remember where i stumbled on the [0].key idea but it works very well.