Clearbit를 사용하여 새로운 Discourse 구성원을 풍부화하고 Slack에서 알림
중급
이것은Sales, Support분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 Slack, Filter, Webhook, Clearbit 등의 노드를 사용하며. Clearbit을 통해 새로운 Discourse 회원을 풍부화하고 Slack에서 알림
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "cb484ba7b742928a2048bf8829668bed5b5ad9787579adea888f05980292a4a7"
},
"nodes": [
{
"id": "8916c4a2-00a1-4c57-a661-0433a71ab316",
"name": "일반 개인 이메일 필터링",
"type": "n8n-nodes-base.filter",
"notes": "Saves on Enrichment credits",
"position": [
1000,
360
],
"parameters": {
"options": {},
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "or",
"conditions": [
{
"id": "31a3f64f-cce1-44c3-938c-f18e85c670f3",
"operator": {
"type": "string",
"operation": "notContains"
},
"leftValue": "={{ $json.body.user.email }}",
"rightValue": "@gmail."
},
{
"id": "60087832-5f76-4dcc-bfe6-c899b3623af7",
"operator": {
"type": "string",
"operation": "notContains"
},
"leftValue": "={{ $json.body.user.email }}",
"rightValue": "@yahoo."
},
{
"id": "7fd74d31-ef3d-4a06-aee1-202ade476c10",
"operator": {
"type": "string",
"operation": "notContains"
},
"leftValue": "={{ $json.body.user.email }}",
"rightValue": "@hotmail."
},
{
"id": "4f86817c-53ec-4a80-a961-b4c9bd0c8f7c",
"operator": {
"type": "string",
"operation": "notContains"
},
"leftValue": "={{ $json.body.user.email }}",
"rightValue": "@proton."
}
]
}
},
"notesInFlow": true,
"typeVersion": 2
},
{
"id": "bf4c1985-71ae-4bb2-86e0-8f795f89620e",
"name": "Clearbit 정보 보강 불가",
"type": "n8n-nodes-base.noOp",
"position": [
1520,
520
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0ee7d23a-f6c7-4651-9f4c-b4b041326145",
"name": "참고 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1720,
540
],
"parameters": {
"color": 7,
"width": 314.8866754976157,
"height": 119.43509109499996,
"content": "**👈 Optional**\nIf the workflow ends here, the email wasn't found in Clearbit. Consider checking with another enrichment service or sending a Slack message for manual verification."
},
"typeVersion": 1
},
{
"id": "93d1b345-2954-4bb2-8c13-510bb48f730a",
"name": "참고 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1660,
120
],
"parameters": {
"color": 7,
"width": 194,
"height": 101,
"content": "**Optional 👇**\nChange filter criteria here to determine what \"high value\" means for you "
},
"typeVersion": 1
},
{
"id": "ad2823cf-861f-4302-8c8a-51700fbe9602",
"name": "Clearbit를 통한 사용자 정보 보강",
"type": "n8n-nodes-base.clearbit",
"notes": " Clearbit returns a 404 error (and in n8n empty output payload) when email is not found",
"onError": "continueErrorOutput",
"position": [
1220,
360
],
"parameters": {
"email": "={{ $json.body.user.email }}",
"resource": "person",
"additionalFields": {}
},
"credentials": {
"clearbitApi": {
"id": "fJAEKGUyTHSl0EpC",
"name": "max@n8n.io (use carefully!)"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"id": "60c5727e-3e9e-48dd-8534-8b89ede90594",
"name": "회사 정보 조회",
"type": "n8n-nodes-base.clearbit",
"position": [
1500,
280
],
"parameters": {
"domain": "={{ $json.employment.domain }}",
"additionalFields": {}
},
"credentials": {
"clearbitApi": {
"id": "fJAEKGUyTHSl0EpC",
"name": "max@n8n.io (use carefully!)"
}
},
"typeVersion": 1
},
{
"id": "f5abe4a5-bbe9-4024-a448-c855d7bd8f54",
"name": "고객 가치가 높은 리드 필터링",
"type": "n8n-nodes-base.filter",
"position": [
1700,
280
],
"parameters": {
"options": {},
"conditions": {
"options": {
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "90e62611-28d9-465a-b98e-bf866589363e",
"operator": {
"type": "number",
"operation": "gte"
},
"leftValue": "={{ $json.metrics.employees }}",
"rightValue": 30
},
{
"id": "06c5fd69-1423-4442-bd8f-f61e5c119a39",
"operator": {
"type": "number",
"operation": "lte"
},
"leftValue": "={{ $json.metrics.alexaGlobalRank }}",
"rightValue": 100000
}
]
}
},
"typeVersion": 2
},
{
"id": "fd6cab51-0146-401d-b2ef-75780b6e8bd7",
"name": "참고 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
600,
11.812931088613368
],
"parameters": {
"color": 6,
"width": 312.11707638995097,
"height": 309.60234316641487,
"content": "### Enrich new Discourse members then notify in Slack for high value leads\n### [🎥 Watch set up video (~2min)](https://www.loom.com/share/d379895004374ddc85dc9171ca37c139?sid=0996f0d2-aff2-45a7-aae9-c62df4fb0799)\n\n\n"
},
"typeVersion": 1
},
{
"id": "5a2e98f1-c681-4a2e-b88c-473069a12b9a",
"name": "신규 Discourse 사용자 발생 시",
"type": "n8n-nodes-base.webhook",
"position": [
640,
360
],
"webhookId": "06e900e8-9a4f-4786-bd79-928459c36e68",
"parameters": {
"path": "abde7a49-208b-4bce-bcb9-910c4e529b06",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 1.1
},
{
"id": "baa0ed59-75a2-4cdb-a540-073bf505bc43",
"name": "채널에 메시지 게시",
"type": "n8n-nodes-base.slack",
"position": [
1900,
280
],
"parameters": {
"text": "Test message!",
"select": "channel",
"blocksUi": "={\n\t\"blocks\": [\n\t\t{\n\t\t\t\"type\": \"section\",\n\t\t\t\"text\": {\n\t\t\t\t\"type\": \"mrkdwn\",\n\t\t\t\t\"text\": \"A high value lead just signed up on our Discourse community 👇\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"context\",\n\t\t\t\"elements\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"image\",\n\t\t\t\t\t\"image_url\": \"{{ $('Enrich user with Clearbit').item.json[\"avatar\"] }}\",\n\t\t\t\t\t\"alt_text\": \"User's profile avatar\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"mrkdwn\",\n\t\t\t\t\t\"text\": \"*{{ $('Enrich user with Clearbit').item.json[\"name\"][\"fullName\"] }}*, *{{ $('Enrich user with Clearbit').item.json[\"employment\"][\"title\"] }}* at *{{ $('Enrich user with Clearbit').item.json[\"employment\"][\"name\"] }}* ({{ $json[\"category\"][\"industry\"] }})\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"type\": \"divider\"\n\t\t},\n\t\t{\n\t\t\t\"type\": \"actions\",\n\t\t\t\"block_id\": \"actionblock789\",\n\t\t\t\"elements\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"button\",\n\t\t\t\t\t\"text\": {\n\t\t\t\t\t\t\"type\": \"plain_text\",\n\t\t\t\t\t\t\"text\": \"Open LinkedIn Profile\"\n\t\t\t\t\t},\n\t\t\t\t\t\"style\": \"primary\",\n\t\t\t\t\t\"url\": \"https://www.linkedin.com/{{ $('Enrich user with Clearbit').item.json[\"linkedin\"][\"handle\"]}}\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"button\",\n\t\t\t\t\t\"text\": {\n\t\t\t\t\t\t\"type\": \"plain_text\",\n\t\t\t\t\t\t\"text\": \"Email {{ $('Enrich user with Clearbit').item.json[\"name\"][\"givenName\"] }} \"\n\t\t\t\t\t},\n\t\t\t\t\t\"url\": \"mailto:{{ $('On new Discourse user').item.json[\"body\"][\"user\"][\"email\"] }}\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}",
"channelId": {
"__rl": true,
"mode": "name",
"value": "#team-design"
},
"messageType": "block",
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "114",
"name": "n8n Slack"
}
},
"typeVersion": 2.1
},
{
"id": "3f9687f4-0bb4-4e46-9beb-e37eb632bb95",
"name": "참고 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
600,
520
],
"parameters": {
"color": 7,
"width": 330.80402248919853,
"height": 159.6208789325232,
"content": "**1. ☝️ Set up `On new Discourse user` Trigger and Webhook in Discourse**\n\nOpen `https://{Your discourse root domain}/admin/api/web_hooks/new/edit` to create a new Webhook in Discourse. See detailed instructions in [🎥 set up video](https://www.loom.com/share/d379895004374ddc85dc9171ca37c139?t=32&sid=da64c668-f7f5-4d49-982e-d1e72fb77fcc)\n"
},
"typeVersion": 1
},
{
"id": "3223fcb7-dddb-4566-a6c3-340bd1a8b3e3",
"name": "참고 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1900,
120
],
"parameters": {
"color": 7,
"width": 249.15806405688022,
"height": 124.16286220264169,
"content": "**2. 👇 Set up `Post message in Channel` node**\nChange `Channel` parameter to your channel like `#sales` or `#townsquare`\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"60c5727e-3e9e-48dd-8534-8b89ede90594": {
"main": [
[
{
"node": "f5abe4a5-bbe9-4024-a448-c855d7bd8f54",
"type": "main",
"index": 0
}
]
]
},
"5a2e98f1-c681-4a2e-b88c-473069a12b9a": {
"main": [
[
{
"node": "8916c4a2-00a1-4c57-a661-0433a71ab316",
"type": "main",
"index": 0
}
]
]
},
"ad2823cf-861f-4302-8c8a-51700fbe9602": {
"main": [
[
{
"node": "60c5727e-3e9e-48dd-8534-8b89ede90594",
"type": "main",
"index": 0
}
],
[
{
"node": "bf4c1985-71ae-4bb2-86e0-8f795f89620e",
"type": "main",
"index": 0
}
]
]
},
"f5abe4a5-bbe9-4024-a448-c855d7bd8f54": {
"main": [
[
{
"node": "baa0ed59-75a2-4cdb-a540-073bf505bc43",
"type": "main",
"index": 0
}
]
]
},
"8916c4a2-00a1-4c57-a661-0433a71ab316": {
"main": [
[
{
"node": "ad2823cf-861f-4302-8c8a-51700fbe9602",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 영업, 지원
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
고급 AI 데모 (AI 개발자 14번째 모임에서 발표)
高级AI演示(在AI开发者第14次聚会中展示)
If
Code
Gmail
+
If
Code
Gmail
39 노드Max Tkacz
빌딩 블록
RetellAI를 사용한 아웃바운드 리드 자격 평가 및 인바운드 호출 처리를 위한 전화 에이전트 구축 - 비디오
RetellAI 전화 에이전트, OpenAI GPT-4 및 Google Sheets를 사용한 잠재 고객 자격 평가 자동화
If
Wait
Gmail
+
If
Wait
Gmail
18 노드Dr. Firas
영업
ExactBuyer를 사용하여 연락처 상세 정보 등을 통해 새로운 Intercom 사용자를 풍부화
ExactBuyer를 통해 연락처 상세 정보 등을 통해 새로운 Intercom 사용자를 풍부화
Set
Code
Switch
+
Set
Code
Switch
13 노드Mutasem
영업
🌍 WhatsApp AI 번역기 – 음성 및 텍스트 자동 번역
🌍 WhatsApp AI 통역 및 번역기 – 음성과 텍스트 번역
If
Set
Code
+
If
Set
Code
69 노드Bruno Dias
영업
基于AI의潜在고객信息增强(Bright Data MCP및Google Sheets)
基于AI의潜在고객信息增强:사용Bright Data MCP및Google Sheets
If
Set
Wait
+
If
Set
Wait
51 노드Cyril Nicko Gaspar
영업
Pipedrive에서 새로운 유인물을 풍부화하고 Slack에 고질성 유인물 경보를 전송
Pipedrive에서 새로운 유인물을 풍부화하고 Slack에 고질적인 유인물 경보를 전송
Set
Merge
Slack
+
Set
Merge
Slack
20 노드Niklas Hatje
영업