I am a newbie.. I have build a couple of AI chatbots that work well local… I want to share them with my collegues over the internet. I have managed to have my localhost:xxxx over the internet with cloudflare but I want to share the agents I built the same way after usung cloudflare I can use
Hi @kryten4b Welcome!
First make sure you setup your webhook URL as your cloudflare url before running n8n , and once your n8n shows up to the cloudFlare URL, then you will be able to share that link cause currently it is LocalHost due to the fact that you have not set the WEBHOOK_URL correctly, also if you are using windows then before running n8n write the command set WEBHOOK_URL=yourURL in the CLI and then run n8n in the same shell, kinda same goes with linux but it is just export instead of set that’s it, just make sure your n8n loads up completely on that URL and everything would show up on that URL even your chat!
Once you set WEBHOOK_URL=https://n8n.xxxx.com/ like mentioned above and restart n8n, your chat agent URL will become https://n8n.xxxx.com/webhook/16f6fae6-77ec-4e50-b12a-307b28796e9c/chat and you can share that directly. One thing to watch out for though, make sure the workflow is actually toggled to Active and not just running in test mode, because test webhooks only work while you have the canvas open.