For starters, I am using n8n.io as my actual webhook.
In n8n.io, I have built a webhook to receive some information. It looks like this:
In Glide, I have copied that exact URL from the webhook and made a Trigger Webhook action on when a button is pressed. That action looks like this:
I also have logs from my action showing that the Trigger Webhook action is triggering on Glide’s end:
My n8n.io webhook is never receiving the Trigger Webhook action.
I reached out to Glide support who told me it is an issue with the URL.
The thing is, I know it’s not an issue with the URL because I have tested the same URL on Postman and ThunderClient which can trigger my webhook completely fine.
I have also remade both the n8n.io flow and the Glide webhook many times just to make sure.
Glide support also informed me it is a 404 error, meaning that Glide cannot find my n8n.io webhook.
I am pretty much at a loss right now. I would greatly appreciate any help or suggestions.