거래 단계에서 ClickUp 자동화
중급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Slack, ClickUp, HighLevel, ManualTrigger 등의 노드를 사용하며. 거래 단계 추적 자동화: HighLevel CRM, ClickUp, Slack
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "dcvRJhH1gqWvdOil",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "Deal Stage to ClickUp Automation",
"tags": [],
"nodes": [
{
"id": "fc8d283a-0c59-4315-a875-fe190e729057",
"name": "워크플로 실행 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1088,
2128
],
"parameters": {},
"typeVersion": 1
},
{
"id": "15f21c70-c466-4a88-99ac-4c3571e3bd4e",
"name": "스티커 노트 - 워크플로 시작",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1328,
1824
],
"parameters": {
"color": 4,
"width": 343.1718789342567,
"height": 267.8540989603057,
"content": "## 🚀 WORKFLOW START\n\n**Manual trigger workflow**\n\nClick \"Execute Workflow\" button to run this automation on-demand.\n\nUseful for:\n- Testing the workflow\n- One-time bulk processing\n- Manual syncing deals to ClickUp"
},
"typeVersion": 1
},
{
"id": "b410d7c1-f064-4a2b-bfad-067bd7158ef4",
"name": "스티커 노트 - 딜 조회",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1008,
2272
],
"parameters": {
"color": 5,
"width": 343.1718789342567,
"height": 307.8540989603057,
"content": "## 📋 FETCH ALL DEALS\n\n**API Endpoint:** GET /opportunities\n**HighLevel API:** opportunities.getAll\n\n**Retrieves all opportunities from HighLevel CRM:**\n- Gets complete deal list\n- Includes all deal stages\n- Fetches contact information\n- Returns full deal details\n\nThis pulls every opportunity to check for recent updates."
},
"typeVersion": 1
},
{
"id": "539ebacc-e034-4029-9031-44763a38adef",
"name": "스티커 노트 - 날짜 필터",
"type": "n8n-nodes-base.stickyNote",
"position": [
-864,
1760
],
"parameters": {
"color": 6,
"width": 343.1718789342567,
"height": 347.8540989603057,
"content": "## ⏱️ DATE FILTER\n\n**Checks if deal was updated recently:**\n\n✅ **TRUE Branch** (Recent updates)\n- Deal changed on/after Sept 30, 2025\n- Proceeds to get contact & create task\n\n❌ **FALSE Branch** (Old updates)\n- Deal changed before Sept 30, 2025\n- Sends Slack notification about old update\n\nSplits workflow based on update date."
},
"typeVersion": 1
},
{
"id": "79e5b4ef-9304-4b9c-9302-1fa67e5b34b2",
"name": "스티커 노트 - 연락처 정보 가져오기",
"type": "n8n-nodes-base.stickyNote",
"position": [
-432,
1696
],
"parameters": {
"color": 7,
"width": 343.1718789342567,
"height": 307.8540989603057,
"content": "## 👤 GET CONTACT INFO\n\n**API Endpoint:** GET /contacts/{contactId}\n**HighLevel API:** contacts.get\n\n**Fetches full contact details:**\n- Uses contactId from deal\n- Retrieves contact name\n- Gets location information\n- Pulls all contact fields\n\nNeeded to create detailed ClickUp tasks with contact context."
},
"typeVersion": 1
},
{
"id": "531e093f-0e5c-483e-a0c7-dedd661f5c65",
"name": "스티커 노트 - 작업 생성",
"type": "n8n-nodes-base.stickyNote",
"position": [
16,
1936
],
"parameters": {
"color": 2,
"width": 343.1718789342567,
"height": 327.8540989603057,
"content": "## ✅ CREATE CLICKUP TASK\n\n**API:** ClickUp Tasks API\n\n**Generates task in ClickUp:**\n- Task name includes contact name\n- Shows location ID\n- Notes \"Changed Status recently\"\n- Added to specified list\n\n**This is the main output** - creates actionable task for team to follow up.\n\n**WORKFLOW END** ✅"
},
"typeVersion": 1
},
{
"id": "601e856c-446b-4682-8679-72d1ed1e78f1",
"name": "스티커 노트 - Slack 알림",
"type": "n8n-nodes-base.stickyNote",
"position": [
-496,
2384
],
"parameters": {
"width": 343.1718789342567,
"height": 347.8540989603057,
"content": "## 💬 SLACK ALERT (OLD DEALS)\n\n**Sends notification for outdated deals:**\n- Triggered when deal update is before Sept 30\n- Messages the n8n_workspace user\n- Includes lead ID\n- Alerts: \"lead updated earlier\"\n\nHelps identify deals that need attention but aren't recent.\n\n**ALTERNATIVE WORKFLOW END** ⚠️"
},
"typeVersion": 1
},
{
"id": "67e4e0fa-53a8-416e-9f06-d5f43f50d515",
"name": "CRM1에서 모든 딜 조회",
"type": "n8n-nodes-base.highLevel",
"position": [
-864,
2128
],
"parameters": {
"filters": {},
"resource": "opportunity",
"operation": "getAll",
"returnAll": true,
"requestOptions": {}
},
"credentials": {
"highLevelOAuth2Api": {
"id": "5QWHSi134dLIBEsC",
"name": "HighLevel account"
}
},
"typeVersion": 2
},
{
"id": "d21611b1-e30b-4b68-818d-9449ded35c0d",
"name": "최근 딜 업데이트 필터링1",
"type": "n8n-nodes-base.if",
"position": [
-640,
2128
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "1123ce6f-91c6-487b-adbe-578f0004a1c2",
"operator": {
"type": "dateTime",
"operation": "afterOrEquals"
},
"leftValue": "={{ $json.lastStatusChangeAt }}",
"rightValue": "2025-09-30T00:00:00"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "dd1d9f33-50f4-46a6-959f-469ff7a58ef9",
"name": "연락처 상세 정보 가져오기1",
"type": "n8n-nodes-base.highLevel",
"position": [
-416,
2032
],
"parameters": {
"contactId": "={{ $json.contactId }}",
"operation": "get",
"requestOptions": {}
},
"credentials": {
"highLevelOAuth2Api": {
"id": "5QWHSi134dLIBEsC",
"name": "HighLevel account"
}
},
"typeVersion": 2
},
{
"id": "3cd0ef65-2d04-456b-ac9f-8ad715ca5804",
"name": "ClickUp 작업 생성1",
"type": "n8n-nodes-base.clickUp",
"position": [
-192,
2032
],
"parameters": {
"list": "901611225384",
"name": "=Contact: {{ $json.fullNameLowerCase }} \nLocation id:{{ $json.locationId }}\nChanged Status recently",
"team": "90161261705",
"space": "90165174252",
"folderless": true,
"additionalFields": {}
},
"credentials": {
"clickUpApi": {
"id": "mcOAWijv7qCSnkNx",
"name": "ClickUp account-test anuj"
}
},
"typeVersion": 1
},
{
"id": "2193d512-4f3d-4fd1-a589-991a54c6a569",
"name": "오래된 딜 업데이트 알림1",
"type": "n8n-nodes-base.slack",
"position": [
-416,
2224
],
"webhookId": "b33b8edb-2cf8-4b09-b5f1-bde8fbca8213",
"parameters": {
"text": "=Hi, your lead ID: {{ $json.id }} was updated before the cutoff date",
"user": {
"__rl": true,
"mode": "list",
"value": "U09E375JZPA",
"cachedResultName": "n8n_workspace"
},
"select": "user",
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "rNqvWj9TfChPVRYY",
"name": "Slack account vivek"
}
},
"typeVersion": 2.3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "71824ca2-c846-4794-be61-8dbc0991c6b7",
"connections": {
"dd1d9f33-50f4-46a6-959f-469ff7a58ef9": {
"main": [
[
{
"node": "3cd0ef65-2d04-456b-ac9f-8ad715ca5804",
"type": "main",
"index": 0
}
]
]
},
"67e4e0fa-53a8-416e-9f06-d5f43f50d515": {
"main": [
[
{
"node": "d21611b1-e30b-4b68-818d-9449ded35c0d",
"type": "main",
"index": 0
}
]
]
},
"d21611b1-e30b-4b68-818d-9449ded35c0d": {
"main": [
[
{
"node": "dd1d9f33-50f4-46a6-959f-469ff7a58ef9",
"type": "main",
"index": 0
}
],
[
{
"node": "2193d512-4f3d-4fd1-a589-991a54c6a569",
"type": "main",
"index": 0
}
]
]
},
"fc8d283a-0c59-4315-a875-fe190e729057": {
"main": [
[
{
"node": "67e4e0fa-53a8-416e-9f06-d5f43f50d515",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
보류 중인 결제 자동화 - ClickUp 통합
Google Sheets, ClickUp, Gmail 및 Slack을 사용한 결제 추적 자동화
If
Gmail
Slack
+
If
Gmail
Slack
12 노드Rahul Joshi
콘텐츠 제작
분쟁 알림 및 사건 추적
사용Slack + ClickUp实现Stripe争议警报및案件跟踪자동화
If
Code
Slack
+
If
Code
Slack
18 노드Rahul Joshi
콘텐츠 제작
GoHighLevel 파이프라인 속도 추적기 및 자동화 정체 거래 알림
GoHighLevel, Gmail 및 Slack을 사용하여 파이프라인 속도 분석 및 정체된 거래 알림
If
Code
Gmail
+
If
Code
Gmail
25 노드Rahul Joshi
콘텐츠 제작
면접 품질 감사
GPT-4o-mini 및 Google 시트를 통해 Slack으로 면접 피드백 검토 및 보고서 생성
If
Code
Slack
+
If
Code
Slack
23 노드Rahul Joshi
콘텐츠 제작
Google Drive, Gmail, Slack을 활용한 GoHighLevel 고객 온보딩 프로세스
Google Drive, Gmail, Calendar, Slack을 사용한 GoHighLevel 고객 온보딩 자동화
If
Code
Gmail
+
If
Code
Gmail
23 노드Rahul Joshi
콘텐츠 제작
고객 입사 도움 요청 (Typeform → Gmail 및 Sheets)
고객 입사 도움 요청 (Typeform에서 Gmail과 Sheets로)
If
Code
Gmail
+
If
Code
Gmail
28 노드Rahul Joshi
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수12
카테고리2
노드 유형6
저자
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유