내 워크플로 3
초급
이것은Lead Nurturing분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Gmail, Slack, GoogleContacts, GoogleSheetsTrigger 등의 노드를 사용하며. Google 스프레드시트, Slack, Gmail, 연락처를 사용한 자동 양식 응답 시스템
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Slack Bot Token 또는 Webhook URL
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Fcfrid6ngpoXepqq",
"meta": {
"instanceId": "1b9b471cfc35c494898c60da53fb540b12dc98f14d03ea21d431e8d5b791e453",
"templateCredsSetupCompleted": true
},
"name": "My workflow 3",
"tags": [],
"nodes": [
{
"id": "0598aff8-ffec-4b53-93fb-3ac7ceb6e526",
"name": "메시지 보내기",
"type": "n8n-nodes-base.gmail",
"position": [
440,
-40
],
"webhookId": "3687c0d7-061d-455c-ae4d-4bb359ad7f02",
"parameters": {
"sendTo": "={{ $('Google Sheets Trigger').item.json.Email }}",
"message": "=Hey {{ $('Google Sheets Trigger').item.json.Name }}!\n\nWe see tha that your Problem is \"{{ $('Google Sheets Trigger').item.json.Description }}\"We got your query and our team is working on it. We assure you that the problem will be solved Really Soon.\n\nReach out to us in case of any help\n\nThank you\nRegards,\nN8n Team",
"options": {},
"subject": "Ticket Created.!",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "ZMzKWeOEZrE9sTaD",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "4c92f186-5abb-469d-bb7a-68acefab039b",
"name": "메시지 보내기1",
"type": "n8n-nodes-base.slack",
"position": [
220,
100
],
"webhookId": "ee9e11b2-0985-4109-acde-7d8dd9326c98",
"parameters": {
"text": "=> Hello Team,A new entry has been added to the google sheets Node. The details are as follows.\nName : {{ $json.Name }}\nEmail : {{ $json.Email }}\nPhone Number : {{ $json['Phone Number']}}\nProblem Desc : {{ $json.Description }}\n\nPlease handle the client's request as stated in the problem.",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "id",
"value": "=C095F7HDKUL"
},
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "OdtF4hNnEI1ZoAeW",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "63e9d67e-4a0f-41f2-9fd5-209abadbdcc3",
"name": "Google Sheets 트리거",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-20,
-40
],
"parameters": {
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o/edit?usp=drivesdk",
"cachedResultName": "Sheet Problem 1"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "nAgyMUqKLfbGhYao",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "81b76d73-f77b-4279-b9ab-a7988a0925ce",
"name": "연락처 생성",
"type": "n8n-nodes-base.googleContacts",
"position": [
720,
80
],
"parameters": {
"givenName": "={{ $('Google Sheets Trigger').item.json.Name }}",
"familyName": "={{ $('Google Sheets Trigger').item.json.Name }}",
"additionalFields": {
"phoneUi": {
"phoneValues": [
{
"type": "mobile",
"value": "={{ \"\" + $('Google Sheets Trigger').item.json[\"Phone Number\"] }}\n"
}
]
}
}
},
"credentials": {
"googleContactsOAuth2Api": {
"id": "byyhcVKR8Z9Leibf",
"name": "Google Contacts account"
}
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "3236b95c-d19f-43c3-b0fe-25e64a04f84f",
"connections": {
"0598aff8-ffec-4b53-93fb-3ac7ceb6e526": {
"main": [
[
{
"node": "81b76d73-f77b-4279-b9ab-a7988a0925ce",
"type": "main",
"index": 0
}
]
]
},
"4c92f186-5abb-469d-bb7a-68acefab039b": {
"main": [
[
{
"node": "0598aff8-ffec-4b53-93fb-3ac7ceb6e526",
"type": "main",
"index": 0
}
]
]
},
"63e9d67e-4a0f-41f2-9fd5-209abadbdcc3": {
"main": [
[
{
"node": "4c92f186-5abb-469d-bb7a-68acefab039b",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 리드 육성
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI를 포함한 자동화된 고급 잠재 고객 도달 및 육성 캠페인 시스템
GPT-4, LinkedIn 및 Hunter.io를 통한 개인 맞춤형 B2B 접촉 자동화
If
Code
Wait
+
If
Code
Wait
30 노드Marth
리드 육성
AI 리드 생성을 통한 스마트 부동산 이메일 및 텔레마케팅
Llama AI, VAPI 통화 및 Gmail 마케팅 캠페인 부동산 마케팅 자동화
Code
Wait
Gmail
+
Code
Wait
Gmail
23 노드Oneclick AI Squad
리드 육성
부동산 견학 약속 자동화(부동산)
Google 캘린더, Slack 및 Calendly를 사용한 부동산 집 방문 자동화
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 노드Marth
리드 육성
CentralStationCRM에서 태그된 사람들을 위한 간단한 이메일 자동화
CentralStationCRM, Gmail 및 Slack 알림을 사용한 자동화된 이메일 후속 조치 시스템
If
Wait
Gmail
+
If
Wait
Gmail
19 노드CentralStationCRM
리드 육성
자동화된 리드 캡처, AI 자격 평가 및 ElevenLabs 개인화 음성 후속 조치
OpenAI와 ElevenLabs 기반 자동 리드 캡처 및 AI 개인화 음성 후속 조치
If
Set
Code
+
If
Set
Code
22 노드Marth
리드 육성
포괄적인 리드 육성 및 자격 인증
Gmail, Google 스프레드시트, Slack을 사용한 자동 잠재 고객 육성 및 자격 평가
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 노드Marth
리드 육성