Hi,
I’ve got this webhook catcher (not email) working. I’m sending in the recordid and a PDF from Nest Forms to a Tadabase webhook endpoint.
Setup details:
-
Source: Nest Forms webhook
-
Payload: recordid + PDF file (multipart/form-data)
-
Tadabase endpoint: Webhook catcher
-
Action: Find record by recordid → Update record with uploaded PDF
-
File sizes: Typically 50–200 KB (last failed attempt was only 57 KB)
It only succeeds on the first try about 40% of the time. Every time I re-run the webhook manually, it succeeds — which would suggest there’s no issue with the incoming JSON or file format.
Has anyone else experienced intermittent webhook success like this, or found a reliable workaround?
Thanks,
Noel