Octave를 사용하여 타겟 계정 관련 연락처를 지능적으로 탐색
중급
이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Airtable, Octave, ManualTrigger 등의 노드를 사용하며. 의무(또는 직위)를 사용하여 Octave와 Airtable을 사용하여 의사 결정자를 발견
사전 요구사항
- •Airtable API Key
사용된 노드 (9)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"name": "Discover relevant contacts from target accounts using Octave intelligent prospecting",
"tags": [],
"nodes": [
{
"id": "sticky-note-main",
"name": "메모 - 주요 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
250,
-700
],
"parameters": {
"color": 1,
"width": 450,
"height": 500,
"content": "🎯 INTELLIGENT CONTACT PROSPECTING\n\nFOR: SDR teams, ABM professionals, RevOps who\nneed to find the right people based on actual\nresponsibilities, not just job titles.\n\nSOLVES: Traditional prospecting relies on job title\nmatching but titles vary wildly. You miss the \"Head\nof Platform\" who owns your use case while\nsearching for \"VP of Engineering\".\n\nWORKS:\n1. Manual trigger starts workflow\n2. Read target accounts from Airtable\n3. Octave prospector finds relevant contacts\n4. Contacts exported back to Airtable\n\nSETUP: Airtable credentials + account list,\nOctave prospector agent, contact output table\n\nCUSTOMIZE: Configure prospector personas,\nresponsibilities, org levels. Adapt data sources\n(CRM, spreadsheets). Adjust contact selection\ncriteria and output fields."
},
"typeVersion": 1
},
{
"id": "sticky-note-trigger",
"name": "메모 - 트리거 설정",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-150
],
"parameters": {
"color": 2,
"width": 190,
"height": 100,
"content": "🚀 START HERE\nManual trigger to start.\nCan change to schedule."
},
"typeVersion": 1
},
{
"id": "sticky-note-accounts",
"name": "메모 - 어카운트 소스",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
-150
],
"parameters": {
"color": 4,
"width": 190,
"height": 100,
"content": "📋 ACCOUNT LIST\nReplace with your data source.\nConfigure account table."
},
"typeVersion": 1
},
{
"id": "sticky-note-prospector",
"name": "메모 - 프로스펙터 에이전트",
"type": "n8n-nodes-base.stickyNote",
"position": [
440,
-150
],
"parameters": {
"color": 3,
"width": 190,
"height": 100,
"content": "🔍 INTELLIGENT PROSPECTOR\nContext-aware contact discovery.\nReplace agent ID & configure."
},
"typeVersion": 1
},
{
"id": "sticky-note-output",
"name": "메모 - 연락처 출력",
"type": "n8n-nodes-base.stickyNote",
"position": [
640,
-150
],
"parameters": {
"color": 6,
"width": 190,
"height": 100,
"content": "💾 CONTACT OUTPUT\nSave discovered contacts.\nConfigure output table."
},
"typeVersion": 1
},
{
"id": "ab617c7a-25b1-4716-8389-a5b72aa9e25f",
"name": "Manual Workflow Trigger",
"type": "n8n-nodes-base.manualTrigger",
"position": [
120,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0fd99d3c-27c9-4683-9433-369260f575ac",
"name": "Get Target Accounts",
"type": "n8n-nodes-base.airtable",
"position": [
320,
0
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "your-airtable-base-id",
"cachedResultUrl": "https://airtable.com/your-base-url",
"cachedResultName": "Your Target Account Base"
},
"table": {
"__rl": true,
"mode": "list",
"value": "your-accounts-table-id",
"cachedResultUrl": "https://airtable.com/your-table-url",
"cachedResultName": "Target Accounts List"
},
"options": {},
"operation": "search"
},
"credentials": {
"airtableTokenApi": {
"name": "Airtable API Credentials"
}
},
"typeVersion": 2.1
},
{
"id": "6a1690fb-f896-4bbd-b433-1f2ff3b12b77",
"name": "Discover Relevant Contacts",
"type": "n8n-nodes-octavehq.octave",
"position": [
520,
0
],
"parameters": {
"agentOId": "your-octave-prospector-agent-id",
"operation": "runProspector",
"companyDomain": "={{ $json['Company Domain'] }}"
},
"credentials": {
"octaveApi": {
"name": "Octave API Credentials"
}
},
"typeVersion": 1
},
{
"id": "5a2a0df3-e8cc-4ef7-9072-5b42321deaae",
"name": "Save Discovered Contacts",
"type": "n8n-nodes-base.airtable",
"position": [
720,
0
],
"parameters": {
"base": {
"__rl": true,
"mode": "list",
"value": "your-airtable-base-id",
"cachedResultUrl": "https://airtable.com/your-base-url",
"cachedResultName": "Your Target Account Base"
},
"table": {
"__rl": true,
"mode": "list",
"value": "your-contacts-table-id",
"cachedResultUrl": "https://airtable.com/your-contacts-table-url",
"cachedResultName": "Discovered Contacts List"
},
"columns": {
"value": {
"Job Title": "={{ $json.contacts[0].contact.title }}",
"Last Name": "={{ $json.contacts[0].contact.lastName }}",
"First Name": "={{ $json.contacts[0].contact.firstName }}",
"Company Name": "={{ $json.contacts[0].contact.companyName }}",
"Company Domain": "={{ $json.contacts[0].contact.companyDomain }}",
"LinkedIn Profile": "={{ $json.contacts[0].contact.profileUrl }}"
},
"schema": [
{
"id": "LinkedIn Profile",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "LinkedIn Profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "First Name",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "First Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Last Name",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Last Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Job Title",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Job Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Company Name",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Company Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Company Domain",
"type": "string",
"display": true,
"removed": false,
"readOnly": false,
"required": false,
"displayName": "Company Domain",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "create"
},
"credentials": {
"airtableTokenApi": {
"name": "Airtable API Credentials"
}
},
"typeVersion": 2.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"0fd99d3c-27c9-4683-9433-369260f575ac": {
"main": [
[
{
"node": "6a1690fb-f896-4bbd-b433-1f2ff3b12b77",
"type": "main",
"index": 0
}
]
]
},
"ab617c7a-25b1-4716-8389-a5b72aa9e25f": {
"main": [
[
{
"node": "0fd99d3c-27c9-4683-9433-369260f575ac",
"type": "main",
"index": 0
}
]
]
},
"6a1690fb-f896-4bbd-b433-1f2ff3b12b77": {
"main": [
[
{
"node": "5a2a0df3-e8cc-4ef7-9072-5b42321deaae",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - AI 요약, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Octave 컨텍스트 엔진 기반 계정 기반 완전 도달 자동화
Octave, AI 및 Instantly.ai를 사용하여 ABM 리서치부터 리치아웃까지의 프로세스 자동화
Filter
Webhook
Split Out
+
Filter
Webhook
Split Out
19 노드Nalin
리드 육성
런타임 컨텍스트와 외부 데이터를 사용하여 동적 이메일 시퀀스 생성
Octave, LLM, 외부 데이터를 사용하여 개인화된 이메일 시퀀스 생성
Webhook
Octave
Http Request
+
Webhook
Octave
Http Request
11 노드Nalin
리드 육성
Google Maps에서 Airtable 잠재 고객 추출, Impressum에서 연락처 추출하는 GPT
Google Maps에서 잠재 고객을 Airtable로 추출, Impressum에서 연락처 추출을 위해 GPT 사용
If
Set
Html
+
If
Set
Html
31 노드Sulieman Said
AI 요약
演示 - 分享模板 - 에서职位描述构建候选人短名单
AI招聘流程:사용Apollo및Airtable에서职位로候选人短名单
Set
Limit
Switch
+
Set
Limit
Switch
40 노드Fabian Herhold
기타
GPT-4o를 사용하여 Outlook 이메일을 색상 카테고리로 자동 분류
GPT-4o로 Outlook 메일 색상 범주에 자동 분류
Set
Manual Trigger
Split In Batches
+
Set
Manual Trigger
Split In Batches
13 노드Robert Breen
AI 요약
YNAB 자동 예산
GPT-5-Mini로 YNAB 거래 자동 분류 및 Discord 알림 전송
If
Set
Merge
+
If
Set
Merge
29 노드spencer owen
AI 요약