{
  "name": "QuickBooks Online AI agent - Chat with Quickbooks data with GPT agent",
  "nodes": [
    {
      "id": "32cbb45f-bef1-4e03-9c4c-c575a41d6819",
      "name": "Public Chat Trigger",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        304,
        304
      ]
    },
    {
      "id": "9ea017e8-57cf-4425-b0ea-2f7e6a15e69a",
      "name": "QuickBooks AI Agent Orchestrator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        528,
        304
      ]
    },
    {
      "id": "54815774-f606-44a9-8639-8c77a29f0312",
      "name": "LLM - OpenAI Chat (gpt-4.1-mini)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        528,
        496
      ]
    },
    {
      "id": "9c7104cf-af7c-45c9-b0f8-54a49370fcb5",
      "name": "AI Tool - QuickBooks Data",
      "type": "n8n-nodes-base.quickbooksTool",
      "position": [
        672,
        496
      ]
    },
    {
      "id": "contact-note-1759910018483",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -396,
        -195
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "doc-note-1759910018483",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -396,
        245
      ],
      "parameters": {
        "width": 600,
        "height": 750,
        "content": "## Workflow Overview\n\nThis workflow creates an AI-powered chatbot that answers natural language questions about your QuickBooks data. Users can interact with a public chat interface to query customer "
      }
    },
    {
      "id": "video-note-1759912267931",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        214,
        -195
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_rec0EGjS8Q1AxvT1b.jpg)](https://youtu.be/mprQ4CY3yn0)"
      }
    }
  ],
  "connections": {
    "Public Chat Trigger": {
      "main": [
        [
          {
            "node": "QuickBooks AI Agent Orchestrator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Tool - QuickBooks Data": {
      "ai_tool": [
        [
          {
            "node": "QuickBooks AI Agent Orchestrator",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "LLM - OpenAI Chat (gpt-4.1-mini)": {
      "ai_languageModel": [
        [
          {
            "node": "QuickBooks AI Agent Orchestrator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}