SOLVED

Webhook response mapping not updating lead

Go to solution
Caleb_Williams
Level 2

I have a webhook that is working and I see the response come back as a JSON as:

	{
"results": {
"id": 2,
"number": "0001",
"name": "city, state",
"ouId": 2,
"config": {
"show1": true,
"show2": true
}
},
"success": true,
"message": "OK"
}‍‍‍‍‍‍‍‍‍‍‍‍‍‍

However my response mapping of result.config.show1 results.config.show1 to a lead field is not updating the lead field. I have tried having the lead field be of type boolean, string, and text area with no change.

Is there an issue with Marketo reading this JSON correctly? Is there another way to get to having those values update a field on the lead? I'm even ok if that means using email scripting to evaluate the JSON.

Thanks,

Caleb


#json #marketo webhooks

Tags (2)
1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Recreate the entire webhook and retest (no, this isn't a wild guess).

View solution in original post

12 REPLIES 12