批量 Excel/CSV 파일에서 HubSpot 연락처 제거
중급
이것은Sales, Marketing분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 If, Set, Hubspot, Webhook, SplitInBatches 등의 노드를 사용하며. Excel/CSV 파일에서 HubSpot 연락처를 대량으로 삭제
사전 요구사항
- •HubSpot API Key
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "7d8066d2f56a07000fe7d753d3eeabf0ecdf68413466f30d10afe0906f058427",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "4ea0189c-83eb-4c95-92f8-db9b3dd9b521",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
20,
150
],
"webhookId": "abf99fbe-fa03-4f55-b978-db7cba42a565",
"parameters": {
"path": "abf99fbe-fa03-4f55-b978-db7cba42a565",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "0f8a3ab7-8fae-4d94-8721-05239e402a34",
"name": "항목 반복",
"type": "n8n-nodes-base.splitInBatches",
"onError": "continueErrorOutput",
"position": [
680,
150
],
"parameters": {
"options": {
"reset": "={{ false }}"
}
},
"typeVersion": 3
},
{
"id": "7027161a-72ee-47b7-b393-a71a0e9d37f9",
"name": "Replace Me",
"type": "n8n-nodes-base.noOp",
"position": [
1560,
150
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a376ab8e-d925-4c06-a019-1da903a4a5c4",
"name": "연락처 삭제",
"type": "n8n-nodes-base.hubspot",
"position": [
1340,
0
],
"parameters": {
"contactId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"operation": "delete",
"authentication": "appToken"
},
"credentials": {
"hubspotAppToken": {
"id": "IpprhyuB3yZtaB5z",
"name": "HubSpot App Token account"
}
},
"typeVersion": 2.1
},
{
"id": "b7fb3731-255b-4a06-8bb0-51a896721bd5",
"name": "연락처 검색",
"type": "n8n-nodes-base.hubspot",
"onError": "continueRegularOutput",
"position": [
900,
75
],
"parameters": {
"limit": 1,
"operation": "search",
"authentication": "appToken",
"filterGroupsUi": {
"filterGroupsValues": [
{
"filtersUi": {
"filterValues": [
{
"value": "={{ $json.email }}",
"propertyName": "email|string"
}
]
}
}
]
},
"additionalFields": {}
},
"credentials": {
"hubspotAppToken": {
"id": "IpprhyuB3yZtaB5z",
"name": "HubSpot App Token account"
}
},
"typeVersion": 2.1,
"alwaysOutputData": true
},
{
"id": "7f7059cc-cd26-43d5-9006-cd56cf020bce",
"name": "연락처 존재 여부",
"type": "n8n-nodes-base.if",
"position": [
1120,
75
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "dbb5bafc-0939-492f-811f-4bbbfcbbf09d",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.id }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "b1e62cd8-5745-4912-9303-2982fa0a26f5",
"name": "데이터 파싱",
"type": "n8n-nodes-base.set",
"position": [
460,
150
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "40719114-6df6-47b5-ba76-ff7f5dbf16db",
"name": "email",
"type": "string",
"value": "={{ $json.emails }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "59ef516b-9237-4085-9e88-a76608c0e70b",
"name": "파일 데이터 추출",
"type": "n8n-nodes-base.extractFromFile",
"position": [
240,
150
],
"parameters": {
"options": {},
"operation": "xlsx"
},
"notesInFlow": false,
"typeVersion": 1
},
{
"id": "bfef804a-d87d-4f49-90c3-844ba010bf2d",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
20
],
"parameters": {
"height": 120,
"content": "## Start Workflow\nCopy the webhook URL and use it in your app or API client (like Postman)."
},
"typeVersion": 1
},
{
"id": "ff6f02b4-0495-43d3-b6b6-a11cf0dd4ceb",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
140,
320
],
"parameters": {
"color": 4,
"width": 320,
"height": 100,
"content": "## Change Input File Format\nChange file format if needed in Extract File Data Node."
},
"typeVersion": 1
},
{
"id": "4e23de5c-85a4-40cb-94a1-6216a820bdad",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
360,
0
],
"parameters": {
"color": 4,
"width": 320,
"height": 140,
"content": "## Change Field Name\nChange Data Header name if needed in Parse Data Node.\n\ncurrent -> emails"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"4ea0189c-83eb-4c95-92f8-db9b3dd9b521": {
"main": [
[
{
"node": "59ef516b-9237-4085-9e88-a76608c0e70b",
"type": "main",
"index": 0
}
]
]
},
"b1e62cd8-5745-4912-9303-2982fa0a26f5": {
"main": [
[
{
"node": "0f8a3ab7-8fae-4d94-8721-05239e402a34",
"type": "main",
"index": 0
}
]
]
},
"7027161a-72ee-47b7-b393-a71a0e9d37f9": {
"main": [
[
{
"node": "0f8a3ab7-8fae-4d94-8721-05239e402a34",
"type": "main",
"index": 0
}
]
]
},
"a376ab8e-d925-4c06-a019-1da903a4a5c4": {
"main": [
[
{
"node": "7027161a-72ee-47b7-b393-a71a0e9d37f9",
"type": "main",
"index": 0
}
]
]
},
"b7fb3731-255b-4a06-8bb0-51a896721bd5": {
"main": [
[
{
"node": "7f7059cc-cd26-43d5-9006-cd56cf020bce",
"type": "main",
"index": 0
}
]
]
},
"0f8a3ab7-8fae-4d94-8721-05239e402a34": {
"main": [
[],
[
{
"node": "b7fb3731-255b-4a06-8bb0-51a896721bd5",
"type": "main",
"index": 0
}
]
]
},
"59ef516b-9237-4085-9e88-a76608c0e70b": {
"main": [
[
{
"node": "b1e62cd8-5745-4912-9303-2982fa0a26f5",
"type": "main",
"index": 0
}
]
]
},
"7f7059cc-cd26-43d5-9006-cd56cf020bce": {
"main": [
[
{
"node": "a376ab8e-d925-4c06-a019-1da903a4a5c4",
"type": "main",
"index": 0
}
],
[
{
"node": "7027161a-72ee-47b7-b393-a71a0e9d37f9",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 영업, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
基于AI의潜在고객信息增强(Bright Data MCP및Google Sheets)
基于AI의潜在고객信息增强:사용Bright Data MCP및Google Sheets
If
Set
Wait
+
If
Set
Wait
51 노드Cyril Nicko Gaspar
영업
회의 피드백 수집 및 Excel OneDrive 기록 및 Outlook 알림
양식을 통해 회의 피드백을 수집하고 Excel OneDrive에 기록하고 Outlook 알림을 전송
If
Set
Code
+
If
Set
Code
13 노드Akhil Varma Gadiraju
마케팅
ExactBuyer를 사용하여 연락처와 회사 데이터를 통해 새로운 Hubspot 연락처를 풍부화
ExactBuyer를 통해 연락처와 회사 데이터를 활용하여 새로운 Hubspot 연락처를 풍부화
If
Set
Hubspot
+
If
Set
Hubspot
12 노드Mutasem
영업
Overpass 잠재 고객 생성 시스템
OpenStreetMap 데이터를 사용하여 Google Sheets에 비즈니스 유치원 저장
If
Set
Code
+
If
Set
Code
27 노드Akram Kadri
영업
HubSpot 연락처 이메일 확인 및 Hunter.io
Hunter.io를 사용하여 HubSpot 연락처 이메일 검증
Wait
Hunter
Hubspot
+
Wait
Hunter
Hubspot
11 노드Akhil Varma Gadiraju
영업