Hi, im trying to test webhook connected to Airtable, but every time i try to test it while the webhook is well connected in airtable, it seems like the webhook is not getting the data and is still waiting for a trigger event,
No error message
Workflow is just a webhook trigger node,
I can add mor details to my request just ask me,
Thank you
Yes the block code helps a lot! It give me a view of the exact version and properties you are using. It also helps me copy it into my instance for testing. So code blocks help us troubleshoot your issue. It tells me whether you have a POST, PUT, GET method and what the url is you configured. Currently I have to guess those things and assume.
But to keep this simple, you should execute the url in either postman or your browser (ONLY if it’s a GET). This will then trugger the webhook node. For example in the webhook properties, there is a test url you need to open