I have a webhook listening for a Stripe message to tell me a customer has completed a transaction. Stripe also sends back data in JSON, and I can see that data in the scenario history in the webhook result:
but the fields are not accessible to downstream modules.
I have the webhook configured for JSON pass-through
1 Like
Welcome to the Make community!
You can do that by setting the Webhook “JSON Pass-through” to NO (it is “No” by default), when creating or editing a webhook.
Then, you will be able to map the variables in later modules.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
1 Like
Thanks, this seems to fix it. I think I was getting tripped up b/c I was not hitting the “Run Once” button, I was just resending the data from the Stripe side and even though the History showed the data as coming through, the variables were not getting mapped (my scenarios is set to “Immediately as data arrives”). I guess I need to revisit how that works. In any case, looks like I can move ahead. Thanks again!