고객 양성 및 추천 자동화 (Gumroad → Notion → 이메일)
고급
이것은Social Media, Multimodal AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 Wait, Notion, Webhook, Function, EmailSend 등의 노드를 사용하며. Notion과 이메일의 Gumroad 고객 양성 및 추천 자동 탐색
사전 요구사항
- •Notion API Key
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {},
"name": "Client Nurture & Testimonial Auto-Pilot (Gumroad → Notion → Email)",
"nodes": [
{
"id": "StickyOverview",
"name": "📌 스티커 — 개요 및 설정",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "WebhookSale",
"name": "Gumroad 판매 (Webhook)",
"type": "n8n-nodes-base.webhook",
"position": [
80,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnMap",
"name": "판매 → 고객 매핑",
"type": "n8n-nodes-base.function",
"position": [
340,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "NotionCreateClient",
"name": "Notion — 고객 생성",
"type": "n8n-nodes-base.notion",
"position": [
600,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailDelivery",
"name": "이메일 — 배송 (즉시)",
"type": "n8n-nodes-base.emailSend",
"position": [
860,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Wait3d",
"name": "대기 — 3일",
"type": "n8n-nodes-base.wait",
"position": [
1060,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "EmailTips",
"name": "이메일 — 팁 (3일차)",
"type": "n8n-nodes-base.emailSend",
"position": [
1260,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "Wait7d",
"name": "대기 — 7일",
"type": "n8n-nodes-base.wait",
"position": [
1460,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnTestimonialLink",
"name": "추천 링크 생성",
"type": "n8n-nodes-base.function",
"position": [
1660,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailAsk",
"name": "이메일 — 추천 요청 (7일차)",
"type": "n8n-nodes-base.emailSend",
"position": [
1860,
-120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "WebhookTestimonial",
"name": "추천 (Webhook)",
"type": "n8n-nodes-base.webhook",
"position": [
80,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "FnMapT",
"name": "추천 매핑",
"type": "n8n-nodes-base.function",
"position": [
340,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "NotionCreateT",
"name": "Notion — 추천 생성",
"type": "n8n-nodes-base.notion",
"position": [
600,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "EmailOwner",
"name": "이메일 — 소유자 알림",
"type": "n8n-nodes-base.emailSend",
"position": [
860,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "RespondOK",
"name": "응답 — 감사 메시지",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1060,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ErrorTrig",
"name": "오류 발생 시",
"type": "n8n-nodes-base.errorTrigger",
"position": [
80,
520
],
"parameters": {},
"typeVersion": 1
},
{
"id": "EmailError",
"name": "이메일 — 오류 알림",
"type": "n8n-nodes-base.emailSend",
"position": [
340,
520
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"settings": {
"executionOrder": "v1",
"saveExecutionProgress": true
},
"connections": {
"ErrorTrig": {
"main": [
[
{
"node": "EmailError",
"type": "main",
"index": 0
}
]
]
},
"FnMapT": {
"main": [
[
{
"node": "NotionCreateT",
"type": "main",
"index": 0
}
]
]
},
"Wait3d": {
"main": [
[
{
"node": "EmailTips",
"type": "main",
"index": 0
}
]
]
},
"Wait7d": {
"main": [
[
{
"node": "FnTestimonialLink",
"type": "main",
"index": 0
}
]
]
},
"FnMap": {
"main": [
[
{
"node": "NotionCreateClient",
"type": "main",
"index": 0
}
]
]
},
"WebhookTestimonial": {
"main": [
[
{
"node": "FnMapT",
"type": "main",
"index": 0
}
]
]
},
"FnTestimonialLink": {
"main": [
[
{
"node": "EmailAsk",
"type": "main",
"index": 0
}
]
]
},
"EmailOwner": {
"main": [
[
{
"node": "RespondOK",
"type": "main",
"index": 0
}
]
]
},
"EmailTips": {
"main": [
[
{
"node": "Wait7d",
"type": "main",
"index": 0
}
]
]
},
"WebhookSale": {
"main": [
[
{
"node": "FnMap",
"type": "main",
"index": 0
}
]
]
},
"NotionCreateClient": {
"main": [
[
{
"node": "EmailDelivery",
"type": "main",
"index": 0
}
]
]
},
"NotionCreateT": {
"main": [
[
{
"node": "EmailOwner",
"type": "main",
"index": 0
}
]
]
},
"EmailDelivery": {
"main": [
[
{
"node": "Wait3d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 소셜 미디어, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Blush Pink Week — 7일 Pinterest 플래너 (n8n + Notion)
통합Notion与이메일보내기功能의7天Pinterest콘텐츠规划器
If
Set
Cron
+
If
Set
Cron
17 노드Shelly-Ann Davy
소셜 미디어
우아한 고객 온보딩 컨시어지 서비스 — 프로페셔널 에디션 (유니버설, v3)
Notion, 이메일 및 CRM 연동을 사용한 자동 고객 온보딩 시스템
If
Set
Notion
+
If
Set
Notion
31 노드Shelly-Ann Davy
고객관계관리
Affirmative Sender + 매일 감사 요약(건강) v2
Notion, 이메일 및 Telegram을 사용한 일일 긍정적인 말과 주간 감사 요약
If
Set
Cron
+
If
Set
Cron
26 노드Shelly-Ann Davy
개인 생산성
Pantry 소프트 재고 보충 — Notion → 쇼핑 목록 + 이메일
Notion 및 이메일 알림을 활용한 식료품 저장소 재고 자동 관리
Set
Cron
Notion
+
Set
Cron
Notion
15 노드Shelly-Ann Davy
개인 생산성
우아한 콘텐츠 자극 — RSS → Notion (n8n)
RSS 소스를 일일 콘텐츠 아이디어로 정리하고, 이메일로 전송하여 Notion과 Telegram 옵션 지원
If
Set
Cron
+
If
Set
Cron
20 노드Shelly-Ann Davy
콘텐츠 제작
주간 식단 계획하고 재료를 Notion에 추가 (Cron + 이메일)
Notion에서 주간 쇼핑 목록 생성 및 자동 이메일 알림 발송
If
Set
Code
+
If
Set
Code
20 노드Shelly-Ann
개인 생산성
워크플로우 정보
난이도
고급
노드 수17
카테고리2
노드 유형8
저자
Shelly-Ann Davy
@shecodesfloFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유