8
n8n 한국어amn8n.com

고객 성장 이메일과 Notion 고객 평가 수집 자동화

고급

이것은Invoice Processing, AI Summarization, Multimodal AI분야의자동화 워크플로우로, 18개의 노드를 포함합니다.주로 If, Code, Notion, Webhook, Telegram 등의 노드를 사용하며. WhatsApp, GPT-4V, Google Sheets를 사용하여 영수증 데이터 추출 및 정리

사전 요구사항
  • Notion API Key
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • Telegram Bot Token
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "name": "Automate client nurture emails and testimonial collection from Notion",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-header",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-setup",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        300
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual1",
      "name": "수동 트리거",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        660
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule1",
      "name": "일정 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        220,
        760
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "getdate1",
      "name": "오늘 날짜 가져오기",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "notion1",
      "name": "Notion 클라이언트 가져오기",
      "type": "n8n-nodes-base.notion",
      "position": [
        620,
        710
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "calculate1",
      "name": "마일스톤 일수 계산",
      "type": "n8n-nodes-base.code",
      "position": [
        820,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday7",
      "name": "IF 7일차",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        610
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday30",
      "name": "IF 30일차",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday60",
      "name": "IF 60일차",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        810
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email7",
      "name": "7일차 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        610
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email30",
      "name": "30일차 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        710
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email60",
      "name": "60일차 이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        810
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "telegram1",
      "name": "Telegram로 알림",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1420,
        710
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "webhook1",
      "name": "테스티모니얼 Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        220,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "parse1",
      "name": "테스티모니얼 파싱",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        980
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram2",
      "name": "테스티모니얼 알림",
      "type": "n8n-nodes-base.telegram",
      "position": [
        620,
        980
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "respond1",
      "name": "Webhook에 응답",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        820,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "updatedAt": "2025-10-06T00:00:00.000Z",
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "ifday7": {
      "main": [
        [
          {
            "node": "email7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ifday30": {
      "main": [
        [
          {
            "node": "email30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ifday60": {
      "main": [
        [
          {
            "node": "email60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "getdate1": {
      "main": [
        [
          {
            "node": "notion1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "manual1": {
      "main": [
        [
          {
            "node": "getdate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule1": {
      "main": [
        [
          {
            "node": "getdate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email7": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "parse1": {
      "main": [
        [
          {
            "node": "telegram2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email30": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email60": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "notion1": {
      "main": [
        [
          {
            "node": "calculate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "telegram2": {
      "main": [
        [
          {
            "node": "respond1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook1": {
      "main": [
        [
          {
            "node": "parse1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "calculate1": {
      "main": [
        [
          {
            "node": "ifday7",
            "type": "main",
            "index": 0
          },
          {
            "node": "ifday30",
            "type": "main",
            "index": 0
          },
          {
            "node": "ifday60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
자주 묻는 질문

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

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

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

고급 - 청구서 처리, AI 요약, 멀티모달 AI

유료인가요?

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

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

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

저자
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