Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
고급
이것은Support Chatbot, Multimodal AI분야의자동화 워크플로우로, 19개의 노드를 포함합니다.주로 If, Set, Code, Webhook, Telegram 등의 노드를 사용하며. Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (19)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"notionApi",
"smtp",
"telegramApi"
]
},
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-overview",
"name": "설정 가이드",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-config",
"name": "구성 지침",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual-trigger",
"name": "수동 트리거",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "일일 일정",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-300,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "settings",
"name": "설정",
"type": "n8n-nodes-base.set",
"position": [
-60,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "get-date",
"name": "오늘 날짜 가져오기",
"type": "n8n-nodes-base.code",
"position": [
160,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "Notion 쿼리",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
360
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate",
"name": "일수 계산",
"type": "n8n-nodes-base.code",
"position": [
600,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day7",
"name": "IF 7일",
"type": "n8n-nodes-base.if",
"position": [
820,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day30",
"name": "IF 30일",
"type": "n8n-nodes-base.if",
"position": [
820,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day60",
"name": "IF 60일",
"type": "n8n-nodes-base.if",
"position": [
820,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day7",
"name": "이메일 7일",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day30",
"name": "이메일 30일",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day60",
"name": "이메일 60일",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-notify",
"name": "Telegram 알림",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "webhook",
"name": "평가 웹훅",
"type": "n8n-nodes-base.webhook",
"position": [
-300,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "평가 파싱",
"type": "n8n-nodes-base.code",
"position": [
-60,
640
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "평가 알림",
"type": "n8n-nodes-base.telegram",
"position": [
160,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "respond",
"name": "응답",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
380,
640
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"respond": {
"main": []
},
"if-day7": {
"main": [
[],
[
{
"node": "email-day7",
"type": "main",
"index": 0
}
]
]
},
"settings": {
"main": [
[
{
"node": "get-date",
"type": "main",
"index": 0
}
]
]
},
"if-day30": {
"main": [
[],
[
{
"node": "email-day30",
"type": "main",
"index": 0
}
]
]
},
"if-day60": {
"main": [
[],
[
{
"node": "email-day60",
"type": "main",
"index": 0
}
]
]
},
"email-day7": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day30": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day60": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"query-notion": {
"main": [
[
{
"node": "calculate",
"type": "main",
"index": 0
}
]
]
},
"calculate": {
"main": [
[
{
"node": "if-day7",
"type": "main",
"index": 0
},
{
"node": "if-day30",
"type": "main",
"index": 0
},
{
"node": "if-day60",
"type": "main",
"index": 0
}
]
]
},
"get-date": {
"main": [
[
{
"node": "query-notion",
"type": "main",
"index": 0
}
]
]
},
"manual-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"schedule-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"parse-testimonial": {
"main": [
[
{
"node": "telegram-testimonial",
"type": "main",
"index": 0
}
]
]
},
"telegram-testimonial": {
"main": [
[
{
"node": "respond",
"type": "main",
"index": 0
}
]
]
},
"webhook": {
"main": [
[
{
"node": "parse-testimonial",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 2
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 지원 챗봇, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
고객 성장 이메일과 Notion 고객 평가 수집 자동화
WhatsApp, GPT-4V, Google Sheets를 사용하여 영수증 데이터 추출 및 정리
If
Code
Notion
+
If
Code
Notion
18 노드Shelly-Ann Davy
청구서 처리
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
OpenAI, LangChain, API 통합을 사용한 작업 자동화 초보자 가이드
OpenAI, LangChain 및 API 통합을 사용한 작업 자동화 시작자 가이드
If
Set
Code
+
If
Set
Code
33 노드Meelioo
콘텐츠 제작
Telegram을 사용하여 Mistral OCR를 통해 이미지와 PDF에서 텍스트를 Markdown로 추출
Telegram을 통해 Mistral OCR을 사용하여 이미지와 PDF에서 텍스트를 추출하여 Markdown로
If
Set
Code
+
If
Set
Code
40 노드Rostislav
문서 추출
AI 증상 검사와 의사 추천
Ollama AI와 WhatsApp을 사용한 의료 증상 분석 및 의사 추천
If
Code
Webhook
+
If
Code
Webhook
15 노드Oneclick AI Squad
지원 챗봇
재무 및 회계를 위한 AI 기반 송장 알림 및 결제 추적기
재무 및 회계를 위해 설계된 AI 기반 송장 알림 및 결제 추적기
If
Set
Code
+
If
Set
Code
35 노드Oneclick AI Squad
청구서 처리
워크플로우 정보
난이도
고급
노드 수19
카테고리2
노드 유형11
저자
Shelly-Ann Davy
@SheCodesFlowFounder 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에서 보기 →
이 워크플로우 공유