I have integrated razorpay module to google sheets to view real time payments, however I am unable to view/store the webhook in raw json form, and “make” is suggesting me pre-defined columns and not raw webhook I am receiving, if this happens I can parse the razorpay json to json module. Which will solve the problem
Hello there @Ankit_Bandyopadhyay welcome to the community
I really appreciate you stepping in and sharing your experience
I have to admit that the wording of your post is a tiny bit unclear to me. Not sure if you’re looking for help or if you managed to figure this out and wanted to let us know.
In the latter case, awesome! It would, however, be super helpful if you could share some info/screenshots about how you managed to make this work. Thanks to that, the community will then be able to learn from your solution.
Thanks a lot and keep up the good work
Hi Michaela,
When integrating with razorpay module where I am storing the webhook in google sheets, there are lot of key values in json ( of that webhook) which is not decoded by “make”. therefore, I wanted to know if there is any way to view the raw json and push it to json module.