Pipedrive에서 새로운 유인물을 풍부화하고 Slack에 고질성 유인물 경보를 전송
고급
이것은Sales, Marketing분야의자동화 워크플로우로, 20개의 노드를 포함합니다.주로 Set, Merge, Slack, Filter, Clearbit 등의 노드를 사용하며. Pipedrive에서 새로운 유인물을 풍부화하고 Slack에 고질적인 유인물 경보를 전송
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "257476b1ef58bf3cb6a46e65fac7ee34a53a5e1a8492d5c6e4da5f87c9b82833",
"templateId": "2131"
},
"nodes": [
{
"id": "2b12fb75-ec81-4d2c-a8bb-12ff2bb7e935",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
680,
2.662790697674268
],
"parameters": {
"color": 5,
"width": 410.6749642132356,
"height": 428.2515771212859,
"content": "## Setup\n1. Go to Company Settings -> Data fields -> Organization and add `Domain` as a custom field\n2. Go to Company Settings -> Data fields -> Leads and add `Enriched at` as a custom date field\n2. Add your `Pipedrive`, `Clearbit` and `Slack` credentials.\n3. Fill the `setup` node below. To get the ID of your custom domain fields, simply run the `Show only custom organization fields` and `Show only custom lead fields` nodes below and copy the keys of your domain and enriched at field."
},
"typeVersion": 1
},
{
"id": "123ad2e5-f4f2-4411-bf03-5668124b8757",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1800,
160
],
"parameters": {
"color": 7,
"width": 223.7628185364029,
"height": 276.3308728978709,
"content": "Adjust condition to filter leads by your desired condition. e.g, revenue, number of employees, etc."
},
"typeVersion": 1
},
{
"id": "7725dc9e-5c93-475d-9522-f99b4fd1c81f",
"name": "회사 정보 보강",
"type": "n8n-nodes-base.clearbit",
"position": [
1460,
140
],
"parameters": {
"domain": "={{ $json[$('Setup').first().json.domainCustomFieldId2]}}",
"additionalFields": {}
},
"credentials": {
"clearbitApi": {
"id": "cKDImrinp9tg0ZHW",
"name": "Clearbit account"
}
},
"typeVersion": 1
},
{
"id": "f65855c3-d3d2-415b-bda2-e452d4d7e154",
"name": "모든 리드 가져오기",
"type": "n8n-nodes-base.pipedrive",
"position": [
1120,
280
],
"parameters": {
"filters": {
"archived_status": "not_archived"
},
"resource": "lead",
"operation": "getAll"
},
"credentials": {
"pipedriveApi": {
"id": "M3l7gIG8DdOex6wX",
"name": "Pipedrive account"
}
},
"typeVersion": 1
},
{
"id": "39767a37-bd6d-422e-bc38-bfdfcbbf05af",
"name": "데이터에 조직 ID 추가",
"type": "n8n-nodes-base.set",
"position": [
1640,
140
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "71b4c743-fd69-4f5d-8c29-66b3672f7a2a",
"name": "organization_id",
"type": "number",
"value": "={{ $('Get organization details').item.json.id }}"
}
]
},
"includeOtherFields": true
},
"typeVersion": 3.3
},
{
"id": "4263cd25-dcf3-4521-b716-0ce48d3b2c26",
"name": "기준에 맞는 리드만 유지",
"type": "n8n-nodes-base.filter",
"position": [
2320,
260
],
"parameters": {
"options": {},
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "1b31b826-e87d-425f-a65d-370b4b20f7e1",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.tags.includes(\"B2B\") }}",
"rightValue": 5000000
},
{
"id": "90ef79a7-807a-4894-ae8c-92f9d46e7177",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ $json.metrics.employees }}",
"rightValue": 100
}
]
}
},
"typeVersion": 2
},
{
"id": "98578544-b03d-44aa-a64f-285f8a7cc371",
"name": "5분마다 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
540,
280
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "69ace950-7f1e-469b-bfca-6c0c81f356b9",
"name": "설정",
"type": "n8n-nodes-base.set",
"position": [
820,
280
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "dba31775-dce0-4f4c-ad61-790359197bb3",
"name": "slackChannel",
"type": "string",
"value": "#yourChannel"
},
{
"id": "f8206758-7a4f-414d-921c-6cfecd936335",
"name": "domainCustomFieldId",
"type": "string",
"value": "<Run \"Show only custom organization fields\" and copy the key>"
},
{
"id": "59c71724-f774-4d41-80e7-5fc76dd27c7d",
"name": "enrichedAtCustomFieldId",
"type": "string",
"value": "<Run \"Show only custom lead fields\" and copy the key>"
},
{
"id": "da4ec51e-cc5c-4512-b675-0888d6a0213e",
"name": "enrichedAtCustomFieldId2",
"type": "string",
"value": "68a15ecb2e1255250617c1fd1c06385893334e3c"
},
{
"id": "43544b80-88d3-44ad-9e36-634e9eeaf013",
"name": "domainCustomFieldId2",
"type": "string",
"value": "ab26f671c92146268edacd244181e76579286e71"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "63db576a-6bb7-4215-88f3-98e304081b3e",
"name": "Slack에 알림 전송",
"type": "n8n-nodes-base.slack",
"position": [
2520,
260
],
"parameters": {
"text": "=New high-quality lead 🤑\n*Company Name*: {{ $json.name }} \n*Website*: {{ \"https://\" + $json.domain }}\n*Revenue*: {{ $json.metrics.estimatedAnnualRevenue}}\n*Number of employees*: {{ $json.metrics.employees }}",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "name",
"value": "={{ $('Setup').item.json.slackChannel }}"
},
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "6",
"name": "Idea Bot"
}
},
"typeVersion": 2.1
},
{
"id": "9bef53b4-3732-4ce5-a72c-81c65a533196",
"name": "데이터 병합",
"type": "n8n-nodes-base.merge",
"position": [
1880,
260
],
"parameters": {
"mode": "combine",
"options": {
"clashHandling": {
"values": {
"resolveClash": "preferInput2"
}
}
},
"joinMode": "enrichInput2",
"mergeByFields": {
"values": [
{
"field1": "organization_id",
"field2": "organization_id"
}
]
}
},
"typeVersion": 2.1
},
{
"id": "9c8d106a-ffc6-4295-bc22-8ceddeb0061f",
"name": "조직 세부 정보 가져오기",
"type": "n8n-nodes-base.pipedrive",
"position": [
1280,
140
],
"parameters": {
"resource": "organization",
"operation": "get",
"organizationId": "={{ $json.organization_id }}"
},
"credentials": {
"pipedriveApi": {
"id": "M3l7gIG8DdOex6wX",
"name": "Pipedrive account"
}
},
"typeVersion": 1
},
{
"id": "632477f4-77d1-4c87-a819-2f7022fa6f23",
"name": "모든 조직 키 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
620
],
"parameters": {
"url": "https://api.pipedrive.com/v1/organizationFields",
"options": {},
"sendQuery": true,
"authentication": "predefinedCredentialType",
"queryParameters": {
"parameters": [
{}
]
},
"nodeCredentialType": "pipedriveApi"
},
"credentials": {
"pipedriveApi": {
"id": "M3l7gIG8DdOex6wX",
"name": "Pipedrive account"
}
},
"typeVersion": 4.1
},
{
"id": "f12c4e56-895d-4f34-8924-c99f5e5fefec",
"name": "메모6",
"type": "n8n-nodes-base.stickyNote",
"position": [
997,
520
],
"parameters": {
"width": 187.68142318756514,
"height": 276.3308728978709,
"content": "Run me to find the Id of your custom domain field"
},
"typeVersion": 1
},
{
"id": "229db444-ac48-4557-b393-4dcdc69130fd",
"name": "메모7",
"type": "n8n-nodes-base.stickyNote",
"position": [
1597,
520
],
"parameters": {
"width": 187.68142318756514,
"height": 276.3308728978709,
"content": "Run me to find the Id of your enriched at domain field"
},
"typeVersion": 1
},
{
"id": "ea4b0c82-e52b-4a45-9d3f-7b28b8959574",
"name": "모든 리드 키 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1260,
620
],
"parameters": {
"url": "https://api.pipedrive.com/v1/leadFields",
"options": {},
"sendQuery": true,
"authentication": "predefinedCredentialType",
"queryParameters": {
"parameters": [
{}
]
},
"nodeCredentialType": "pipedriveApi"
},
"credentials": {
"pipedriveApi": {
"id": "M3l7gIG8DdOex6wX",
"name": "Pipedrive account"
}
},
"typeVersion": 4.1
},
{
"id": "a74a2122-ddd5-4239-baa3-ebbc3de15e03",
"name": "리드 필드 데이터 분리",
"type": "n8n-nodes-base.splitOut",
"position": [
1440,
620
],
"parameters": {
"options": {},
"fieldToSplitOut": "data"
},
"typeVersion": 1
},
{
"id": "84fded6b-bdeb-4863-b54c-01faf6cb64cc",
"name": "조직 필드 분리",
"type": "n8n-nodes-base.splitOut",
"position": [
860,
620
],
"parameters": {
"options": {},
"fieldToSplitOut": "data"
},
"typeVersion": 1
},
{
"id": "9d9c502e-ccf2-40f9-ae91-7008532e5528",
"name": "사용자 정의 리드 필드만 표시",
"type": "n8n-nodes-base.filter",
"position": [
1640,
620
],
"parameters": {
"options": {},
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b21201d0-7f9c-417c-ab02-fbaea23a8d24",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.edit_flag }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2
},
{
"id": "a53f58ee-9649-42bc-bee4-b70eea6a0c63",
"name": "사용자 정의 조직 필드만 표시",
"type": "n8n-nodes-base.filter",
"position": [
1040,
620
],
"parameters": {
"options": {},
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b21201d0-7f9c-417c-ab02-fbaea23a8d24",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.edit_flag }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2
},
{
"id": "f9fa198a-860c-460f-ae82-172c71b5a838",
"name": "Pipedrive에서 리드를 보강 완료로 표시",
"type": "n8n-nodes-base.httpRequest",
"position": [
2100,
260
],
"parameters": {
"url": "=https://api.pipedrive.com/v1/leads/{{ $json.id }}",
"method": "PATCH",
"options": {},
"sendBody": true,
"authentication": "predefinedCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "={{ $('Setup').first().json.enrichedAtCustomFieldId2 }}",
"value": "={{ $now.format('yyyy-MM-dd') }}"
}
]
},
"nodeCredentialType": "pipedriveApi"
},
"credentials": {
"pipedriveApi": {
"id": "M3l7gIG8DdOex6wX",
"name": "Pipedrive account"
}
},
"typeVersion": 4.1
}
],
"pinData": {},
"connections": {
"69ace950-7f1e-469b-bfca-6c0c81f356b9": {
"main": [
[
{
"node": "f65855c3-d3d2-415b-bda2-e452d4d7e154",
"type": "main",
"index": 0
}
]
]
},
"9bef53b4-3732-4ce5-a72c-81c65a533196": {
"main": [
[
{
"node": "f9fa198a-860c-460f-ae82-172c71b5a838",
"type": "main",
"index": 0
}
]
]
},
"f65855c3-d3d2-415b-bda2-e452d4d7e154": {
"main": [
[
{
"node": "9c8d106a-ffc6-4295-bc22-8ceddeb0061f",
"type": "main",
"index": 0
},
{
"node": "9bef53b4-3732-4ce5-a72c-81c65a533196",
"type": "main",
"index": 1
}
]
]
},
"7725dc9e-5c93-475d-9522-f99b4fd1c81f": {
"main": [
[
{
"node": "39767a37-bd6d-422e-bc38-bfdfcbbf05af",
"type": "main",
"index": 0
}
]
]
},
"ea4b0c82-e52b-4a45-9d3f-7b28b8959574": {
"main": [
[
{
"node": "a74a2122-ddd5-4239-baa3-ebbc3de15e03",
"type": "main",
"index": 0
}
]
]
},
"98578544-b03d-44aa-a64f-285f8a7cc371": {
"main": [
[
{
"node": "69ace950-7f1e-469b-bfca-6c0c81f356b9",
"type": "main",
"index": 0
}
]
]
},
"9c8d106a-ffc6-4295-bc22-8ceddeb0061f": {
"main": [
[
{
"node": "7725dc9e-5c93-475d-9522-f99b4fd1c81f",
"type": "main",
"index": 0
}
]
]
},
"632477f4-77d1-4c87-a819-2f7022fa6f23": {
"main": [
[
{
"node": "84fded6b-bdeb-4863-b54c-01faf6cb64cc",
"type": "main",
"index": 0
}
]
]
},
"a74a2122-ddd5-4239-baa3-ebbc3de15e03": {
"main": [
[
{
"node": "9d9c502e-ccf2-40f9-ae91-7008532e5528",
"type": "main",
"index": 0
}
]
]
},
"39767a37-bd6d-422e-bc38-bfdfcbbf05af": {
"main": [
[
{
"node": "9bef53b4-3732-4ce5-a72c-81c65a533196",
"type": "main",
"index": 0
}
]
]
},
"84fded6b-bdeb-4863-b54c-01faf6cb64cc": {
"main": [
[
{
"node": "a53f58ee-9649-42bc-bee4-b70eea6a0c63",
"type": "main",
"index": 0
}
]
]
},
"4263cd25-dcf3-4521-b716-0ce48d3b2c26": {
"main": [
[
{
"node": "63db576a-6bb7-4215-88f3-98e304081b3e",
"type": "main",
"index": 0
}
]
]
},
"f9fa198a-860c-460f-ae82-172c71b5a838": {
"main": [
[
{
"node": "4263cd25-dcf3-4521-b716-0ce48d3b2c26",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 영업, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Leadfeeder와 Clearbit를 사용하여 웹 방문자를 풍부화하고 Google 스프레드시트에 저장
Leadfeeder와 Clearbit을 통해 웹 방문자를 풍부화하고 Google 시트에 저장
Set
Filter
Clearbit
+
Set
Filter
Clearbit
15 노드Niklas Hatje
영업
전화 전에 회사 소셜 미디어 활동列出
전화 전에 회사 소셜 미디어 활동 나열
Set
Code
Html
+
Set
Code
Html
19 노드Milorad Filipović
영업
Overpass 잠재 고객 생성 시스템
OpenStreetMap 데이터를 사용하여 Google Sheets에 비즈니스 유치원 저장
If
Set
Code
+
If
Set
Code
27 노드Akram Kadri
영업
Google Maps를 사용하여 잠재 고객 생성 - AlexK1919
Google Maps를 사용하여 잠재 고객 생성
If
Set
Code
+
If
Set
Code
42 노드Alex Kim
영업
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
부동산 시장 스캔
BatchData 및 CRM 통합을 사용한 자동화된 부동산 잠재 고객 생성
Set
Code
Slack
+
Set
Code
Slack
15 노드Preston Zeller
영업