8
n8n 한국어amn8n.com

스팸 메일 자동 삭제

초급

이것은Other분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Gmail, ScheduleTrigger 등의 노드를 사용하며. 예정에 따라 Gmail 스팸 메일 자동 삭제

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

사용된 노드 (5)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "DzNTc1Td148ti7RU",
  "meta": {
    "instanceId": "e76981884963d13b9deb7bc5a6b15daf6838937e1dd529f22f2c146d8b79cae4",
    "templateCredsSetupCompleted": true
  },
  "name": "Automatically delete SPAM emails",
  "tags": [
    {
      "id": "yjDYtffFaPyJlYcC",
      "name": "template",
      "createdAt": "2025-05-21T14:11:32.813Z",
      "updatedAt": "2025-05-21T14:11:32.813Z"
    }
  ],
  "nodes": [
    {
      "id": "a4fa3e50-5b63-4e69-97eb-534b1170ebab",
      "name": "일요일 자정에 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -260,
        -20
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "286e5c34-18ab-46da-b184-cfabf796b21d",
      "name": "스팸 메일 삭제",
      "type": "n8n-nodes-base.gmail",
      "position": [
        160,
        -20
      ],
      "webhookId": "46b0fe0f-cc00-4994-8364-9048c888e9ef",
      "parameters": {
        "messageId": "={{ $json.id }}",
        "operation": "delete"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "yz4iqcG5X1s5wlgS",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "b755451e-7fc3-4c3b-b669-69d700c38fa4",
      "name": "모든 스팸 메일 가져오기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -60,
        -20
      ],
      "webhookId": "c47419de-278c-40d1-a5da-c9414d3f89c6",
      "parameters": {
        "filters": {
          "labelIds": [
            "SPAM"
          ]
        },
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "yz4iqcG5X1s5wlgS",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "cc3c9d36-a26e-47cb-bb74-3a1027b996cd",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -260
      ],
      "parameters": {
        "color": 7,
        "width": 340,
        "height": 200,
        "content": "## Automatically delete your SPAM emails on frequent basis\n\nThis automation will run repeatedly at a particular time to delete all your SPAM emails\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "86749abf-16c8-4406-9394-b22a384b4e89",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        140
      ],
      "parameters": {
        "color": 7,
        "width": 150,
        "height": 200,
        "content": "## :point_up: UPDATE ME\nSelect when to trigger the workflow"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f47d2f29-89d0-4719-a47b-55b43e84466b",
  "connections": {
    "b755451e-7fc3-4c3b-b669-69d700c38fa4": {
      "main": [
        [
          {
            "node": "286e5c34-18ab-46da-b184-cfabf796b21d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a4fa3e50-5b63-4e69-97eb-534b1170ebab": {
      "main": [
        [
          {
            "node": "b755451e-7fc3-4c3b-b669-69d700c38fa4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 기타

유료인가요?

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

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

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34