Webhook doesn't get data

Hi,

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

Does only that example not work or do you not get any webhook node to work?

What does it display you when you call that URL? Is there some kind of error message?

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.

Thank you for your quick response.

@jan The example works. The connection to booking-like-a-boss (BLAB) doesn’t work …


I get nothing displayed when I test booking something via BLAB … (because the webhook doesn’t know that he should be called?!)

@Jon It is a get-request.
The webhook-URL doesn’t mention localhost anywhere.

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.

1 Like

Yes, it works.
Thank you very much.
Just have seen the description that I have to use POST, too …

I always thought, that I have to use GET for getting and POST for sending data …

My prejudice. Stupid. :see_no_evil:

1 Like

Hey @martin23,

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.

Nice to hear you are up and running though :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.