8
n8n 한국어amn8n.com

HubSpot 데이터와 대화(연락처와 거래)

중급

이것은CRM, AI Summarization분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 HubspotTool, Agent, ChatTrigger, LmChatGoogleGemini, MemoryBufferWindow 등의 노드를 사용하며. HubSpot 데이터와 대화(연락처 및 거래)

사전 요구사항
  • HubSpot API Key
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "09423a3357ff64bdcc082268b9d577001317edbe377a3ccfb0b131ffb9554b30",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "3be8d3e0-a672-4c85-95fb-9e21a1efe1b0",
      "name": "채팅 메시지 수신 시",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "2a0ed9f6-848a-4e48-ac72-4365da573b9f",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.3
    },
    {
      "id": "f81e185d-07b4-4cd5-8442-9bea79577e70",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 2.2
    },
    {
      "id": "67431632-01f6-4601-92ff-d731ea8ca9ac",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        80,
        208
      ],
      "parameters": {
        "options": {},
        "modelName": "models/gemini-2.5-pro"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "KYY7pVULIl0PdDp3",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "308d44ba-3d87-4405-900e-f5c6fb41c919",
      "name": "HubSpot에서 연락처 검색",
      "type": "n8n-nodes-base.hubspotTool",
      "position": [
        432,
        208
      ],
      "parameters": {
        "operation": "search",
        "authentication": "oAuth2",
        "filterGroupsUi": {
          "filterGroupsValues": [
            {
              "filtersUi": {
                "filterValues": [
                  {
                    "value": "={{ $fromAI('filterGroupsValues0_filterValues0_Value', ``, 'string') }}",
                    "operator": "={{ $fromAI('operator', `Choose a valid HubSpot CRM Search operator — EQ (equal; exact match), NEQ (not equal), GT (greater than; numbers/timestamps in ms), GTE (>=), LT (<), LTE (<=), BETWEEN (inclusive range; supply values: [startMs,endMs]), IN (equals any; supply values: [\"A\",\"B\",...]), NOT_IN (not in list). Note: date/time filters use epoch ms (UTC)`, 'string') }}",
                    "propertyName": "={{ $fromAI('property_name', `Choose an appropirate hubspot property name - email,firstname,lastname,createdate,lifecyclestage,hs_lead_status,country,state,hs_email_last_open_date,hs_email_last_reply_date,hs_sequences_is_enrolled,hs_sequences_enrolled_count,jobtitle,hubspot_owner_id,hs_sa_first_engagement_date,hs_last_sales_activity_timestamp`, 'string') }}"
                  }
                ]
              }
            }
          ]
        },
        "additionalFields": {
          "query": "hans",
          "properties": "={{ [\"email\",\"firstname\",\"lastname\",\"createdate\",\"lifecyclestage\",\"hs_lead_status\",\"country\",\"state\",\"hs_email_last_open_date\",\"hs_email_last_reply_date\",\"hs_sequences_is_enrolled\",\"hs_sequences_enrolled_count\",\"jobtitle\",\"hubspot_owner_id\",\"hs_sa_first_engagement_date\",\"hs_last_sales_activity_timestamp\"] }}"
        }
      },
      "credentials": {
        "hubspotOAuth2Api": {
          "id": "Vxqd8oQJmbtNmpRz",
          "name": "HubSpot account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "f7fa3e15-296a-41d9-9e0c-4bf92d7cec1e",
      "name": "HubSpot에서 거래 검색",
      "type": "n8n-nodes-base.hubspotTool",
      "position": [
        608,
        208
      ],
      "parameters": {
        "resource": "deal",
        "operation": "search",
        "authentication": "oAuth2",
        "filterGroupsUi": {
          "filterGroupsValues": [
            {
              "filtersUi": {
                "filterValues": [
                  {
                    "value": "=",
                    "propertyName": "hs_all_owner_ids"
                  }
                ]
              }
            }
          ]
        },
        "additionalFields": {
          "properties": [
            "dealname",
            "amount",
            "dealstage",
            "pipeline",
            "closedate",
            "createdate",
            "hubspot_owner_id",
            "hs_lastmodifieddate"
          ]
        }
      },
      "credentials": {
        "hubspotOAuth2Api": {
          "id": "Vxqd8oQJmbtNmpRz",
          "name": "HubSpot account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "7ce28fb1-809f-4d6b-be7d-2707dece9fed",
      "name": "심플 메모리",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        224,
        208
      ],
      "parameters": {},
      "typeVersion": 1.3
    }
  ],
  "pinData": {},
  "connections": {
    "7ce28fb1-809f-4d6b-be7d-2707dece9fed": {
      "ai_memory": [
        [
          {
            "node": "f81e185d-07b4-4cd5-8442-9bea79577e70",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "67431632-01f6-4601-92ff-d731ea8ca9ac": {
      "ai_languageModel": [
        [
          {
            "node": "f81e185d-07b4-4cd5-8442-9bea79577e70",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "308d44ba-3d87-4405-900e-f5c6fb41c919": {
      "ai_tool": [
        [
          {
            "node": "f81e185d-07b4-4cd5-8442-9bea79577e70",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3be8d3e0-a672-4c85-95fb-9e21a1efe1b0": {
      "main": [
        [
          {
            "node": "f81e185d-07b4-4cd5-8442-9bea79577e70",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f7fa3e15-296a-41d9-9e0c-4bf92d7cec1e": {
      "ai_tool": [
        [
          {
            "node": "f81e185d-07b4-4cd5-8442-9bea79577e70",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 고객관계관리, AI 요약

유료인가요?

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

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

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

저자
외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34