Where I can use N8N product?

I don’t understand, where I can use the product I’ve created here. I’ve watched several videos on the topic, but none of them show or explain where the end user can actually use the product. How can the product be integrated into a website, other software, etc.? It would be quite strange if the user had to log in to the n8n website every time just to use a small chat widget at the bottom of a page.

To let others use the product you created in n8n:

  • :white_check_mark: Use a Webhook inside n8n.
  • :link: Copy the Webhook URL.
  • :globe_with_meridians: Connect this URL to any app or website (e.g. a form, bot, webpage) using an API (HTTP POST/GET request).

or anther apps (Socail Media ,E-mail, …)
:left_arrow_curving_right: This way, the user can interact with your product without ever accessing n8n directly.

It sounds like you’re trying to find a solution to use n8n for instead of finding the right tool for the job. A few examples i am using n8n for:

  1. Intelligent chat bot via Whatsapp
  2. Intelligent chat bot via Telegram
  3. API layer for webapps connecting an app / web app to a backend database
  4. Integration layer, for example syncing employee records between various systems, Harvest, Google, Payspace, Slack etc.
  5. Processing of data, reading an invoice, using an agent to read the data into json and then pushing that into a system
  6. Processing CVs/Resumes from candidates and pushing the data into a database for a web portal to use and generate a conformed resume format to send to clients
  7. Pushing errors from one system into a google sheet
  8. Processing company project profiles from a google sheet, sending it to an LLM to rewrite in a professional manner, and writing that back into a google sheet
  9. Automatically generating a templated proposal document from a google sheet which the client details, running it through an LLM for the base of the proposal and then generating a google doc for further manual editing.
  10. Building worker AI Agents for generating social media content for Instagram / LinkedIn Posts
  11. Building AI Agents to research a specific topic given on a Webform / Google sheet, generate blog content, generate an image or two, posting to a website like Wordpress or others
  12. Build a RAG agent to enable a chat bot with domain specific information.
  13. Scrape websites for product data. Use it for price comparisons etc

The list goes on. Have a look at the exmample templates for more ideas.
The point of the n8n tool is to build workflow autimations. Things a human have to do manually, you can automate most of the way and even completely.

As for answering your question, no you wont ever give an enduser the chat window inside of your n8n editor instance. When you click the chat node and look at the top, you can share an external facing chat window you can embed on your website

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.