# Scaling with iSlash AI x n8n

For small businesses, the challenge isn't just getting leads—it’s managing them without burning out. Integrating iSlash AI with n8n creates a "brain" for your business messaging, allowing you to automate everything from initial inquiries to complex CRM updates.

### 1. The Strategy: Messaging + Logic

Think of iSlash AI as your business's "mouth" and n8n as its "brain."

* iSlash AI: Provides the official WhatsApp Business API, Facebook, and Instagram integration. It handles the message delivery and the unified team inbox.
* n8n: An open-source workflow automation tool that processes the logic. It can "talk" to your CRM (HubSpot/Salesforce), check your calendar, and use AI models to understand intent.

### 2. How the Integration Works

You don't need to be a developer to set this up. The process follows a simple "Trigger and Action" flow:

1. The Trigger (iSlash): A customer sends a message on WhatsApp. iSlash captures this and immediately sends a "webhook" (a digital notification) to n8n.
2. The Brain (n8n): n8n receives the message. You can add an AI Agent node to analyze the text. For example, if a lead asks for a quote, n8n can automatically fetch your pricing from a Google Sheet.
3. The Action (iSlash): n8n sends the calculated response back to iSlash via API, which then delivers the message to the customer on WhatsApp—all in under two seconds.

### 3. Practical Use Cases for Small Teams

* 24/7 Lead Qualification: Instead of manually asking for emails and budget, let the AI Agent handle the qualifying questions and only notify your team when a "Hot Lead" is ready.
* Instant Appointment Booking: Connect your Google Calendar to n8n. When a customer asks to "book a call," the bot can check your availability and send a booking link directly in the chat.
* Automated Order Tracking: Integrate your e-commerce platform (like Shopify) so customers can ask "Where is my order?" and get a real-time status update without human intervention.

#### **Launch with templates or customize workflows to fit your brand.**

By combining iSlash's robust messaging infrastructure with n8n’s flexible automation, small businesses can provide the "instant gratification" modern customers expect while freeing up hours of manual work every week.

<figure><img src="/files/SWaoLqt4vd6HuBnHsOs9" alt=""><figcaption></figcaption></figure>


---

# 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/api-and-integration/scaling-with-islash-ai-x-n8n.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.
