8
n8n 한국어amn8n.com

장바구니 포기 복구 이메일

중급

이것은Lead Nurturing분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Set, Wait, Shopify, EmailSend 등의 노드를 사용하며. 자동화된 Shopify 장바구니 포기 복구 이메일

사전 요구사항
  • Shopify Admin API 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "Gx5DBmEYxiVkQjJO",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc"
  },
  "name": "ABANDONED CART RECOVERY EMAIL",
  "tags": [],
  "nodes": [
    {
      "id": "21b8840b-09d2-44ab-9d26-bd3bec00e4ce",
      "name": "카트 생성됨",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -860,
        340
      ],
      "webhookId": "cart-webhook-001",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b9cac3ca-f8d9-4bd0-bd68-ad363e7b9b7f",
      "name": "1시간 대기",
      "type": "n8n-nodes-base.wait",
      "position": [
        -640,
        340
      ],
      "webhookId": "f5549382-d8dd-4ea7-8bfd-c144b8a07755",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ddd8efe1-6d20-4e81-af0d-373a0e8b9a79",
      "name": "주문 존재 여부 확인",
      "type": "n8n-nodes-base.shopify",
      "position": [
        -420,
        340
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "373b19b0-2271-4617-8010-397c44442c8c",
      "name": "카트 포기 시",
      "type": "n8n-nodes-base.if",
      "position": [
        -200,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "34fe14ce-ce1e-423b-a092-885223aea946",
      "name": "이메일 데이터 포맷팅",
      "type": "n8n-nodes-base.set",
      "position": [
        20,
        340
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "0d2b87b8-a254-4777-9499-dc7a0b80d555",
      "name": "복구 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        240,
        340
      ],
      "webhookId": "49705359-48b5-4206-bb85-f2b7cd9c2940",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "fb16786b-9f9c-4ca7-b305-ed99b08c5410",
      "name": "워크플로우 정보",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2905b395-c08a-4635-9aae-3570501dc8ae",
      "name": "기능 및 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "86da44ac-1f29-4ee4-af11-7800b0101706",
      "name": "비즈니스 가치",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        500
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "770c98ba-1f3d-4063-8917-10200ea495ea",
      "name": "고객 여정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d0af7b75-7242-49e2-9263-ab9a9d458fd2",
      "name": "이메일 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9012979d-cd0f-4a4e-a670-ca5e8cc0a04a",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        520
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f97ae925-780a-49be-89fc-2cbb903b593b",
  "connections": {
    "b9cac3ca-f8d9-4bd0-bd68-ad363e7b9b7f": {
      "main": [
        [
          {
            "node": "ddd8efe1-6d20-4e81-af0d-373a0e8b9a79",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "21b8840b-09d2-44ab-9d26-bd3bec00e4ce": {
      "main": [
        [
          {
            "node": "b9cac3ca-f8d9-4bd0-bd68-ad363e7b9b7f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "34fe14ce-ce1e-423b-a092-885223aea946": {
      "main": [
        [
          {
            "node": "0d2b87b8-a254-4777-9499-dc7a0b80d555",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "373b19b0-2271-4617-8010-397c44442c8c": {
      "main": [
        [
          {
            "node": "34fe14ce-ce1e-423b-a092-885223aea946",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ddd8efe1-6d20-4e81-af0d-373a0e8b9a79": {
      "main": [
        [
          {
            "node": "373b19b0-2271-4617-8010-397c44442c8c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 리드 육성

유료인가요?

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

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

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

저자
David Olusola

David Olusola

@dae221

I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34