Hello,
I am currently setting up some new tables in Baserow and am having a problem creating webhooks.
I want to trigger a webhook in n8n from Baserow. Both systems are running in separate Docker containers and are reachable at the addresses:
https://crm.Company.de (Baserow)
https://n8n.Company.de (n8n)
my webhook url looks like this:
"https://n8n.company.de/webhook-test/test"
There is no authentication required on the webhook.
If I now use this in Baserow to create a webhook call then I get the following error message every time:
“Invalid URL.
The webhook URL is invalid, inaccessible or prohibited.”
I can call the webhook via cUrl without problems.
Does anyone have a tip why it does not work in Baserow?