How to connect n8n with a website

Describe the problem/error/question

I have been designing an ai n8n personal assistant and I want to figure out if there is a way to connect it to some sort of website so I can access it via the internet instead of through n8n or like telegram, any ideas?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: latest
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm - self hosted
  • Operating system: Windows 11

You can use webhook node . please try it .

@JHH You can refer this video

Ideally you would have many options some them include:

  • directly integrating through a node (you will use credentials for example)
  • webhook node

it really depends on what you want to do so if you can give more details, it will give us a chance to help you!

Thanks

Sweet, thanks for the advice, I will have a look into it.