Hi all,
Local setup of N8N, Win11, not using Docker.
I have spent a day trying to figure out why I can’t do this:
Flow A, gets triggered via Webhook, accepts some parameters and that’s it.
I can run this via Postman, curl and the browser with no problem at all.
Flow B, has a HTTP Request node, and this node is calling the webhook for Flow A. But no matter what I do, I can’t get it to work.
I feel this is a very simple thing that I’m missing.
Any ideas?