How do I link n8n to my website hosted on my own server?

I created a website hosted on my server. I would like to link it to n8n to create automation systems?

Thank you :slight_smile:

Hey @rabiya59, could you explain in a bit more detail what you want to do?

By linking, do you mean you want to link an n8n workflow to content on your site? Or in other words, use n8n to manage/update your website?

Effectively, I would like to use n8n to manage my website.

So you could use n8n to simply serve valid HTML.

Static HTML Example

image

This approach might be fine for a simple form but can get out of hand really fast otherwise though, so I wouldn’t recommend it for many use cases.

A more elegant approach would be to use a CRM system (Wordpress, Contentful, etc.) to manage your website and then have n8n connect to it.

Thank you :slight_smile: I have another question :slight_smile: Can I drop json files on server using n8n?