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)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
계약서 초안 작성 및 전자 서명 자동화
완전한 계약 생명주기 자동화: JotForm, 승인, Signwell 전자 서명 및 추적
Set
Code
Gmail
+
Set
Code
Gmail
33 노드Dean Pike
문서 추출
AI 의료 보고서 생성기
Gemini AI와 Google Workspace를 사용하여 이메일에서 의료 보고서 생성
Set
Code
Gmail
+
Set
Code
Gmail
21 노드Abdullah Alshiekh
문서 추출
PDF에서 요약 작업 흐름
Google Drive, GPT-4 및 이메일 알림을 사용하여 PDF에서 전문 문서 초안 생성
Set
Code
Gmail
+
Set
Code
Gmail
14 노드Michael Gullo
문서 추출
독일 아파트 찾기 및 자동 신청 (메모 기능 포함)
Immobilienscout24 및 Google 서비스 통합을 사용한 독일 아파트 자동 검색 및 신청
Set
Cron
Function
+
Set
Cron
Function
22 노드Abbas Ali
개인 생산성
Google Suite, PDF, 이메일을 사용한 비즈니스 보험 제출 자동화
Google Suite, PDF, 이메일을 통한 비즈니스 보험 제출 프로세스 자동화
If
Set
Code
+
If
Set
Code
37 노드David Olusola
문서 추출
감독 문서 자동화 – v1
Google Drive, Sheets, Gmail을 통한 규정 준수 감사 문서 관리 자동화
Set
Gmail
Merge
+
Set
Gmail
Merge
9 노드Adnan Tariq
문서 추출
워크플로우 정보
난이도
초급
노드 수5
카테고리1
노드 유형5
저자
Abbas Ali
@abbas12142Automation 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에서 보기 →
이 워크플로우 공유