{
  "name": "QuickBooks automated invoicing - sync Google Sheets with QBO",
  "nodes": [
    {
      "id": "61b7a8c9-1e2d-4b3c-bc7f-14e7b323f680",
      "name": "Manual Test Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -256,
        224
      ]
    },
    {
      "id": "42deb0ce-fb09-40c7-8ffa-f27a8d8f059e",
      "name": "Read Rows from Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        208,
        224
      ]
    },
    {
      "id": "2cd9262d-3afc-4d2f-861a-9258ce8a26d2",
      "name": "Create Invoice in QuickBooks",
      "type": "n8n-nodes-base.quickbooks",
      "position": [
        432,
        224
      ]
    },
    {
      "id": "4148e1f3-c5a9-4936-b5c0-49f1290ab046",
      "name": "Config - Sheet URL",
      "type": "n8n-nodes-base.set",
      "position": [
        -32,
        224
      ]
    },
    {
      "id": "contact-note-1759910018484",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -956,
        -596
      ],
      "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-1759910018484",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -956,
        -156
      ],
      "parameters": {
        "width": 600,
        "height": 1200,
        "content": "## Workflow Overview\n\nThis workflow automates the creation of invoices in QuickBooks Online by importing data from a Google Sheet. When triggered, it reads invoice data from a configured spreadsheet a"
      }
    },
    {
      "id": "video-note-1759912267932",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -346,
        -596
      ],
      "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": {
    "Config - Sheet URL": {
      "main": [
        [
          {
            "node": "Read Rows from Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Test Trigger": {
      "main": [
        [
          {
            "node": "Config - Sheet URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Rows from Google Sheets": {
      "main": [
        [
          {
            "node": "Create Invoice in QuickBooks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}