Listen for Webhook in Typebot not executing
I am using HTTP POST request to send the resultId on n8n and then added a node "listen for webhook" on typebot, but when I am executing it through n8n with the resultId it's giving OK response but the bot is still stuck,
n8n and typebot are both in production mode not test mode.




2 Replies
This implementation seems strange
What are you trying to achieve exactly?
You don't need the Webhook block to return data from N8N to Typebot, just use the HTTP request block
it's just for learning the Listen For Webhook node execution which waits for a response but it doesn't execute, I am currently not even trying to send the data just the webhook to get a response and typebot to move forward
if I do this on test url it works fine but after publishing it and using the link it doesn't work even if it's getting executed on n8n
I fixed the issue, the thing is typebot doesn't quickly get to the "listen for webhook" that fast so I used a delay on n8n when sending HTTP request and turns out it takes at least 4 seconds.