8
n8n 한국어amn8n.com

자동화된 시장 보고서 생성 및 배포

중급

이것은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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수9
카테고리1
노드 유형8
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Marth

Marth

@marth

Simplifying 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에서 보기

이 워크플로우 공유

카테고리

카테고리: 34