Reprocessing Webhook from Non-Make.com Module

Hey! I recorded a Loom to walk through some issues I’m having with reprocessing a webhook in Postman. I think it might be related to the Tally form module, and I could really use some insights on this

hey @Adrian_Waldron ,
Its a little difficult to see the exact issue thats happening here but I will try and explain.

Tally is sending a webhook in a certain structure, that structure is not the most readable/manageable. As a result, the people who have developed this app created a custom function to parse this information and output it the way you see in the module.
The error you are seeing is that function failing to parse the incoming payload, this means that what you are sending it is not the structure that Tally is actually sending originally.
What I would do is maybe try to export the output bundle of a working example and see what they are actually sending and try to match that.