Using free trial, on 1.99.1 version
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
You’re supposed to hit the url the webhook gives you for the test to proceed. You can use Postman to test the webhook
I tried using test URL with post method, webflow still waiting for trigger event when i hit the test button on airtable
Try and refresh the browser. Sometimes the n8n ide gets stuck
I even tried to do it on a other n8n account on an other pc, but it still looking for an event trigger, but i’ll try it thanks
Can you share your workflow in a code block so I can try and run it on my side
Its just a simple webhook trigger, is the blockcode really helpfull?
Maybe you can give me a test webhook url and run a test event while i’ll try to send the data with airtable
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