8
n8n 한국어amn8n.com

Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행

고급

이것은Support Chatbot, Multimodal AI분야의자동화 워크플로우로, 19개의 노드를 포함합니다.주로 If, Set, Code, Webhook, Telegram 등의 노드를 사용하며. Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
  • Telegram Bot Token
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "templateCreatedBy": {
      "id": "template-creator",
      "name": "n8n Template Creator"
    },
    "templateCredentials": [
      "notionApi",
      "smtp",
      "telegramApi"
    ]
  },
  "name": "Automate client nurture emails and testimonial collection from Notion",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-overview",
      "name": "설정 가이드",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-config",
      "name": "구성 지침",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual-trigger",
      "name": "수동 트리거",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule-trigger",
      "name": "일일 일정",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -300,
        420
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "settings",
      "name": "설정",
      "type": "n8n-nodes-base.set",
      "position": [
        -60,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "get-date",
      "name": "오늘 날짜 가져오기",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "query-notion",
      "name": "Notion 쿼리",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        360
      ],
      "parameters": {},
      "typeVersion": 4.1
    },
    {
      "id": "calculate",
      "name": "일수 계산",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day7",
      "name": "IF 7일",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day30",
      "name": "IF 30일",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "if-day60",
      "name": "IF 60일",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day7",
      "name": "이메일 7일",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day30",
      "name": "이메일 30일",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email-day60",
      "name": "이메일 60일",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        460
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-notify",
      "name": "Telegram 알림",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1260,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "webhook",
      "name": "평가 웹훅",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -300,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "parse-testimonial",
      "name": "평가 파싱",
      "type": "n8n-nodes-base.code",
      "position": [
        -60,
        640
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram-testimonial",
      "name": "평가 알림",
      "type": "n8n-nodes-base.telegram",
      "position": [
        160,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "respond",
      "name": "응답",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        380,
        640
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "respond": {
      "main": []
    },
    "if-day7": {
      "main": [
        [],
        [
          {
            "node": "email-day7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "settings": {
      "main": [
        [
          {
            "node": "get-date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-day30": {
      "main": [
        [],
        [
          {
            "node": "email-day30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "if-day60": {
      "main": [
        [],
        [
          {
            "node": "email-day60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day7": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day30": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email-day60": {
      "main": [
        [
          {
            "node": "telegram-notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "query-notion": {
      "main": [
        [
          {
            "node": "calculate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "calculate": {
      "main": [
        [
          {
            "node": "if-day7",
            "type": "main",
            "index": 0
          },
          {
            "node": "if-day30",
            "type": "main",
            "index": 0
          },
          {
            "node": "if-day60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get-date": {
      "main": [
        [
          {
            "node": "query-notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "manual-trigger": {
      "main": [
        [
          {
            "node": "settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule-trigger": {
      "main": [
        [
          {
            "node": "settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "parse-testimonial": {
      "main": [
        [
          {
            "node": "telegram-testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "telegram-testimonial": {
      "main": [
        [
          {
            "node": "respond",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook": {
      "main": [
        [
          {
            "node": "parse-testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 2
}
자주 묻는 질문

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

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

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

고급 - 지원 챗봇, 멀티모달 AI

유료인가요?

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

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

고급 사용자를 위한 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