OpenAI, Google 스프레드시트 및 CraftMyPDF를 사용한 자동화 견적 요청
중급
이것은CRM, Multimodal AI분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Code, EmailSend, FormTrigger, HttpRequest, GoogleSheets 등의 노드를 사용하며. OpenAI, Google Sheets 및 CraftMyPDF를 사용한 자동화된 견적 요청
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "783d2046f405cc6ecb20ef185376ed1023323a3da628b9d8156b1fb75c75e037",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "8adfda8f-0d79-4971-81dd-fe6e122b69e8",
"name": "폼: 견적 요청",
"type": "n8n-nodes-base.formTrigger",
"position": [
-1104,
224
],
"webhookId": "FORM-QUOTE-ID",
"parameters": {},
"typeVersion": 2.2
},
{
"id": "93b03299-bfdc-4da6-8641-099dfb56b75a",
"name": "Google Sheets: 제품",
"type": "n8n-nodes-base.googleSheets",
"position": [
-816,
224
],
"parameters": {},
"typeVersion": 4.7
},
{
"id": "2dbb5986-9d8b-47f1-a090-c5b130d72ce3",
"name": "LLM: 선택 및 견적 작성 (JSON 전용)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-544,
224
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "02cd071e-e579-4b43-be2b-231ea3999544",
"name": "코드: CraftMyPDF용 매핑",
"type": "n8n-nodes-base.code",
"position": [
-192,
224
],
"parameters": {},
"typeVersion": 2
},
{
"id": "62b778a3-5663-4621-b7fb-d6795ef606b9",
"name": "PDF 생성",
"type": "n8n-nodes-craftmypdf.craftMyPdf",
"position": [
64,
224
],
"parameters": {},
"typeVersion": 1
},
{
"id": "dbe95252-aadc-4e76-824f-9595e3ec55d2",
"name": "PDF 파일 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
336,
224
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "51aa3d33-2ed8-408e-8e44-109b4fed46d7",
"name": "이메일: 견적서 발송",
"type": "n8n-nodes-base.emailSend",
"position": [
576,
224
],
"webhookId": "8934d5d2-fe1f-4b79-9445-c794acf61d3d",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "5e113929-c891-4fba-a8a6-242e29937fc3",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1104,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2b96dde8-578f-42f5-97ff-dfe849de64c3",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"62b778a3-5663-4621-b7fb-d6795ef606b9": {
"main": [
[
{
"node": "dbe95252-aadc-4e76-824f-9595e3ec55d2",
"type": "main",
"index": 0
}
]
]
},
"dbe95252-aadc-4e76-824f-9595e3ec55d2": {
"main": [
[
{
"node": "51aa3d33-2ed8-408e-8e44-109b4fed46d7",
"type": "main",
"index": 0
}
]
]
},
"8adfda8f-0d79-4971-81dd-fe6e122b69e8": {
"main": [
[
{
"node": "93b03299-bfdc-4da6-8641-099dfb56b75a",
"type": "main",
"index": 0
}
]
]
},
"93b03299-bfdc-4da6-8641-099dfb56b75a": {
"main": [
[
{
"node": "2dbb5986-9d8b-47f1-a090-c5b130d72ce3",
"type": "main",
"index": 0
}
]
]
},
"02cd071e-e579-4b43-be2b-231ea3999544": {
"main": [
[
{
"node": "62b778a3-5663-4621-b7fb-d6795ef606b9",
"type": "main",
"index": 0
}
]
]
},
"2dbb5986-9d8b-47f1-a090-c5b130d72ce3": {
"main": [
[
{
"node": "02cd071e-e579-4b43-be2b-231ea3999544",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 고객관계관리, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
LinkedIn 잠재 고객 검색 및 Gemini로 드라이브된 개인화 접근(Google Sheets)
LinkedIn 잠재 고객 찾기 및 Gemini로운 개인화된 접근(Google Sheets)
Split Out
Email Send
Form Trigger
+
Split Out
Email Send
Form Trigger
13 노드Cong Nguyen
리드 생성
OpenAI, Qdrant, CraftMyPDF를 사용하여 AI 선별 판매报价 생성
OpenAI, Qdrant, CraftMyPDF PDF 배달을 사용하여 AI精选 판매报价 생성
Set
Code
Email Send
+
Set
Code
Email Send
15 노드Cong Nguyen
리드 육성
ApiFlash, Gemini Vision 및 Sheets에서 Telegram으로의 자동 기술 뉴스 리포트
통해ApiFlash、Gemini Vision및Sheets로Telegram의자동화科技新闻보고서
Set
Code
Limit
+
Set
Code
Limit
18 노드Cong Nguyen
시장 조사
GPT-4o, FAL Flux, Google Drive를 사용하여 브랜드 기사 이미지 생성
GPT-4o、FAL Flux와 Google Drive를 사용하여 브랜드 기사 이미지 생성
If
Set
Code
+
If
Set
Code
19 노드Cong Nguyen
콘텐츠 제작
AI 기반 잠재고객 생성 (Apollo, LinkedIn 리서치 및 4단계 개인화 이메일)
AI 기반 잠재고객 생성: Apollo, LinkedIn 리서치 및 4단계 개인화 이메일 활용
If
Set
Code
+
If
Set
Code
30 노드Gain FLow AI
리드 생성
OpenAI, ElevenLabs 및 Fal.ai를 사용한 비디오, 팟캐스트 및 ASMR용 바이럴 콘텐츠 제작 자동화
OpenAI, ElevenLabs 및 Fal.ai를 사용한 비디오, 팟캐스트 및 ASMR용 바이럴 콘텐츠 제작 자동화
Set
Code
Wait
+
Set
Code
Wait
97 노드Adam Crafts
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수9
카테고리2
노드 유형8
저자
Cong Nguyen
@cong-nguyenI’m a developer specialized in building web and mobile applications with AI integration and intelligent automation. With a solid background in data science, I help businesses build smarter digital solutions using cutting-edge technologies.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유