8
n8n 한국어amn8n.com

Tally로 PDF 송장 로봇

초급

이것은Invoice Processing, Multimodal AI분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Webhook, EmailSend, GoogleDocs, GoogleDrive 등의 노드를 사용하며. Google Docs에서 Tally 양식을 사용하여 PDF 발송

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • Google Drive API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "__PLACEHOLDER__"
  },
  "name": "Tally-to-PDF Invoice Bot",
  "nodes": [
    {
      "id": "webhook-tally",
      "name": "📝 Tally Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "gdocs-pdf",
      "name": "📄 Google Docs → PDF",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        480,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "email-client",
      "name": "💌 청구서 이메일 발송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        760,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "drive-backup",
      "name": "☁️ Drive 백업",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        760,
        480
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "connections": {
    "webhook-tally": {
      "main": [
        [
          {
            "node": "gdocs-pdf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "gdocs-pdf": {
      "main": [
        [
          {
            "node": "email-client",
            "type": "main",
            "index": 0
          },
          {
            "node": "drive-backup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

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

유료인가요?

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

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

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

저자
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34