{
  "name": "Create a branded AI chatbot for websites with Flowise multi-agent chatflows",
  "nodes": [
    {
      "id": "4eebb2dd-0879-4ee3-aa07-f5bc180f3afd",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -720,
        0
      ]
    },
    {
      "id": "cdd4781a-fb3a-492d-80a4-d75841dd458c",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -280,
        0
      ]
    },
    {
      "id": "f63fd39c-014b-428d-81a5-f7a675dbfeac",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -960
      ],
      "parameters": {
        "width": 800,
        "height": 220,
        "content": "### Enable n8n CDN on your website\n<link href=\"https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css\" rel=\"stylesheet\" />\n<script type=\"module\">\n\timport { createChat } from 'https://cdn.jsdelivr.net/n"
      }
    },
    {
      "id": "209a551f-cb0e-42ae-a53d-78a1e2d96640",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -960
      ],
      "parameters": {
        "width": 720,
        "height": 780,
        "content": "## Flowise\n\nFlowise is an open-source, low-code/no-code platform designed to simplify the creation of AI agents and applications powered by large language models (LLMs). It offers a visual interface t"
      }
    },
    {
      "id": "214da305-e6d2-4a1b-9ebf-572f122ba219",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -720
      ],
      "parameters": {
        "width": 800,
        "height": 540,
        "content": "### Customize n8n Chatbot\n\n```js\ncreateChat({\n\twebhookUrl: '',\n\twebhookConfig: {\n\t\tmethod: 'POST',\n\t\theaders: {}\n\t},\n\ttarget: '#n8n-chat',\n\tmode: 'window',\n\tchatInputKey: 'chatInput',\n\tchatSessionKey:"
      }
    },
    {
      "id": "a31c4b87-43e4-4aa4-a5c3-8b84f7aab84f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -60
      ],
      "parameters": {
        "width": null,
        "height": 220,
        "content": "Set FLOWISE_URL and FLOW_ID"
      }
    },
    {
      "id": "14e6f14f-c7a8-4969-bc08-152c8f2f4b63",
      "name": "Flowise",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -500,
        0
      ]
    }
  ],
  "connections": {
    "Flowise": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Flowise",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}