8
n8n 한국어amn8n.com

Gmail, Google 스프레드시트, Slack 알림을 사용한 배치 이메일 발송 및 추적

중급

이것은Marketing분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Wait, Gmail, Slack, Switch, GoogleSheets 등의 노드를 사용하며. Gmail, Google 스프레드시트, Slack 알림을 사용한 대량 이메일 발송 및 추적

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Slack Bot Token 또는 Webhook URL
  • Google Sheets API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "28099d2544433ae0f39c65315a4d4c531947fcb0f060a94d6047d7be5df31063",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -140,
        260
      ],
      "webhookId": "7991dbd6-9db7-4a38-ab95-b4c9756b93ee",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "cdae80d4-4f4a-4291-a41c-0c77406eef53",
      "name": "대기4",
      "type": "n8n-nodes-base.wait",
      "position": [
        220,
        260
      ],
      "webhookId": "c4cf719a-d47f-4761-8a16-aff92b8e9a19",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ebb78ca4-059a-4e3f-be69-5380d62ba9d9",
      "name": "Google 스프레드시트8",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -840,
        140
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "ad52a0d8-37af-4181-a023-87986dbd2a8f",
      "name": "항목 반복4",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -620,
        140
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "9007c279-f456-4d98-8e89-b012875fd687",
      "name": "Google 스프레드시트9",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        40,
        260
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "ee34e264-6f1c-4009-b401-ad6276ebd732",
      "name": "스위치2",
      "type": "n8n-nodes-base.switch",
      "position": [
        -380,
        240
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "bac9dd7f-ea4d-4aa0-a681-3c3ac12223e7",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        -400,
        40
      ],
      "webhookId": "806ebfab-0c1c-4011-b116-7d06dbf16ec4",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "20bb811a-706e-4729-aef0-a95ddeb38932",
      "name": "메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1100,
        -60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5d99e02c-b946-4f80-8393-35cd6aaf5e89",
      "name": "메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ecdc3aa2-b779-4717-b1cd-f8366093d76c",
      "name": "일정 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1060,
        140
      ],
      "parameters": {},
      "typeVersion": 1.2
    }
  ],
  "pinData": {},
  "connections": {
    "Wait4": {
      "main": [
        [
          {
            "node": "Loop Over Items4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf": {
      "main": [
        [
          {
            "node": "Google Sheets9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch2": {
      "main": [
        [
          {
            "node": "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets8": {
      "main": [
        [
          {
            "node": "Loop Over Items4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets9": {
      "main": [
        [
          {
            "node": "Wait4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items4": {
      "main": [
        [
          {
            "node": "bac9dd7f-ea4d-4aa0-a681-3c3ac12223e7",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Switch2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 마케팅

유료인가요?

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

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

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

저자
Electrabot

Electrabot

@vansh404

AI Automation Agency Based In Canada Reach out to me if you need any help -https://www.linkedin.com/in/vansharoraa/

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34