I tried this scenario with google and Bob Dylan and it works.
But when I take the webhook-url and insert it to my book-like-a-boss-bookings I don’t get any data.
(I tried the test- as well as the production-url.)
I also used make.com for testing, if book-like-a-boss-webhook-data got sent in general - and this works, too.
But why I cannot connect my book-like-a-boss-data with my n8n-workflow?
Thank you and best regards
Martin
Information on your n8n setup
n8n version: 0.215.1
Database you’re using (default: SQLite):
Running n8n with the execution process [own(default), main]: own
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker
I just want to add… What request type are you making? The Webhook node is set to use a Get request not a post request so it should work from your browser, It is also worth confirming that your Webhook URL doesn’t start with http://localhost:5678.
When you say the connection to BLAB doesn’t work does it output anything and is your workflow set to be active? I have not used BLAB so I am not sure what kind of response they expect back but that could also be an issue.
Quick update - Just signed up for a trial account of BLAB, You need to set the HTTP Method to POST and once that is done you can use webhook-test if you are using a test event or just webhook if the workflow is active.
You are spot on there, So you would use Get to get data and Post to send data. The BLAB webhook is sending data to you so you would need to tell the webhook node to accept that kind of request.