8
n8n 한국어amn8n.com

일일 뉴스

중급

이것은AI, Marketing분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Gmail, HttpRequest, GoogleSheets, Agent, ScheduleTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. GPT-4o + 이메일 발송을 사용한 자동화된 뉴스 요약

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Sheets API 인증 정보
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "0amwQfcJAlNBQvX6",
  "meta": {
    "instanceId": "ISNTANCE_ID",
    "templateCredsSetupCompleted": true
  },
  "name": "Daily News",
  "tags": [],
  "nodes": [
    {
      "id": "1145643c-2b2c-44e9-bcf4-30e412f9416e",
      "name": "스케줄 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -960,
        -340
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 10
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "44038509-248a-47d4-9c49-5c0f29ffda22",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -400,
        -340
      ],
      "parameters": {
        "text": "=You are act as news expert and collect all news headlines  in below and summarise in 5 bullets.\n\n\n {{ $json.articles[1].title }}",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.9
    },
    {
      "id": "e97aeaae-a829-40d5-a344-6ae7141095ec",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -400,
        -160
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "w5WriC1L8qFxdflM",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "7b285d38-5089-4eed-bd81-8ef4667f3c28",
      "name": "뉴스 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -680,
        -340
      ],
      "parameters": {
        "url": "https://newsapi.org/v2/top-headlines",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "country",
              "value": "us"
            },
            {
              "name": "apiKey",
              "value": "NEWS_API_KEY"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "4c6e30ad-4030-48e7-b735-1d8e228a1c03",
      "name": "메일 보내기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        180,
        -340
      ],
      "webhookId": "e5c02fba-64bc-47f0-b752-2de2b8e6b03c",
      "parameters": {
        "sendTo": "={{ $json.Email }}",
        "message": "=Hi {{ $json.Name }},\nPlease find the top news headlines as below:\n\n{{ $('AI Agent').item.json.output }}",
        "options": {},
        "subject": "News Headlines",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "OgS5yqJfZOSZiv1I",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "c05f27cc-fd08-457a-b964-3bbd3e7193a2",
      "name": "이메일 목록",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -40,
        -340
      ],
      "parameters": {
        "options": {},
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/YOUR_GOOGLE_SHEET_ID/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1L2dLObdw_aicD6fTd-ElHSBBJIj1aBmKT7FecMtbyyE",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/YOUR_GOOGLE_SHEET_ID/edit?usp=drivesdk",
          "cachedResultName": "Emails"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "OdwrcEa5aEuPpUNR",
          "name": "Google Sheets account"
        }
      },
      "typeVersion": 4.5
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "b5ab7305-3729-4b0a-a432-1e187a93e1bb",
  "connections": {
    "44038509-248a-47d4-9c49-5c0f29ffda22": {
      "main": [
        [
          {
            "node": "c05f27cc-fd08-457a-b964-3bbd3e7193a2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7b285d38-5089-4eed-bd81-8ef4667f3c28": {
      "main": [
        [
          {
            "node": "44038509-248a-47d4-9c49-5c0f29ffda22",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c05f27cc-fd08-457a-b964-3bbd3e7193a2": {
      "main": [
        [
          {
            "node": "4c6e30ad-4030-48e7-b735-1d8e228a1c03",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1145643c-2b2c-44e9-bcf4-30e412f9416e": {
      "main": [
        [
          {
            "node": "7b285d38-5089-4eed-bd81-8ef4667f3c28",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e97aeaae-a829-40d5-a344-6ae7141095ec": {
      "ai_languageModel": [
        [
          {
            "node": "44038509-248a-47d4-9c49-5c0f29ffda22",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 인공지능, 마케팅

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

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

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

저자
Amit Mehta

Amit Mehta

@amitswba

I'm a workflow automation expert with 15+ years in IT industry. I build smart, scalable n8n workflows for AI automation, marketing, CRM, and SaaS integrations. My focus is on simplifying business processes with tools like OpenAI, WhatsApp, Gmail, and Airtable. I help teams and solopreneurs automate smarter, reduce manual tasks, and grow faster—one workflow at a time.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34