8
n8n 한국어amn8n.com

일요일 Gmail 수신함 정리

초급

이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Cron, Gmail 등의 노드를 사용하며. Gmail 정리 자동화: 주간 뉴스레터 아카이빙 및 영수증 라벨 지정

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보

사용된 노드 (5)

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "__PLACEHOLDER__"
  },
  "name": "Sunday Sweep Gmail Zero",
  "nodes": [
    {
      "id": "cron",
      "name": "일요일 오후 9시 트리거",
      "type": "n8n-nodes-base.cron",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "getNews",
      "name": "오래된 뉴스레터 찾기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        250
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "archiveNews",
      "name": "소프트 보관",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        250
      ],
      "operation": "delete",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "getReceipts",
      "name": "영수증 찾기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        420
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "labelReceipts",
      "name": "영수증 라벨링",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        420
      ],
      "operation": "addLabel",
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "connections": {
    "getReceipts": {
      "main": [
        [
          {
            "node": "labelReceipts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cron": {
      "main": [
        [
          {
            "node": "getNews",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "getReceipts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "getNews": {
      "main": [
        [
          {
            "node": "archiveNews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 개인 생산성, 멀티모달 AI

유료인가요?

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

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

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

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

이 워크플로우 공유

카테고리

카테고리: 34