AI 기반 고객 성공 코치
중급
이것은CRM, Multimodal AI분야의자동화 워크플로우로, 14개의 노드를 포함합니다.주로 Cron, Gmail, Notion, OpenAi 등의 노드를 사용하며. Notion, Gmail, GPT-4o를 사용한 고객 커뮤니케이션 및 관리 자동화
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Notion API Key
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "ai-client-success-coach-001",
"name": "AI-Powered Client Success Coach",
"tags": [
"solopreneur",
"client success",
"automation",
"no-code",
"GPT-4o",
"Notion",
"email",
"CRM",
"small business"
],
"nodes": [
{
"id": "node-cron-001",
"name": "Cron 트리거",
"type": "n8n-nodes-base.cron",
"position": [
100,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-new",
"name": "Notion에서 신규 고객 가져오기",
"type": "n8n-nodes-base.notion",
"position": [
300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-gmail-welcome",
"name": "환영 이메일 발송",
"type": "n8n-nodes-base.gmail",
"position": [
500,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-onboarded",
"name": "고객을 온보딩 완료로 업데이트",
"type": "n8n-nodes-base.notion",
"position": [
700,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-checkin",
"name": "체크인이 필요한 활성 고객 가져오기",
"type": "n8n-nodes-base.notion",
"position": [
300,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-openai-checkin",
"name": "GPT-4o로 체크인 메시지 생성",
"type": "n8n-nodes-base.openAi",
"position": [
500,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-gmail-checkin",
"name": "체크인 이메일 발송",
"type": "n8n-nodes-base.gmail",
"position": [
700,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-update-checkin",
"name": "마지막 체크인 날짜 업데이트",
"type": "n8n-nodes-base.notion",
"position": [
900,
500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-feedback",
"name": "피드백을 위한 완료 고객 가져오기",
"type": "n8n-nodes-base.notion",
"position": [
300,
700
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-gmail-feedback",
"name": "피드백 요청 발송",
"type": "n8n-nodes-base.gmail",
"position": [
500,
700
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-mark-feedback",
"name": "피드백 수집 완료 표시",
"type": "n8n-nodes-base.notion",
"position": [
700,
700
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-inactive",
"name": "비활성 고객 가져오기",
"type": "n8n-nodes-base.notion",
"position": [
300,
900
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-gmail-reengage",
"name": "재참여 이메일 발송",
"type": "n8n-nodes-base.gmail",
"position": [
500,
900
],
"parameters": {},
"typeVersion": 1
},
{
"id": "node-notion-mark-reengage",
"name": "재참여 발송 완료 표시",
"type": "n8n-nodes-base.notion",
"position": [
700,
900
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {},
"versionId": "v1.0",
"connections": {
"node-cron-001": {
"main": [
[
"Notion에서 신규 고객 가져오기",
"main",
0
],
[
"체크인이 필요한 활성 고객 가져오기",
"main",
0
],
[
"피드백을 위한 완료 고객 가져오기",
"main",
0
],
[
"비활성 고객 가져오기",
"main",
0
]
]
},
"node-gmail-welcome": {
"main": [
[
"고객을 온보딩 완료로 업데이트",
"main",
0
]
]
},
"node-gmail-checkin": {
"main": [
[
"마지막 체크인 날짜 업데이트",
"main",
0
]
]
},
"node-notion-inactive": {
"main": [
[
"재참여 이메일 발송",
"main",
0
]
]
},
"node-gmail-feedback": {
"main": [
[
"피드백 수집 완료 표시",
"main",
0
]
]
},
"node-gmail-reengage": {
"main": [
[
"재참여 발송 완료 표시",
"main",
0
]
]
},
"node-notion-new": {
"main": [
[
"환영 이메일 발송",
"main",
0
]
]
},
"node-notion-feedback": {
"main": [
[
"피드백 요청 발송",
"main",
0
]
]
},
"node-notion-checkin": {
"main": [
[
"GPT-4o로 체크인 메시지 생성",
"main",
0
]
]
},
"node-openai-checkin": {
"main": [
[
"체크인 이메일 발송",
"main",
0
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 고객관계관리, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
매일 비즈니스 팔스
사용자 Notion, Gmail, Stripe, 일정, GPT-4o를 통해 매일 비즈니스 요약 생성
Cron
Gmail
Notion
+
Cron
Gmail
Notion
6 노드Shelly-Ann Davy
AI 요약
우아한 고객 온보딩 컨시어지 서비스 — 프로페셔널 에디션 (유니버설, v3)
Notion, 이메일 및 CRM 연동을 사용한 자동 고객 온보딩 시스템
If
Set
Notion
+
If
Set
Notion
31 노드Shelly-Ann Davy
고객관계관리
Blush Pink Week — 7일 Pinterest 플래너 (n8n + Notion)
통합Notion与이메일보내기功能의7天Pinterest콘텐츠规划器
If
Set
Cron
+
If
Set
Cron
17 노드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
콘텐츠 제작
Affirmative Sender + 매일 감사 요약(건강) v2
Notion, 이메일 및 Telegram을 사용한 일일 긍정적인 말과 주간 감사 요약
If
Set
Cron
+
If
Set
Cron
26 노드Shelly-Ann Davy
개인 생산성
워크플로우 정보
난이도
중급
노드 수14
카테고리2
노드 유형4
저자
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에서 보기 →
이 워크플로우 공유