# 結合 iSlash AI 與 n8n 實現業務規模化

對於中小企業而言，挑戰不僅在於獲取潛在客戶，更在於如何在不耗盡精力的情況下管理他們。將 iSlash AI 與 n8n 整合，能為您的商務通訊打造一個「大腦」，讓您實現從初步諮詢到複雜 CRM 更新的全流程自動化。

### 1. 策略架構：通訊 + 邏輯

您可以將 iSlash AI 視為企業的「嘴巴」，而 n8n 則是「大腦」。

* iSlash AI： 提供官方 WhatsApp Business API、Facebook 和 Instagram 整合，負責訊息的傳送與接收，並提供統一的團隊收件箱。
* n8n： 一款開源的工作流自動化工具，負責處理邏輯。它可以與您的 CRM（如 HubSpot/Salesforce）聯動、檢查行事曆，並利用 AI 模型來理解客戶意圖。

### 2. 整合運作方式

您無需具備深厚的開發背景即可完成設置。整個流程遵循簡單的「觸發與執行」邏輯：

1. 觸發 (iSlash)： 客戶在 WhatsApp 上傳送訊息。iSlash 捕獲該訊息並立即向 n8n 發送「Webhook」（數位通知）。
2. 決策 (n8n)： n8n 接收訊息後，您可以使用 AI Agent 節點 來分析文本。例如，如果潛在客戶詢問報價，n8n 可以自動從 Google 表格中獲取價格數據。
3. 執行 (iSlash)： n8n 將計算後的結果透過 API 傳回 iSlash，隨後訊息將在兩秒內送達客戶的 WhatsApp——全程無需人工干預。

### 3. 適用於小規模團隊的實用案例

* 24/7 全天候潛在客戶篩選： 與其手動詢問電子郵件和預算，不如讓 AI Agent 處理這些篩選問題，僅在出現「熱門客戶」時才通知您的團隊。
* 即時預約掛號： 將您的 Google 日曆連接到 n8n。當客戶要求「預約通話」時，機器人可以直接檢查您的空檔並在對話中傳送預約連結。
* 自動化訂單查詢： 整合您的電子商務平台（如 Shopify），讓客戶能直接詢問「我的訂單在哪裡？」，並即時獲得物流狀態更新。

#### **無需撰寫代碼，從模板啟動；支援自訂流程與品牌風格**

透過結合 iSlash 強大的通訊基礎設施與 n8n 靈活的自動化能力，中小企業不僅能提供現代客戶所期待的「即時回饋」，還能每週節省數小時的手動操作時間。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.islash.io/zh/api-and-integration/scaling-with-islash-ai-n8n-ai-agents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
