자동 재무 추적기: 영수증 동기화, 현금 흐름 예측 및 월간 리포트 수신
고급
이것은Invoice Processing, AI Summarization, Multimodal AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 If, Set, Cron, Gmail, OpenAi 등의 노드를 사용하며. Gmail, Google 스프레드시트, GPT-4o 월간 보고서를 사용한 자동 재정 추적기
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •OpenAI API Key
- •Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"gmailOAuth2",
"googleSheetsOAuth2Api",
"openAiApi",
"smtp"
]
},
"name": "Auto-Finance Tracker: Sync Receipts, Forecast Cash Flow & Get Monthly Reports",
"nodes": [
{
"id": "sticky-description",
"name": "📋 템플릿 설명",
"type": "n8n-nodes-base.stickyNote",
"position": [
50,
50
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "cron-trigger-node",
"name": "월간 보고서 트리거",
"type": "n8n-nodes-base.cron",
"position": [
250,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "user-config",
"name": "사용자 설정",
"type": "n8n-nodes-base.set",
"position": [
50,
200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "gmail-fetch-node",
"name": "영수증 이메일 가져오기",
"type": "n8n-nodes-base.gmail",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "gmail-get-attachments",
"name": "첨부파일 포함 이메일 가져오기",
"type": "n8n-nodes-base.gmail",
"position": [
450,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "parse-email-body",
"name": "이메일 본문 분석 및 첨부파일 확인",
"type": "n8n-nodes-base.function",
"position": [
650,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ai-extract-receipt",
"name": "AI: 영수증 데이터 추출 (GPT-4o)",
"type": "n8n-nodes-base.openAi",
"position": [
850,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "clean-ai-output",
"name": "AI 출력 정리 및 파싱",
"type": "n8n-nodes-base.function",
"position": [
1050,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "check-duplicates",
"name": "중복 확인",
"type": "n8n-nodes-base.googleSheets",
"position": [
1250,
300
],
"parameters": {},
"typeVersion": 4
},
{
"id": "filter-missing-vendor",
"name": "필터: 공급업체 정보 누락 시 건너뛰기",
"type": "n8n-nodes-base.if",
"position": [
1450,
300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "append-to-sheet",
"name": "재무 시트에 추가",
"type": "n8n-nodes-base.googleSheets",
"position": [
1650,
300
],
"parameters": {},
"typeVersion": 4
},
{
"id": "generate-date-range",
"name": "월별 범위 생성",
"type": "n8n-nodes-base.function",
"position": [
450,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "read-finance-data",
"name": "모든 재무 데이터 읽기",
"type": "n8n-nodes-base.googleSheets",
"position": [
650,
100
],
"parameters": {},
"typeVersion": 4
},
{
"id": "aggregate-monthly",
"name": "월간 데이터 집계",
"type": "n8n-nodes-base.function",
"position": [
850,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ai-generate-insights",
"name": "AI: 인사이트 생성",
"type": "n8n-nodes-base.openAi",
"position": [
1050,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "generate-chart",
"name": "차트 및 최종 데이터 생성",
"type": "n8n-nodes-base.function",
"position": [
1250,
100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "email-report",
"name": "월간 보고서 발송",
"type": "n8n-nodes-base.emailSend",
"position": [
1450,
100
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "v2.1-production-ready",
"connections": {
"check-duplicates": {
"main": [
[
{
"node": "filter-missing-vendor",
"type": "main",
"index": 0
}
]
]
},
"gmail-fetch-node": {
"main": [
[
{
"node": "gmail-get-attachments",
"type": "main",
"index": 0
}
]
]
},
"generate-date-range": {
"main": [
[
{
"node": "read-finance-data",
"type": "main",
"index": 0
}
]
]
},
"ai-generate-insights": {
"main": [
[
{
"node": "generate-chart",
"type": "main",
"index": 0
}
]
]
},
"read-finance-data": {
"main": [
[
{
"node": "aggregate-monthly",
"type": "main",
"index": 0
}
]
]
},
"aggregate-monthly": {
"main": [
[
{
"node": "ai-generate-insights",
"type": "main",
"index": 0
}
]
]
},
"cron-trigger-node": {
"main": [
[
{
"node": "generate-date-range",
"type": "main",
"index": 0
},
{
"node": "gmail-fetch-node",
"type": "main",
"index": 0
}
]
]
},
"clean-ai-output": {
"main": [
[
{
"node": "check-duplicates",
"type": "main",
"index": 0
}
]
]
},
"gmail-get-attachments": {
"main": [
[
{
"node": "parse-email-body",
"type": "main",
"index": 0
}
]
]
},
"generate-chart": {
"main": [
[
{
"node": "email-report",
"type": "main",
"index": 0
}
]
]
},
"filter-missing-vendor": {
"main": [
[
{
"node": "append-to-sheet",
"type": "main",
"index": 0
}
]
]
},
"ai-extract-receipt": {
"main": [
[
{
"node": "clean-ai-output",
"type": "main",
"index": 0
}
]
]
},
"parse-email-body": {
"main": [
[
{
"node": "ai-extract-receipt",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 청구서 처리, AI 요약, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
고객 성장 이메일과 Notion 고객 평가 수집 자동화
WhatsApp, GPT-4V, Google Sheets를 사용하여 영수증 데이터 추출 및 정리
If
Code
Notion
+
If
Code
Notion
18 노드Shelly-Ann Davy
청구서 처리
宁静 CFO 日出 — 软科技晨间简报(가족 CEO)🌸
🌸 CFO 일출 — 가족 CEO를 위한 소프트테크 오전 브리핑 (n8n 템플릿)
Set
Cron
Open Ai
+
Set
Cron
Open Ai
15 노드Shelly-Ann Davy
개인 생산성
경쟁사 콘텐츠 격차 분석기: 자동화된 웹사이트 주제 매핑
Gemini AI, Apify, Google Sheets를 사용한 경쟁사 콘텐츠 격차 분석
If
Set
Code
+
If
Set
Code
30 노드Mychel Garzon
기타
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
GRC 모듈 3: 공급업체 위험 평가기
AI, Google Sheets 및 이메일 알림을 사용한 공급업체 리스크 평가 자동화
If
Set
Gmail
+
If
Set
Gmail
7 노드Adnan Tariq
AI 요약
워크플로우 정보
난이도
고급
노드 수17
카테고리3
노드 유형9
저자
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에서 보기 →
이 워크플로우 공유