8
n8n 한국어amn8n.com

자동화된 월간 QuickBooks 고객 내보내기

초급

이것은CRM, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, Quickbooks, GoogleSheets, ScheduleTrigger 등의 노드를 사용하며. QuickBooks 고객 데이터를 Google Sheets로 자동 내보내기

사전 요구사항
  • Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "51712938-ec75-46ce-813b-d08f99770465",
      "name": "QuickBooks에서 고객 데이터 가져오기",
      "type": "n8n-nodes-base.quickbooks",
      "position": [
        -32,
        304
      ],
      "parameters": {
        "filters": {},
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "quickBooksOAuth2Api": {
          "id": "b6aH0PejuunHdpJu",
          "name": "QuickBooks Online account 3"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3cffcb60-530d-498d-904e-999944a96bfc",
      "name": "고객 데이터 준비",
      "type": "n8n-nodes-base.set",
      "position": [
        208,
        304
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "34a12d33-7b0b-4cec-a5ca-8e9520e6b644",
              "name": "=Period",
              "type": "string",
              "value": "={{ new Date().toISOString().slice(0, 7); }}"
            },
            {
              "id": "86d36b63-e8f1-4fc8-a0a4-884754416439",
              "name": "Id",
              "type": "string",
              "value": "={{ $json.Id }}"
            },
            {
              "id": "4f994c1c-110b-44f7-b2a2-58bf5416f6fc",
              "name": "Balance",
              "type": "number",
              "value": "={{ $json.Balance }}"
            },
            {
              "id": "2263be28-e780-4d64-b50a-1e7688195539",
              "name": "Email",
              "type": "string",
              "value": "={{ $json.PrimaryEmailAddr.Address }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "ae4c32cf-e227-4ce1-9f30-71eb3ab3e729",
      "name": "Google Sheets로 내보내기",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        432,
        304
      ],
      "parameters": {
        "columns": {
          "value": {},
          "schema": [],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "url",
          "value": "https://docs.google.com/spreadsheets/d/example"
        },
        "documentId": {
          "__rl": true,
          "mode": "url",
          "value": "https://docs.google.com/spreadsheets/d/example"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "gbEbCNKqCMSRZPql",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "e516f009-e153-46fd-bc14-6aabd7ee7c0b",
      "name": "월간 내보내기 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -288,
        304
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "months",
              "triggerAtHour": 8
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "e369277f-3df5-4769-8671-357dfc0eca46",
      "name": "워크플로우 설명",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -624,
        0
      ],
      "parameters": {
        "color": 5,
        "width": 272,
        "height": 912,
        "content": "# Workflow description\n\nShort and simple. Runs monthly at 08:00. Pulls the QuickBooks customer list and appends rows to a Google Sheet.\n\n## Steps\n1) **Monthly Export Trigger** starts the run.\n2) **Fetch Customers from QuickBooks** gets all customers.\n3) **Prepare Customer Data** keeps a few clean fields: Period, Id, Balance, Email.\n4) **Export to Google Sheets** appends the rows to your target sheet.\n\n## Setup\n- Connect your **QuickBooks** credential in n8n.\n- Connect your **Google Sheets** credential in n8n.\n- Replace the example sheet URL with your own.\n- Adjust the schedule if you want weekly or daily.\n\n## Tweaks\n- Add more fields in **Prepare Customer Data** if you need them.\n- Change the sheet tab name or spreadsheet if your structure is different.\n\nDone. It just works. If something fails, open the last run and check the node with the red mark."
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "3cffcb60-530d-498d-904e-999944a96bfc": {
      "main": [
        [
          {
            "node": "ae4c32cf-e227-4ce1-9f30-71eb3ab3e729",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e516f009-e153-46fd-bc14-6aabd7ee7c0b": {
      "main": [
        [
          {
            "node": "51712938-ec75-46ce-813b-d08f99770465",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "51712938-ec75-46ce-813b-d08f99770465": {
      "main": [
        [
          {
            "node": "3cffcb60-530d-498d-904e-999944a96bfc",
            "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