{
  "name": "Automated export of Quickbooks Online data with n8n - with tutorial",
  "nodes": [
    {
      "id": "51712938-ec75-46ce-813b-d08f99770465",
      "name": "Fetch Customers from QuickBooks",
      "type": "n8n-nodes-base.quickbooks",
      "position": [
        -32,
        304
      ]
    },
    {
      "id": "3cffcb60-530d-498d-904e-999944a96bfc",
      "name": "Prepare Customer Data",
      "type": "n8n-nodes-base.set",
      "position": [
        208,
        304
      ]
    },
    {
      "id": "ae4c32cf-e227-4ce1-9f30-71eb3ab3e729",
      "name": "Export to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        432,
        304
      ]
    },
    {
      "id": "e516f009-e153-46fd-bc14-6aabd7ee7c0b",
      "name": "Monthly Export Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -288,
        304
      ]
    },
    {
      "id": "contact-note-1759910018486",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -988,
        -291
      ],
      "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-1759910018486",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -988,
        149
      ],
      "parameters": {
        "width": 600,
        "height": 750,
        "content": "## Workflow Overview\n\nThis workflow automatically exports customer balance data from QuickBooks to a Google Sheet on a monthly basis. It's designed to help you track customer balances over time withou"
      }
    },
    {
      "id": "video-note-1759912267934",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -378,
        -291
      ],
      "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": {
    "Prepare Customer Data": {
      "main": [
        [
          {
            "node": "Export to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monthly Export Trigger": {
      "main": [
        [
          {
            "node": "Fetch Customers from QuickBooks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Customers from QuickBooks": {
      "main": [
        [
          {
            "node": "Prepare Customer Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}