이커머스 운영 허브 AI 시스템
고급
이것은CRM분야의자동화 워크플로우로, 16개의 노드를 포함합니다.주로 If, Gmail, Slack, Webhook, Function 등의 노드를 사용하며. Slack, Sheets 및 Gmail을 사용한 이커머스 주문, 재고 및 피드백 자동화
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Slack Bot Token 또는 Webhook URL
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "ghoRWysWbgmx4gpJ",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "E-commerce Operations Hub AI System",
"tags": [],
"nodes": [
{
"id": "31e40064-5de4-424d-babe-62a8e83b1738",
"name": "1. Webhook 트리거: New Order",
"type": "n8n-nodes-base.webhook",
"position": [
-144,
32
],
"webhookId": "641a9127-bd00-405a-a451-87a1d308f5c9",
"parameters": {},
"description": "Triggered by a new customer order (e.g., from Shopify/WooCommerce webhook). Copy this Webhook URL into your e-commerce platform's webhook settings for new orders.",
"typeVersion": 1
},
{
"id": "f0e9c946-a940-4b56-9149-b3179c919c7f",
"name": "2. Extract Order Data",
"type": "n8n-nodes-base.function",
"position": [
128,
32
],
"parameters": {},
"description": "Extracts relevant details from the incoming order data.",
"typeVersion": 1
},
{
"id": "74cc983a-9289-4ffc-8a97-ea89d9f91321",
"name": "3. Send Fulfillment Notification (Slack)",
"type": "n8n-nodes-base.slack",
"position": [
368,
32
],
"parameters": {},
"description": "Notifies your fulfillment team about the new order.",
"typeVersion": 1
},
{
"id": "3c46ccbf-17c0-4b49-8242-9c130443a53e",
"name": "4. 일정 트리거 (Daily Inventory Check)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-144,
320
],
"parameters": {},
"description": "Triggers daily to check for low stock products.",
"typeVersion": 1
},
{
"id": "47c27927-d61d-46b3-b07d-a2ea8cee2c1a",
"name": "5. Read Inventory Data (Google 스프레드시트)",
"type": "n8n-nodes-base.googleSheets",
"position": [
128,
320
],
"parameters": {},
"description": "Reads product inventory levels from your Google Sheet. Ensure columns like: ProductID, ProductName, StockLevel.",
"typeVersion": 2
},
{
"id": "15e53d99-ae89-4ebc-b31a-1c55241e01bd",
"name": "6. 필터 Low Stock",
"type": "n8n-nodes-base.function",
"position": [
368,
320
],
"parameters": {},
"description": "Identifies products with stock levels below a defined threshold.",
"typeVersion": 1
},
{
"id": "4c2fd977-e174-4e29-8def-9b1e8a8564ea",
"name": "7. If Low Stock Items?",
"type": "n8n-nodes-base.if",
"position": [
624,
320
],
"parameters": {},
"description": "Checks if any products are low on stock.",
"typeVersion": 1
},
{
"id": "2dacc683-b5dc-4509-9859-4fa48c9707a2",
"name": "8. Send Low Stock Alert (Slack)",
"type": "n8n-nodes-base.slack",
"position": [
912,
192
],
"parameters": {},
"description": "Sends a notification to your inventory/purchasing team.",
"typeVersion": 1
},
{
"id": "c652fd91-bfe9-4d9a-8ac2-a04231816a4b",
"name": "9. No Low Stock",
"type": "n8n-nodes-base.noOp",
"position": [
912,
464
],
"parameters": {},
"description": "Path if no low stock items are found.",
"typeVersion": 1
},
{
"id": "68d07443-6eec-4f0d-ac35-21b3bc3c0d09",
"name": "10. Webhook 트리거: Order Fulfilled (Delayed)",
"type": "n8n-nodes-base.webhook",
"position": [
-144,
624
],
"webhookId": "c2cd741a-ee23-4f56-9b0f-f11287c12bd2",
"parameters": {},
"description": "Triggered when an order is marked as fulfilled, ideally after a delay (e.g., 3-7 days after delivery). Copy this Webhook URL into your system that tracks order fulfillment status.",
"typeVersion": 1
},
{
"id": "d0880eff-35a7-4613-8719-49e6fe301ec4",
"name": "11. Extract Customer Data (Feedback)",
"type": "n8n-nodes-base.function",
"position": [
128,
624
],
"parameters": {},
"description": "Extracts customer details for sending feedback requests.",
"typeVersion": 1
},
{
"id": "e13e32a5-a6f5-489c-b049-237f972bb544",
"name": "12. Send Feedback Request (Gmail)",
"type": "n8n-nodes-base.gmail",
"position": [
368,
624
],
"parameters": {},
"description": "Sends a personalized email to the customer asking for feedback.",
"typeVersion": 1
},
{
"id": "f4567995-2ffe-47c0-8fe3-c4413bfe0af1",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-208,
272
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "847f36ce-2038-4ece-a5f7-1ddb8fc5639d",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-208,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e6a18ab0-1702-4cf3-b2b6-bffcde008ebe",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-208,
-48
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1bc849ca-7ca4-45a4-a40e-ce657c5ccfaa",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1008,
-48
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "ce0e3232-caec-4e57-bf0a-ff8a9badd7c7",
"connections": {
"6. Filter Low Stock": {
"main": [
[
{
"node": "4c2fd977-e174-4e29-8def-9b1e8a8564ea",
"type": "main",
"index": 0
}
]
]
},
"1. Webhook: New Order": {
"main": [
[
{
"node": "f0e9c946-a940-4b56-9149-b3179c919c7f",
"type": "main",
"index": 0
}
]
]
},
"f0e9c946-a940-4b56-9149-b3179c919c7f": {
"main": [
[
{
"node": "74cc983a-9289-4ffc-8a97-ea89d9f91321",
"type": "main",
"index": 0
}
]
]
},
"4c2fd977-e174-4e29-8def-9b1e8a8564ea": {
"main": [
[
{
"node": "2dacc683-b5dc-4509-9859-4fa48c9707a2",
"type": "main",
"index": 0
}
],
[
{
"node": "c652fd91-bfe9-4d9a-8ac2-a04231816a4b",
"type": "main",
"index": 0
}
]
]
},
"d0880eff-35a7-4613-8719-49e6fe301ec4": {
"main": [
[
{
"node": "e13e32a5-a6f5-489c-b049-237f972bb544",
"type": "main",
"index": 0
}
]
]
},
"10. Webhook: Order Fulfilled (Delayed)": {
"main": [
[
{
"node": "d0880eff-35a7-4613-8719-49e6fe301ec4",
"type": "main",
"index": 0
}
]
]
},
"5. Read Inventory Data (Google Sheets)": {
"main": [
[
{
"node": "6. Filter Low Stock",
"type": "main",
"index": 0
}
]
]
},
"4. Schedule Trigger (Daily Inventory Check)": {
"main": [
[
{
"node": "5. Read Inventory Data (Google Sheets)",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 고객관계관리
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
基于GPT-4의스마트招聘与候选人互动系统
基于GPT-4의AI招聘系统,用于简历筛选与자동外联
If
Code
Wait
+
If
Code
Wait
30 노드Marth
인사
이커머스 생일 할인 자동화
Google 시트와 Gmail을 사용한 이커머스 생일 할인 이메일 자동화
If
Gmail
Function
+
If
Gmail
Function
7 노드Marth
소셜 미디어
자동화된 청구서 알림
Google Sheets와 Gmail을 사용한 자동 인voice 결제 알림
If
Gmail
Function
+
If
Gmail
Function
7 노드Marth
청구서 처리
자동화된 리드 캡처, AI 자격 평가 및 ElevenLabs 개인화 음성 후속 조치
OpenAI와 ElevenLabs 기반 자동 리드 캡처 및 AI 개인화 음성 후속 조치
If
Set
Code
+
If
Set
Code
22 노드Marth
리드 육성
포괄적인 리드 육성 및 자격 인증
Gmail, Google 스프레드시트, Slack을 사용한 자동 잠재 고객 육성 및 자격 평가
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 노드Marth
리드 육성
DocuSign 및 Trello를 사용한 자동화 후보자 관리 및 피드백 시스템
Slack, DocuSign, Trello 및 Gmail 알림을 사용한 자동화된 채용 프로세스
If
Code
Wait
+
If
Code
Wait
29 노드Marth
인사
워크플로우 정보
난이도
고급
노드 수16
카테고리1
노드 유형9
저자
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유