알림 이메일
중급
이것은Project Management분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 Code, Cron, Filter, EmailSend, GoogleSheets 등의 노드를 사용하며. Google Sheets 및 SMTP를 사용한 자동화된 일일 작업 알림 이메일
사전 요구사항
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "4CEVNvAxTcHxo9DD",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "Reminder email",
"tags": [],
"nodes": [
{
"id": "d0351dad-1983-4dbc-a823-33aacbac1610",
"name": "일일 리마인더 트리거",
"type": "n8n-nodes-base.cron",
"position": [
-1328,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
"name": "콘텐츠 캘린더 읽기",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1104,
0
],
"parameters": {},
"typeVersion": 4
},
{
"id": "88e008b6-d682-47f4-98b0-174c4539fcdb",
"name": "오늘의 작업 필터링",
"type": "n8n-nodes-base.filter",
"position": [
-880,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
"name": "리마인더 이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
-656,
0
],
"webhookId": "c9682789-c651-4290-a3af-45de98144088",
"parameters": {},
"typeVersion": 2
},
{
"id": "1c81c65c-b547-400f-89d2-4821bc8c546f",
"name": "코드",
"type": "n8n-nodes-base.code",
"position": [
-432,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "01e7103e-017c-4daa-ae24-39acebda4443",
"name": "시트 행 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
-208,
0
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "98dfa376-a5d8-4e1b-b304-a5218ee74cc4",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1424,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7a1a69e6-f3d2-4a83-8dba-ebca9afe62e9",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1200,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3447d4fc-6e15-483e-ab07-26ff743b369c",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1008,
-288
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "dd89d395-60e8-431c-a402-ecbe544a0555",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-752,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "31404004-0e48-46e8-b530-d08d8ecce0a7",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-576,
-272
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "bf511f72-5e9b-4bb4-a2e4-633e666a0ca8",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "8f5f4fbb-9a1e-43ca-bc6f-d813247f6450",
"connections": {
"1c81c65c-b547-400f-89d2-4821bc8c546f": {
"main": [
[
{
"node": "01e7103e-017c-4daa-ae24-39acebda4443",
"type": "main",
"index": 0
}
]
]
},
"7c5f2a5f-e1fa-411f-a902-2ffa5c42a384": {
"main": [
[
{
"node": "1c81c65c-b547-400f-89d2-4821bc8c546f",
"type": "main",
"index": 0
}
]
]
},
"88e008b6-d682-47f4-98b0-174c4539fcdb": {
"main": [
[
{
"node": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
"type": "main",
"index": 0
}
]
]
},
"72e59a50-855c-46c4-a08f-86ba7fef5f7e": {
"main": [
[
{
"node": "88e008b6-d682-47f4-98b0-174c4539fcdb",
"type": "main",
"index": 0
}
]
]
},
"d0351dad-1983-4dbc-a823-33aacbac1610": {
"main": [
[
{
"node": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 프로젝트 관리
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
피드백 저장 및 보고서 생성
Azure OpenAI 및 Google Sheets를 사용하여 판매 거래 결과 분석 및 보고서 생성
Set
Code
Email Send
+
Set
Code
Email Send
28 노드Rahul Joshi
고객관계관리
GPT-4o-mini와 Gmail을 사용한 YouTube 채널 분석 및 성과 보고서 전송
GPT-4o-mini 및 Gmail을 사용하여 YouTube 채널 분석 및 성능 보고서 전송
Code
Email Send
Http Request
+
Code
Email Send
Http Request
20 노드Rahul Joshi
시장 조사
GoHighLevel에서 Gmail 및 Slack으로의 고객 갱신 알림 자동 발송
GoHighLevel에서 고객 갱신 알림을 Gmail, Slack, Google Sheets로 자동 발송
If
Code
Gmail
+
If
Code
Gmail
19 노드Rahul Joshi
고객관계관리
반송 및 무효 감지 (Gmail 트리거)
Gmail, Google Sheets 및 Slack을 사용한 이메일 바운스 및 무효 주소 감지 자동화
Code
Cron
Gmail
+
Code
Cron
Gmail
26 노드Rahul Joshi
GoHighLevel에서 비활성 거래를 Slack 및 Sheets로 자동 정리
GoHighLevel의 비활성 거래를 Slack 및 Sheets로 자동 정리
Code
Slack
Filter
+
Code
Slack
Filter
15 노드Rahul Joshi
고객관계관리
Stripe 결제에서 고객에게 템플릿 자동 전달
사용Stripe、GPT-4o및Gmail의자동화模板交付系统
If
Code
Gmail
+
If
Code
Gmail
44 노드Rahul Joshi
고객관계관리
워크플로우 정보
난이도
중급
노드 수12
카테고리1
노드 유형6
저자
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유