Typeform Webhook Node Not Receiving Data in n8n

Hello Everyone,
This is my first post here.

I’m using the Typeform node with a webhook in n8n. Although the webhook is connected, and I’m submitting the form as a test, the node stays stuck on “Listening for event” and never receives any test data.

I’ve confirmed that the webhook URL is correct and mapped in Typeform, and that the form submission goes through.

Has anyone seen this issue before or know what might be causing the test event to not register in n8n?

Hey @Kristen_M ,

Are you self hosting n8n or the cloud version ?
Are you testing the test webhook url or the production one ?

I’d need more info to be able to help

Jm

Hi @mrrobot,

Thank you so much for responding!
I’m using the n8n cloud version, not self-hosted.

For the webhook, I was testing using the “Test” webhook URL in the workflow editor (the one that says “Listening for event”). I didn’t switch to the production URL during testing.

Should I be using the production webhook URL instead? Or is there something else I might be missing?

Thanks for the info

If you’re on the test Url click on the node and click onthe button
“listen for test event” and test your form

Let me know if that works

Thanks so much @mrrobot!

Yes, I did click “Listen for test event” like in your screenshot, and then I submitted the Typeform, but unfortunately, n8n still didn’t receive any data.

The test event never completed and just kept spinning.

Do you think it could be something with Typeform settings, or should I be trying with the production URL instead?

I have two other ideas in mind

1st- what is the http method used in your node. Make sure you’re are using the right one
2nd - there’s a typeform trigger node - have you tried that ?