차가운 이메일 접근: Gmail과 Google Sheets 상태 추적
중급
이것은Marketing분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Gmail, GoogleSheets, SplitInBatches, ScheduleTrigger 등의 노드를 사용하며. 차가운 이메일 접근: Gmail과 Google Sheets 상태 추적
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "fae057ee2d891478d0c2072cd4fb64f7da69a0dd189c9cf4fd08c30e50dba628",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-40,
40
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 14
}
]
}
},
"typeVersion": 1.2
},
{
"id": "bbc2f2fe-8f33-4a92-80ab-408655000baa",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-200
],
"parameters": {
"width": 1220,
"height": 480,
"content": "## Cold Email Outreach with Gmail and Google Sheets Status Tracking\nThis workflow runs daily at 2 PM, fetches leads from the Google Sheet who haven't received an email yet, sends a personalized outreach message via Gmail, then updates their status in the sheet to \"yes\" for \"Is Email Sent\"."
},
"typeVersion": 1
},
{
"id": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"name": "Batch Processing of Leads",
"type": "n8n-nodes-base.splitInBatches",
"position": [
400,
40
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
"name": "Send Personalized 이메일",
"type": "n8n-nodes-base.gmail",
"position": [
680,
-60
],
"webhookId": "ad8c804e-857d-4a94-b722-65b0776f1d10",
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "=Hello {{ $json.Name || $json['WF Full Name (metadata)'] }},\n\nI’m a software developer and automation expert. I work with businesses and individuals to build websites, mobile apps, and powerful digital solutions that help save time and grow online.\n\nI offer a range of services including:\n- Website & App Development\n- SEO & Digital Marketing\n- Business Process Automation\n\nIf you’re looking to start a new project or improve your current setup, I’d love to connect and see how I can help.\n\nAre you interested in discussing any of these services?\n\nBest regards,\nSoftware Developer | Automation Expert",
"options": {
"senderName": "Developer",
"appendAttribution": false
},
"subject": "Need Help with Your Website, App, or Online Growth?",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "REDACTED",
"name": "REDACTED_GMAIL_CREDENTIAL"
}
},
"typeVersion": 2.1
},
{
"id": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"name": "Fetch Leads",
"type": "n8n-nodes-base.googleSheets",
"position": [
180,
40
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "Is Email Sent"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
},
{
"id": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"name": "Update Lead Status",
"type": "n8n-nodes-base.googleSheets",
"position": [
880,
40
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $('Batch Processing of Leads').item.json.Email }}",
"Is Email Sent": "yes"
},
"schema": [
{
"id": "Email",
"type": "string",
"display": true
},
{
"id": "Is Email Sent",
"type": "string",
"display": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Email"
]
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
}
],
"pinData": {},
"connections": {
"ae48ba04-d428-4aa3-9212-fb49af92c7ae": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"type": "main",
"index": 0
}
]
]
},
"62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"Send Personalized Email": {
"main": [
[
{
"node": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"type": "main",
"index": 0
}
]
]
},
"166afe50-aa7b-4e46-8ebc-bd964d670e34": {
"main": [
[],
[
{
"node": "Send Personalized Email",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Claude AI, DALL-E 이미지 및 Google Sheets 승인을 통한 LinkedIn 게시물 자동화
Claude AI, DALL-E 이미지 및 Google Sheets 승인을 사용한 자동화된 LinkedIn 게시
Set
Code
Wait
+
Set
Code
Wait
28 노드Usman Liaqat
인공지능
자동화 뉴스-브리핑 AI 에이전트 v13
AI 뉴스 연구 팀: 24/7 브리핑 자동화, Perplexity 인용 포함
Set
Code
Gmail
+
Set
Code
Gmail
37 노드Derek Cheung
제품
GPT-4o, WordPress, LinkedIn을 사용한 RSS 콘텐츠 자동 블로그 게시
GPT-4o, WordPress 및 LinkedIn을 사용한 RSS 콘텐츠 블로그 게시물 자동 발행
If
Set
Code
+
If
Set
Code
40 노드Immanuel
인공지능
Gmail을 사용한 콜드 이메일 아웃리치
Gmail 및 Google Sheets를 사용한 자동 콜드 이메일 아웃리치
Gmail
Google Sheets
Split In Batches
+
Gmail
Google Sheets
Split In Batches
6 노드Rahul Joshi
마케팅
AI 할인을 통한 자동화된 일일 고객 유지 활동
AI 제안을 통한 자동화된 일일 고객 유지 활동
If
Set
Gmail
+
If
Set
Gmail
17 노드Onur
지원
BrightData 주간 비교
Bright Data, GPT-4.1, Google Workspace를 활용한 자동화 웹사이트 변경 모니터링
If
Set
Code
+
If
Set
Code
35 노드Daniel Shashko
인공지능