8
n8n 한국어amn8n.com

자동 청구서 생성: Google Sheets에서 QuickBooks Online으로

초급

이것은Invoice Processing, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, Quickbooks, GoogleSheets, ManualTrigger 등의 노드를 사용하며. 자동 인voice 생성: Google Sheets에서 QuickBooks Online으로

사전 요구사항
  • Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "110fb731-d1e5-4559-9927-d39c6ece9ae4",
      "name": "수동 테스트 트리거",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -160,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6ea70fc0-4e62-46e3-8450-3f6d7324d978",
      "name": "Google 시트에서 행 읽기",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        288,
        0
      ],
      "parameters": {
        "options": {},
        "sheetName": {
          "__rl": true,
          "mode": "url",
          "value": "={{ $json.sheets_url }}"
        },
        "documentId": {
          "__rl": true,
          "mode": "url",
          "value": "={{ $json.sheets_url }}"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "gbEbCNKqCMSRZPql",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "03f4308a-e6db-48c5-a502-329b915b7386",
      "name": "QuickBooks에서 청구서 생성",
      "type": "n8n-nodes-base.quickbooks",
      "position": [
        512,
        0
      ],
      "parameters": {
        "Line": [
          {
            "Qty": 1,
            "Amount": "={{ $json.Amount }}",
            "itemId": "4",
            "DetailType": "SalesItemLineDetail",
            "Description": "={{ $json.Description }}"
          }
        ],
        "resource": "invoice",
        "operation": "create",
        "CustomerRef": "={{ $json.CustomerId }}",
        "additionalFields": {}
      },
      "credentials": {
        "quickBooksOAuth2Api": {
          "id": "swiF4vinAA4Z04DX",
          "name": "QuickBooks Online account 2"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "9749bc6e-a5ca-48af-8bde-5aa8b58bfbe3",
      "name": "구성 - 시트 URL",
      "type": "n8n-nodes-base.set",
      "position": [
        64,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "a869e559-b784-44e4-bc9d-96fb0e8445a4",
              "name": "sheets_url",
              "type": "string",
              "value": "https://docs.google.com/spreadsheets/d/17RyZVropXUeUXX1qJqHss5fNsHSuGsbPioY7Q0BwP00/edit?gid=2132365041#gid=2132365041"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "c7d6b2a7-3d4f-4e8f-9f55-6e7a9a99a4a1",
      "name": "워크플로 설명",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -300
      ],
      "parameters": {
        "color": 5,
        "width": 272,
        "height": 912,
        "content": "# Workflow description\n\nClick run, read rows, create invoices. Simple.\n\n**Example sheet (read-only):**\nhttps://docs.google.com/spreadsheets/d/17RyZVropXUeUXX1qJqHss5fNsHSuGsbPioY7Q0BwP00/edit?gid=2132365041#gid=2132365041\n\n## Steps\n1) **Manual Test Trigger** - you press Execute.\n2) **Config - Sheet URL** - holds the Google Sheets URL (as `sheets_url`). Defaults to the example above.\n3) **Read Rows from Google Sheets** - loads rows; expects `CustomerId`, `Amount`, `Description`.\n4) **Create Invoice in QuickBooks** - makes one invoice per row. Uses itemId=4, Qty=1.\n\n## Setup\n- Connect **QuickBooks** and **Google Sheets** credentials.\n- Keep the example link for demo or replace with your own sheet.\n- Change `itemId` in the invoice node to your real item.\n\n## Replace Sheets\nSwap the reader with Airtable, CSV, DB query, or your API. Keep the same field names.\n\nDone. If something fails, open the execution and check the red node."
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "9749bc6e-a5ca-48af-8bde-5aa8b58bfbe3": {
      "main": [
        [
          {
            "node": "6ea70fc0-4e62-46e3-8450-3f6d7324d978",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "110fb731-d1e5-4559-9927-d39c6ece9ae4": {
      "main": [
        [
          {
            "node": "9749bc6e-a5ca-48af-8bde-5aa8b58bfbe3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6ea70fc0-4e62-46e3-8450-3f6d7324d978": {
      "main": [
        [
          {
            "node": "03f4308a-e6db-48c5-a502-329b915b7386",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

초급 - 청구서 처리, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형5
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Milan Vasarhelyi - SmoothWork

Milan Vasarhelyi - SmoothWork

@vasarmilan

We help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34