고객 성장 이메일과 Notion 고객 평가 수집 자동화
고급
이것은Invoice Processing, AI Summarization, Multimodal AI분야의자동화 워크플로우로, 18개의 노드를 포함합니다.주로 If, Code, Notion, Webhook, Telegram 등의 노드를 사용하며. WhatsApp, GPT-4V, Google Sheets를 사용하여 영수증 데이터 추출 및 정리
사전 요구사항
- •Notion API Key
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Telegram Bot Token
사용된 노드 (18)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-header",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-setup",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual1",
"name": "수동 트리거",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
660
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule1",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
220,
760
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "getdate1",
"name": "오늘 날짜 가져오기",
"type": "n8n-nodes-base.code",
"position": [
420,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "notion1",
"name": "Notion 클라이언트 가져오기",
"type": "n8n-nodes-base.notion",
"position": [
620,
710
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "calculate1",
"name": "마일스톤 일수 계산",
"type": "n8n-nodes-base.code",
"position": [
820,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday7",
"name": "IF 7일차",
"type": "n8n-nodes-base.if",
"position": [
1020,
610
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday30",
"name": "IF 30일차",
"type": "n8n-nodes-base.if",
"position": [
1020,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday60",
"name": "IF 60일차",
"type": "n8n-nodes-base.if",
"position": [
1020,
810
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email7",
"name": "7일차 이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
610
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email30",
"name": "30일차 이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
710
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email60",
"name": "60일차 이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
810
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "telegram1",
"name": "Telegram로 알림",
"type": "n8n-nodes-base.telegram",
"position": [
1420,
710
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "webhook1",
"name": "테스티모니얼 Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
220,
980
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "parse1",
"name": "테스티모니얼 파싱",
"type": "n8n-nodes-base.code",
"position": [
420,
980
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram2",
"name": "테스티모니얼 알림",
"type": "n8n-nodes-base.telegram",
"position": [
620,
980
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "respond1",
"name": "Webhook에 응답",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
820,
980
],
"parameters": {},
"typeVersion": 1.1
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"updatedAt": "2025-10-06T00:00:00.000Z",
"versionId": "1.0.0",
"staticData": null,
"connections": {
"ifday7": {
"main": [
[
{
"node": "email7",
"type": "main",
"index": 0
}
]
]
},
"ifday30": {
"main": [
[
{
"node": "email30",
"type": "main",
"index": 0
}
]
]
},
"ifday60": {
"main": [
[
{
"node": "email60",
"type": "main",
"index": 0
}
]
]
},
"getdate1": {
"main": [
[
{
"node": "notion1",
"type": "main",
"index": 0
}
]
]
},
"manual1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"schedule1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"email7": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"parse1": {
"main": [
[
{
"node": "telegram2",
"type": "main",
"index": 0
}
]
]
},
"email30": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"email60": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"notion1": {
"main": [
[
{
"node": "calculate1",
"type": "main",
"index": 0
}
]
]
},
"telegram2": {
"main": [
[
{
"node": "respond1",
"type": "main",
"index": 0
}
]
]
},
"webhook1": {
"main": [
[
{
"node": "parse1",
"type": "main",
"index": 0
}
]
]
},
"calculate1": {
"main": [
[
{
"node": "ifday7",
"type": "main",
"index": 0
},
{
"node": "ifday30",
"type": "main",
"index": 0
},
{
"node": "ifday60",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 0
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 청구서 처리, AI 요약, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
재무 및 회계를 위한 AI 기반 송장 알림 및 결제 추적기
재무 및 회계를 위해 설계된 AI 기반 송장 알림 및 결제 추적기
If
Set
Code
+
If
Set
Code
35 노드Oneclick AI Squad
청구서 처리
Notion에서의 고객 육성 이메일 자동화
Notion, Email, Tally, Telegram을 사용한 고객 육성 및 평가 수집 자동화
If
Code
Notion
+
If
Code
Notion
17 노드Shelly-Ann Davy
소셜 미디어
자동 재무 추적기: 영수증 동기화, 현금 흐름 예측 및 월간 리포트 수신
Gmail, Google 스프레드시트, GPT-4o 월간 보고서를 사용한 자동 재정 추적기
If
Set
Cron
+
If
Set
Cron
17 노드Shelly-Ann Davy
청구서 처리
PDF 벡터, Google Drive 및 데이터베이스를 사용하여发票 데이터를 추출하고 저장
PDF 벡터, Google Drive, 데이터베이스를 사용하여 청구서 데이터를 추출하고 저장합니다.
If
Code
Slack
+
If
Code
Slack
26 노드PDF Vector
청구서 처리
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
워크플로우 정보
난이도
고급
노드 수18
카테고리3
노드 유형10
저자
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에서 보기 →
이 워크플로우 공유