Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yep, we use this on another web hook. Can't remember where i stumbled on the [0].key idea but it works very well.
Sanford, thanks for your time in working through this. This worked. I guess i need to remember to "turn it off and on again" when things don't work in Marketo.
I guess that's what i get for trying to protect some of the values / keys by retyping them.To test your comment about "updatable via web hook", because I am unsure where or how to control that, I have another lead field 'franchiseNumber' which is currently updated via another web hook and has been w...
Sanford,Thanks for the reply and the close eye. I've confirmed this was just at typo in my question. Properly written as `results.config.show` in my field mapping.I'd prefer that I was just that blind, and it wouldn't be the first time.Regards,Caleb
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 res...