8
n8n 한국어amn8n.com

Gmail 이메일 매일 자동 정리

초급

이것은Building Blocks분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Gmail, SplitOut, ScheduleTrigger 등의 노드를 사용하며. Gmail 이메일의 일일 자동 정리 기능

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

사용된 노드 (4)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "c62c01f3e843893075a10f252ec7d6d69e5ab593af019f50055d506cb3081b99",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "61682ff7-397d-4ecb-a98f-91d45d5a07a1",
      "name": "매일 오전 4시 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -140,
        160
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 4
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "84a83cf9-63fc-40cf-bfa6-bc01ad67b3b7",
      "name": "Gmail 받은편지함 이메일 가져오기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        80,
        160
      ],
      "webhookId": "57a7df32-d350-4e67-b106-f7b5b8b39f08",
      "parameters": {
        "filters": {
          "labelIds": "={{ [\"INBOX\"] }}",
          "receivedBefore": "={{ new Date(Date.now() - 24 * 60 * 60 * 1000).toISOString() }}"
        },
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "T6a7nzYASeRq8gwp",
          "name": "Gmail account [abc@mail.com]"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "29939c36-30d1-499a-9c1b-9d3e4c4c9ba5",
      "name": "각 이메일 분할",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        300,
        160
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "id"
      },
      "typeVersion": 1
    },
    {
      "id": "316ad247-78c2-4fbb-b420-94bb8fb354f3",
      "name": "메시지 아카이브 (INBOX 라벨 제거)",
      "type": "n8n-nodes-base.gmail",
      "position": [
        520,
        160
      ],
      "webhookId": "44a7f451-9ebb-4a08-86b2-1c4cb8600bcc",
      "parameters": {
        "labelIds": [
          "INBOX"
        ],
        "messageId": "={{ $json.id }}",
        "operation": "removeLabels"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "T6a7nzYASeRq8gwp",
          "name": "Gmail account [abc@mail.com]"
        }
      },
      "typeVersion": 2.1
    }
  ],
  "pinData": {},
  "connections": {
    "29939c36-30d1-499a-9c1b-9d3e4c4c9ba5": {
      "main": [
        [
          {
            "node": "316ad247-78c2-4fbb-b420-94bb8fb354f3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "61682ff7-397d-4ecb-a98f-91d45d5a07a1": {
      "main": [
        [
          {
            "node": "84a83cf9-63fc-40cf-bfa6-bc01ad67b3b7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "84a83cf9-63fc-40cf-bfa6-bc01ad67b3b7": {
      "main": [
        [
          {
            "node": "29939c36-30d1-499a-9c1b-9d3e4c4c9ba5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "316ad247-78c2-4fbb-b420-94bb8fb354f3": {
      "main": [
        []
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 빌딩 블록

유료인가요?

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

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

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

저자
Niranjan G

Niranjan G

@niranjan

Cybersecurity leader turning complex workflows into seamless, AI-driven automations.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34