8
n8n 한국어amn8n.com

Stripe, 이메일, Notion 및 Telegram을 사용한 디지털 제품 전달 및 판매 추적 자동화

중급

이것은CRM분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 If, Notion, Webhook, Telegram, EmailSend 등의 노드를 사용하며. Stripe, 이메일, Notion 및 Telegram을 사용한 디지털 제품 전달 및 판매 추적 자동화

사전 요구사항
  • Notion API Key
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • Telegram Bot Token
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "nodes": [
    {
      "name": "Stripe Webhook 트리거",
      "type": "n8n-nodes-base.webhook",
      "position": [
        200,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Stripe-Webhook--0"
    },
    {
      "name": "Get Stripe Session",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Get-Stripe-Session-1"
    },
    {
      "name": "Check Product",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Check-Product-2"
    },
    {
      "name": "Send 이메일 - Product A",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        900,
        150
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Send---Product-A-3"
    },
    {
      "name": "Send 이메일 - Product B",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        900,
        450
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Send---Product-B-4"
    },
    {
      "name": "Log to Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        1150,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Log-to-Notion-5"
    },
    {
      "name": "Telegram Notify",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1400,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Telegram-Notify-6"
    }
  ],
  "pinData": {},
  "connections": {
    "Check-Product-2": {
      "main": [
        [
          {
            "node": "Send Email - Product A",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Email - Product B",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log-to-Notion-5": {
      "main": [
        [
          {
            "node": "Telegram-Notify-6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Stripe Webhook": {
      "main": [
        [
          {
            "node": "Get-Stripe-Session-1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get-Stripe-Session-1": {
      "main": [
        [
          {
            "node": "Check-Product-2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email - Product A": {
      "main": [
        [
          {
            "node": "Log-to-Notion-5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email - Product B": {
      "main": [
        [
          {
            "node": "Log-to-Notion-5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 고객관계관리

유료인가요?

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

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

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

저자
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

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