자동화된 시장 보고서 생성 및 배포
중급
이것은Market Research분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Cron, Gmail, Function, GoogleDocs, HttpRequest 등의 노드를 사용하며. Google 문서, 테이블 및 Gmail을 사용하여 시장 보고서 생성 및 배포
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "GlgUwkuAq48MlxaK",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Automated Market Report Generation & Distribution",
"tags": [],
"nodes": [
{
"id": "9dfa0ef3-23eb-4b26-a122-b75ef6c94b04",
"name": "0. Cron (월간 예약)",
"type": "n8n-nodes-base.cron",
"position": [
-1648,
208
],
"parameters": {},
"description": "Triggers on the 1st day of every month at 8 AM to generate the report.",
"typeVersion": 1
},
{
"id": "75f56194-4398-477f-a871-9b99e7c11e47",
"name": "1. HTTP 요청 (시장 데이터 가져오기)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1424,
208
],
"parameters": {},
"description": "Fetches raw market data for a specific region from an external API.",
"typeVersion": 1
},
{
"id": "b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9",
"name": "2. 함수 (데이터 처리)",
"type": "n8n-nodes-base.function",
"position": [
-1200,
208
],
"parameters": {},
"description": "Processes and formats the raw API data for the report template.",
"typeVersion": 1
},
{
"id": "b413874a-4940-4c9c-9979-8a83363c9048",
"name": "3. Google Docs (보고서 생성)",
"type": "n8n-nodes-base.googleDocs",
"position": [
-976,
208
],
"parameters": {},
"description": "Creates a new report document from a template and fills it with market data.",
"typeVersion": 1
},
{
"id": "919caceb-0843-4bc7-b728-3cb9ef3f1245",
"name": "4. Google Sheets (고객 목록 가져오기)",
"type": "n8n-nodes-base.googleSheets",
"position": [
-752,
208
],
"parameters": {},
"description": "Gets all client emails from your mailing list sheet.",
"typeVersion": 3
},
{
"id": "2dd3cac5-6073-4877-934d-bb3de4d22a44",
"name": "5. 배치 분할",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-528,
208
],
"parameters": {},
"description": "Processes each client email one by one to send the report.",
"typeVersion": 1
},
{
"id": "9518ca4b-3085-4510-8fad-d8be6915bb62",
"name": "6. Gmail (보고서 발송)",
"type": "n8n-nodes-base.gmail",
"position": [
-304,
208
],
"parameters": {},
"description": "Sends the generated report as an attachment to each client.",
"typeVersion": 1
},
{
"id": "a34de244-453a-406d-8b49-dcc3dac8b143",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
144
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e27d8aeb-ac2d-43ad-8668-2ed849d61249",
"name": "메모지1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
448
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "1e2422b5-3680-49de-a885-eb33fd9f112f",
"connections": {
"2dd3cac5-6073-4877-934d-bb3de4d22a44": {
"main": [
[
{
"node": "9518ca4b-3085-4510-8fad-d8be6915bb62",
"type": "main",
"index": 0
}
]
]
},
"9dfa0ef3-23eb-4b26-a122-b75ef6c94b04": {
"main": [
[
{
"node": "75f56194-4398-477f-a871-9b99e7c11e47",
"type": "main",
"index": 0
}
]
]
},
"b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9": {
"main": [
[
{
"node": "b413874a-4940-4c9c-9979-8a83363c9048",
"type": "main",
"index": 0
}
]
]
},
"b413874a-4940-4c9c-9979-8a83363c9048": {
"main": [
[
{
"node": "919caceb-0843-4bc7-b728-3cb9ef3f1245",
"type": "main",
"index": 0
}
]
]
},
"75f56194-4398-477f-a871-9b99e7c11e47": {
"main": [
[
{
"node": "b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9",
"type": "main",
"index": 0
}
]
]
},
"919caceb-0843-4bc7-b728-3cb9ef3f1245": {
"main": [
[
{
"node": "2dd3cac5-6073-4877-934d-bb3de4d22a44",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 시장 조사
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
GPT-4 및 Stripe 청구서 기반 자동화된 스마트 현금 흐름 및 청구 관리 시스템
GPT-4, Stripe, Google Workspace를 사용한 자동 인voice 워크플로 및 지능형 알림
If
Wait
Gmail
+
If
Wait
Gmail
16 노드Marth
청구서 처리
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
Code
Merge
Slack
+
Code
Merge
Slack
12 노드Marth
시장 조사
GPT-4와 Apify를 기반으로 한 자동화된 다중 AI 에이전트 경쟁 및 시장 분석 시스템
GPT-4, Apify, Google 문서를 사용하여 AI 주도 경쟁 분석 보고서 생성
Code
Slack
Google Docs
+
Code
Slack
Google Docs
11 노드Marth
시장 조사
자동화된 다중 AI 대리자 부동산 및 투자 분석 시스템
GPT-4, SerpAPI, Google Docs 및 Airtable를 사용하여 부동산 투자 보고서 생성
Code
Gmail
Airtable
+
Code
Gmail
Airtable
13 노드Marth
시장 조사
이커머스 생일 할인 자동화
Google 시트와 Gmail을 사용한 이커머스 생일 할인 이메일 자동화
If
Gmail
Function
+
If
Gmail
Function
7 노드Marth
소셜 미디어
이커머스 운영 허브 AI 시스템
Slack, Sheets 및 Gmail을 사용한 이커머스 주문, 재고 및 피드백 자동화
If
Gmail
Slack
+
If
Gmail
Slack
16 노드Marth
고객관계관리
워크플로우 정보
난이도
중급
노드 수9
카테고리1
노드 유형8
저자
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유