8
n8n 한국어amn8n.com

Vtiger CRM이 DeepSeek LLM을 통해 자주 묻는 질문에 답변

중급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 If, Agent, ScheduleTrigger, VtigerNode, LmChatDeepSeek 등의 노드를 사용하며. DeepSeek LLM와 LangChain으로 Vtiger CRM 내 FAQ 답변 자동 생성

사전 요구사항
  • 특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "chYsh0pJpFivekfQ",
  "meta": {
    "instanceId": "ea2b41532677d34614d95d13d7d2ccb694657be482144baf71e7140df3b2a853",
    "templateCredsSetupCompleted": true
  },
  "name": "Vtiger CRM answer FAQ by DeepSeek LLM",
  "tags": [],
  "nodes": [
    {
      "id": "4cf51b80-921d-4b76-b368-cb52e4c5b1ae",
      "name": "Vtiger",
      "type": "n8n-nodes-vtiger-crm.vtigerNode",
      "position": [
        -688,
        -224
      ],
      "parameters": {
        "query_field": "select * from Faq where faqstatus='Draft' order by id desc limit 1;"
      },
      "credentials": {
        "vtigerApi": {
          "id": "GDVMGSZb4YFb0cMz",
          "name": "SaadeddinTestCRM"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "56e98463-5a93-438d-acd6-8a47d9e5a03d",
      "name": "Vtiger1",
      "type": "n8n-nodes-vtiger-crm.vtigerNode",
      "position": [
        144,
        -240
      ],
      "parameters": {
        "operation": "update",
        "element_field": "={\n  \"faq_answer\": {{ JSON.stringify($json.output) }},\n\"faqstatus\": \"Published\"\n}",
        "webservice_id_field": "={{ $('Vtiger').item.json.result[0].id }}"
      },
      "credentials": {
        "vtigerApi": {
          "id": "GDVMGSZb4YFb0cMz",
          "name": "SaadeddinTestCRM"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "79457836-4a32-42b8-a21e-a015eb1398b2",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -528,
        -224
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "1a4121a1-3315-48c6-b319-be947242e291",
              "operator": {
                "type": "string",
                "operation": "notEmpty",
                "singleValue": true
              },
              "leftValue": "={{ $json.result[0].id }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "75eae6a3-c2f4-4e2e-ae8f-25dfcd836efa",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -256,
        -240
      ],
      "parameters": {
        "text": "=Output as plain text, {{ $json.result[0].question }}",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 2.1
    },
    {
      "id": "c74887f0-da3d-4c7c-a87f-84087d37c320",
      "name": "DeepSeek 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        -256,
        -32
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "deepSeekApi": {
          "id": "EJnQFKwyggEiiD7g",
          "name": "DeepSeek account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "784b3e33-e62d-4ef6-80ac-b4d8a02a0b19",
      "name": "단순 메모리",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -128,
        -32
      ],
      "parameters": {
        "sessionKey": "={{ $json.result[0].question }}",
        "sessionIdType": "customKey"
      },
      "typeVersion": 1.3
    },
    {
      "id": "b2693d93-4f03-4692-8c5f-16e472b98b33",
      "name": "n분마다 스케줄 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -944,
        -224
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 1
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f3987ade-529e-493c-a3a9-e22b2ba10fe8",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -736,
        -656
      ],
      "parameters": {
        "width": 816,
        "height": 384,
        "content": "### 🧠 Auto-Answer FAQ Drafts with AI  \n**(Vtiger CRM + DeepSeek + LangChain)**\n\nThis workflow runs **every 1 minute** to:\n- 📥 Fetch the latest `Draft` FAQ from Vtiger CRM\n- 🤖 Use **DeepSeek LLM** via **LangChain** to generate a plain-text answer\n- 📤 Automatically update the FAQ with the answer and mark it as `Published`\n---\n> 💡 **Note:**  \n> This workflow uses a custom **Vtiger CRM** node from the **Community Nodes** registry.  \n> To install it in your self-hosted n8n:\n> 1. Go to `Settings` → `Community Nodes`\n> 2. Click **Install Node** then enter:  \n> ```bash\n> n8n-nodes-vtiger-crm\n> ```\n---\n> ✅ Perfect for teams that want to auto-fill answers and speed up knowledge base publishing!"
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "bf3f1f93-3711-494c-9544-2f39f6e45ee8",
  "connections": {
    "79457836-4a32-42b8-a21e-a015eb1398b2": {
      "main": [
        [
          {
            "node": "75eae6a3-c2f4-4e2e-ae8f-25dfcd836efa",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "4cf51b80-921d-4b76-b368-cb52e4c5b1ae": {
      "main": [
        [
          {
            "node": "79457836-4a32-42b8-a21e-a015eb1398b2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "56e98463-5a93-438d-acd6-8a47d9e5a03d": {
      "main": [
        []
      ]
    },
    "75eae6a3-c2f4-4e2e-ae8f-25dfcd836efa": {
      "main": [
        [
          {
            "node": "56e98463-5a93-438d-acd6-8a47d9e5a03d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "784b3e33-e62d-4ef6-80ac-b4d8a02a0b19": {
      "ai_memory": [
        [
          {
            "node": "75eae6a3-c2f4-4e2e-ae8f-25dfcd836efa",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "c74887f0-da3d-4c7c-a87f-84087d37c320": {
      "ai_languageModel": [
        [
          {
            "node": "75eae6a3-c2f4-4e2e-ae8f-25dfcd836efa",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "b2693d93-4f03-4692-8c5f-16e472b98b33": {
      "main": [
        [
          {
            "node": "4cf51b80-921d-4b76-b368-cb52e4c5b1ae",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 콘텐츠 제작, 멀티모달 AI

유료인가요?

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

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

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

저자
Ahmed Saadawi

Ahmed Saadawi

@ahmedsaadawi

CRM consultant and automation expert with 15+ years of experience building AI-powered, no-code workflows for sales, support, and operations. Open to collaboration or custom solutions — let’s connect!

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34