8
n8n 한국어amn8n.com

Pantry 소프트 재고 보충 — Notion → 쇼핑 목록 + 이메일

중급

이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 15개의 노드를 포함합니다.주로 Set, Cron, Notion, Function, EmailSend 등의 노드를 사용하며. Notion 및 이메일 알림을 활용한 식료품 저장소 재고 자동 관리

사전 요구사항
  • Notion API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "name": "Pantry Soft-Stock Refill — Notion → Grocery List + Email",
  "nodes": [
    {
      "id": "1",
      "name": "일일 트리거",
      "type": "n8n-nodes-base.cron",
      "position": [
        260,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2",
      "name": "사용자 설정",
      "type": "n8n-nodes-base.set",
      "position": [
        260,
        220
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3",
      "name": "Pantry 항목 가져오기",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        360
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4",
      "name": "기존 구매 목록 가져오기",
      "type": "n8n-nodes-base.notion",
      "position": [
        540,
        540
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5",
      "name": "구매 목록 계산",
      "type": "n8n-nodes-base.function",
      "position": [
        820,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "6",
      "name": "장보기 목록 생성",
      "type": "n8n-nodes-base.notion",
      "position": [
        1100,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7",
      "name": "이메일 작성",
      "type": "n8n-nodes-base.function",
      "position": [
        1380,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8",
      "name": "이메일 전송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1640,
        450
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9",
      "name": "오류 처리기",
      "type": "n8n-nodes-base.errorTrigger",
      "disabled": true,
      "position": [
        260,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "10",
      "name": "## 설명",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "11",
      "name": "## 설정 체크리스트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "12",
      "name": "## 데모 및 갤러리",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        380
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "13",
      "name": "## QA/테스트 계획",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "14",
      "name": "## 태그 및 카테고리",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        700
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "15",
      "name": "## 저작권 및 라이선스",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        860
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "1": {
      "main": [
        [
          {
            "node": "2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2": {
      "main": [
        [
          {
            "node": "3",
            "type": "main",
            "index": 0
          },
          {
            "node": "4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3": {
      "main": [
        [
          {
            "node": "5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4": {
      "main": [
        [
          {
            "node": "5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5": {
      "main": [
        [
          {
            "node": "6",
            "type": "main",
            "index": 0
          },
          {
            "node": "7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7": {
      "main": [
        [
          {
            "node": "8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 개인 생산성, 멀티모달 AI

유료인가요?

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

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

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

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