8
n8n 한국어amn8n.com

아마존 가격 자동 추적 및 Telegram 알림

고급

이것은Market Research, AI Summarization분야의자동화 워크플로우로, 22개의 노드를 포함합니다.주로 If, Set, Code, Cron, Telegram 등의 노드를 사용하며. Google Gemini를 사용하여 Amazon 가격 자동 추적 및 Telegram 알림 전송

사전 요구사항
  • Telegram Bot Token
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "nodes": [
    {
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2816,
        352
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note1-0"
    },
    {
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2352,
        352
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note2-1"
    },
    {
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2816,
        1072
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note3-2"
    },
    {
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1696,
        1072
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note4-3"
    },
    {
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2288,
        1072
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note5-4"
    },
    {
      "name": "Set: 성공 메시지",
      "type": "n8n-nodes-base.set",
      "position": [
        -2144,
        1216
      ],
      "parameters": {},
      "typeVersion": 3.4,
      "id": "Set--5"
    },
    {
      "name": "Set: 오류 메시지",
      "type": "n8n-nodes-base.set",
      "position": [
        -2144,
        1488
      ],
      "parameters": {},
      "typeVersion": 3.4,
      "id": "Set--6"
    },
    {
      "name": "Config: 제품 및 알림",
      "type": "n8n-nodes-base.set",
      "position": [
        -2672,
        576
      ],
      "parameters": {},
      "typeVersion": 3.4,
      "id": "Config--7"
    },
    {
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -1616,
        576
      ],
      "parameters": {},
      "typeVersion": 2.2,
      "id": "AI--8"
    },
    {
      "name": "Schedule Trigger1",
      "type": "n8n-nodes-base.cron",
      "position": [
        -3008,
        576
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Schedule-Trigger1-9"
    },
    {
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2384,
        -192
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note6-10"
    },
    {
      "name": "Google Gemini Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -1712,
        784
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Google-Gemini-Chat-Model1-11"
    },
    {
      "name": "Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -1536,
        784
      ],
      "parameters": {},
      "typeVersion": 1.3,
      "id": "Memory-12"
    },
    {
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -1376,
        784
      ],
      "parameters": {},
      "typeVersion": 1.3,
      "id": "Structured-Output-Parser-13"
    },
    {
      "name": "Send Error",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -1568,
        1488
      ],
      "parameters": {},
      "typeVersion": 1.2,
      "id": "Send-Error-14"
    },
    {
      "name": "Send Success",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -1568,
        1216
      ],
      "parameters": {},
      "typeVersion": 1.2,
      "id": "Send-Success-15"
    },
    {
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -2784,
        1472
      ],
      "parameters": {},
      "typeVersion": 2.2,
      "id": "If-16"
    },
    {
      "name": "IF: 가격 <= 목표?",
      "type": "n8n-nodes-base.if",
      "position": [
        -2544,
        1216
      ],
      "parameters": {},
      "typeVersion": 2.2,
      "id": "IF--17"
    },
    {
      "name": "Fetch HTML",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -2320,
        576
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "Fetch-HTML-18"
    },
    {
      "name": "Parse and clean HTML",
      "type": "n8n-nodes-base.code",
      "position": [
        -2032,
        576
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Parse-and-clean-HTML-19"
    },
    {
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1760,
        352
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note-20"
    },
    {
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -4800,
        -224
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note7-21"
    }
  ],
  "pinData": {},
  "connections": {
    "If-16": {
      "main": [
        [
          {
            "node": "IF--17",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set--6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Memory-12": {
      "ai_memory": [
        [
          {
            "node": "AI--8",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "AI--8": {
      "main": [
        [
          {
            "node": "If-16",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch-HTML-18": {
      "main": [
        [
          {
            "node": "Parse-and-clean-HTML-19",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule-Trigger1-9": {
      "main": [
        [
          {
            "node": "Config--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set--6": {
      "main": [
        [
          {
            "node": "Send-Error-14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF--17": {
      "main": [
        [
          {
            "node": "Set--5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse-and-clean-HTML-19": {
      "main": [
        [
          {
            "node": "AI--8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set--5": {
      "main": [
        [
          {
            "node": "Send-Success-15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Config--7": {
      "main": [
        [
          {
            "node": "Fetch-HTML-18",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured-Output-Parser-13": {
      "ai_outputParser": [
        [
          {
            "node": "AI--8",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Google-Gemini-Chat-Model1-11": {
      "ai_languageModel": [
        [
          {
            "node": "AI--8",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

고급 - 시장 조사, AI 요약

유료인가요?

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

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

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34