Debug Webhook 500 error from Tally

Hi, I'm trying to post a form submission from Tally via webhook. I'm able to mock the webhook call via Postman, including Authorization Bearer token and json body; but when tally tries to call the webhook itself, i get a 500 response. Is there any way to debug the call to find what is causing the 500? I'm on windmill cloud.
4 Replies
rubenf
rubenf5mo ago
@Chris @ Konnect3d would recommend capturing the tally request with a webhook capture tool and check what it is sending in that webhook, it will be then easier to see what's wrong. We will work on having better observability on webhook that failed in the future
Chris @ Konnect3d
do you have any suggestion for the webhook capture tool? and thanks much for the quick response
rubenf
rubenf5mo ago
no recommendation but any would work, maybe this: https://requestcatcher.com/ ?
Chris @ Konnect3d
that'll do, thanks much!