8
n8n 한국어amn8n.com

IMAP 응답 기반 이메일 시퀀스 스토퍼

중급

이것은Social Media분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Code, GoogleSheets, EmailReadImap 등의 노드를 사용하며. IMAP 및 Google 스프레드시트를 사용하여 응답 기반 이메일 시퀀스 자동 중지

사전 요구사항
  • Google Sheets API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "BjAH6U8A1BMNtX7W",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
  },
  "name": "IMAP Reply-Based Sequence Stopper",
  "tags": [],
  "nodes": [
    {
      "id": "4fbf8996-96e4-415c-929f-656629a987a4",
      "name": "이메일 트리거 (IMAP)",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        500,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f8b81645-947d-4ea4-8808-e86c4a6ef8f6",
      "name": "회신 추적",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5d30a213-a5b2-4c07-ad48-a7b4c1c3424c",
      "name": "스티키 노트 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "def234c3-9968-4288-b58f-7259e67f448f",
      "name": "스티키 노트 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "034b73cc-389d-4b6f-a8c7-16043decc2df",
      "name": "스티키 노트 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "41c67b1a-221e-4d83-8ee0-a2531267ec40",
      "name": "스티키 노트 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2fe77256-90ec-463d-8aa5-f250f2100015",
      "name": "스티키 노트 5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "714310f0-8abd-47ca-a217-1f5f06bc94f4",
      "name": "SMART MATCHING",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        940,
        340
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "021e5c31-55d2-4784-a7bd-b722a36f6c96",
      "name": "AUTO-STOP SEQUENCES",
      "type": "n8n-nodes-base.code",
      "position": [
        1160,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "a21db415-c853-4eb4-9c7d-22530763aa9a",
      "name": "레코드 업데이트",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1400,
        340
      ],
      "parameters": {},
      "typeVersion": 4.6
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f088a1b0-a58f-4e48-9165-7e139280e62f",
  "connections": {
    "f8b81645-947d-4ea4-8808-e86c4a6ef8f6": {
      "main": [
        [
          {
            "node": "714310f0-8abd-47ca-a217-1f5f06bc94f4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "714310f0-8abd-47ca-a217-1f5f06bc94f4": {
      "main": [
        [
          {
            "node": "021e5c31-55d2-4784-a7bd-b722a36f6c96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "021e5c31-55d2-4784-a7bd-b722a36f6c96": {
      "main": [
        [
          {
            "node": "a21db415-c853-4eb4-9c7d-22530763aa9a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4fbf8996-96e4-415c-929f-656629a987a4": {
      "main": [
        [
          {
            "node": "f8b81645-947d-4ea4-8808-e86c4a6ef8f6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 소셜 미디어

유료인가요?

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

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

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

저자
David Olusola

David Olusola

@dae221

AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34