8
n8n 한국어amn8n.com

고객 양성 및 추천 자동화 (Gumroad → Notion → 이메일)

고급

이것은Social Media, Multimodal AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 Wait, Notion, Webhook, Function, EmailSend 등의 노드를 사용하며. Notion과 이메일의 Gumroad 고객 양성 및 추천 자동 탐색

사전 요구사항
  • Notion API Key
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {},
  "name": "Client Nurture & Testimonial Auto-Pilot (Gumroad → Notion → Email)",
  "nodes": [
    {
      "id": "StickyOverview",
      "name": "📌 스티커 — 개요 및 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "WebhookSale",
      "name": "Gumroad 판매 (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMap",
      "name": "판매 → 고객 매핑",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateClient",
      "name": "Notion — 고객 생성",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailDelivery",
      "name": "이메일 — 배송 (즉시)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait3d",
      "name": "대기 — 3일",
      "type": "n8n-nodes-base.wait",
      "position": [
        1060,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailTips",
      "name": "이메일 — 팁 (3일차)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1260,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait7d",
      "name": "대기 — 7일",
      "type": "n8n-nodes-base.wait",
      "position": [
        1460,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnTestimonialLink",
      "name": "추천 링크 생성",
      "type": "n8n-nodes-base.function",
      "position": [
        1660,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailAsk",
      "name": "이메일 — 추천 요청 (7일차)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "WebhookTestimonial",
      "name": "추천 (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMapT",
      "name": "추천 매핑",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateT",
      "name": "Notion — 추천 생성",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailOwner",
      "name": "이메일 — 소유자 알림",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "RespondOK",
      "name": "응답 — 감사 메시지",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1060,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ErrorTrig",
      "name": "오류 발생 시",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        80,
        520
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailError",
      "name": "이메일 — 오류 알림",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        340,
        520
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1",
    "saveExecutionProgress": true
  },
  "connections": {
    "ErrorTrig": {
      "main": [
        [
          {
            "node": "EmailError",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMapT": {
      "main": [
        [
          {
            "node": "NotionCreateT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait3d": {
      "main": [
        [
          {
            "node": "EmailTips",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait7d": {
      "main": [
        [
          {
            "node": "FnTestimonialLink",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMap": {
      "main": [
        [
          {
            "node": "NotionCreateClient",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookTestimonial": {
      "main": [
        [
          {
            "node": "FnMapT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnTestimonialLink": {
      "main": [
        [
          {
            "node": "EmailAsk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailOwner": {
      "main": [
        [
          {
            "node": "RespondOK",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailTips": {
      "main": [
        [
          {
            "node": "Wait7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookSale": {
      "main": [
        [
          {
            "node": "FnMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateClient": {
      "main": [
        [
          {
            "node": "EmailDelivery",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateT": {
      "main": [
        [
          {
            "node": "EmailOwner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailDelivery": {
      "main": [
        [
          {
            "node": "Wait3d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

고급 - 소셜 미디어, 멀티모달 AI

유료인가요?

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

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

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34