8
n8n 한국어amn8n.com

Typeform, Google Docs, Gmail을 사용하여 계약 문서 생성 및 전송

초급

이것은Document Extraction분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, Gmail, GoogleDocs, GoogleDrive, TypeformTrigger 등의 노드를 사용하며. Typeform, Google Docs, 및 Gmail을 사용하여 계약 문서 생성 및 전송

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Google Drive API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "nodes": [
    {
      "name": "Typeform 트리거",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        100,
        300
      ],
      "parameters": {
        "formId": "your-form-id"
      },
      "credentials": {
        "typeformApi": "Typeform API"
      },
      "typeVersion": 1,
      "id": "Typeform--0"
    },
    {
      "name": "변수 설정",
      "type": "n8n-nodes-base.set",
      "position": [
        300,
        300
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "client_name",
              "value": "={{$json[\"answers\"][0].text}}"
            },
            {
              "name": "project_scope",
              "value": "={{$json[\"answers\"][1].text}}"
            },
            {
              "name": "deadline",
              "value": "={{$json[\"answers\"][2].text}}"
            },
            {
              "name": "email",
              "value": "={{$json[\"answers\"][3].email}}"
            }
          ]
        }
      },
      "typeVersion": 1,
      "id": "--1"
    },
    {
      "name": "계약서 템플릿 작성",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        500,
        300
      ],
      "parameters": {
        "mode": "template",
        "fields": [
          {
            "name": "{{client_name}}",
            "value": "={{$json[\"client_name\"]}}"
          },
          {
            "name": "{{project_scope}}",
            "value": "={{$json[\"project_scope\"]}}"
          },
          {
            "name": "{{deadline}}",
            "value": "={{$json[\"deadline\"]}}"
          }
        ],
        "documentId": "your-template-id"
      },
      "credentials": {
        "googleApi": "Google API"
      },
      "typeVersion": 1,
      "id": "--2"
    },
    {
      "name": "PDF로 내보내기",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        700,
        300
      ],
      "parameters": {
        "fileId": "={{$node[\"Fill Contract Template\"].json[\"documentId\"]}}",
        "mimeType": "application/pdf",
        "operation": "export"
      },
      "credentials": {
        "googleApi": "Google API"
      },
      "typeVersion": 1,
      "id": "PDF--3"
    },
    {
      "name": "이메일 발송",
      "type": "n8n-nodes-base.gmail",
      "position": [
        900,
        300
      ],
      "parameters": {
        "text": "Hi {{$json[\"client_name\"]}},\n\nPlease find attached your contract.\n\nRegards,\nYour Company",
        "subject": "Your Contract",
        "toEmail": "={{$json[\"email\"]}}",
        "fromEmail": "your-email@example.com",
        "attachments": [
          {
            "binaryPropertyName": "data"
          }
        ]
      },
      "credentials": {
        "gmailOAuth2": "Gmail OAuth"
      },
      "typeVersion": 1,
      "id": "--4"
    }
  ],
  "connections": {
    "PDF--3": {
      "main": [
        [
          {
            "node": "--4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--1": {
      "main": [
        [
          {
            "node": "--2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform--0": {
      "main": [
        [
          {
            "node": "--1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--2": {
      "main": [
        [
          {
            "node": "PDF--3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 문서 추출

유료인가요?

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

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

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

저자
Abbas Ali

Abbas Ali

@abbas12142

Automation Engineer passionate about building smart, scalable workflows with n8n. I specialize in API integrations, webhook handling, and streamlining business tasks using low-code tools. From AI-powered bots to real-time data pipelines, I love solving problems with automation. Let’s turn manual processes into efficient systems!

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34