WhatsApp Chatbot in 30 Min

WhatsApp Chatbot in 30 Min

🇬🇧 English

Build a WhatsApp Chatbot in 30 Minutes — No Code Required

You don't need a development team or a massive budget to run a professional WhatsApp chatbot. With the right tools, you can have an AI-powered assistant responding to customers, capturing leads, and handling FAQs — all within half an hour. This guide walks you through exactly how to do it using manychat and n8n.

Why WhatsApp Chatbots Matter Right Now

WhatsApp has over 2 billion active users worldwide. Unlike email, messages on WhatsApp get opened — fast. Businesses using automated WhatsApp messaging report open rates above 90%, compared to 20–25% for email campaigns. If you're not using this channel, you're leaving engagement on the table.

A well-built chatbot on WhatsApp can:

  • Answer common questions 24/7 without human intervention
  • Qualify and capture leads directly inside the chat
  • Confirm bookings, orders, and appointments automatically
  • Route complex queries to the right human agent
  • Send personalised follow-up messages on a schedule

What You'll Need

To build your chatbot in 30 minutes, you'll use two tools:

  • manychat — A powerful visual chatbot builder with native WhatsApp integration. It handles conversation flows, triggers, and user input without any coding.
  • n8n — An open-source workflow automation tool that connects your chatbot to external systems like CRMs, Google Sheets, email services, or AI models (such as OpenAI).

You'll also need a WhatsApp Business account and a Meta Business Manager profile. Both are free to set up.

Step 1: Set Up ManyChat for WhatsApp (5 Minutes)

Head to manychat and create a free account. Inside the dashboard, connect your WhatsApp Business number by following the guided setup. This involves linking your Meta Business Manager account and verifying your phone number.

Once connected, you'll see the manychat flow builder — a drag-and-drop canvas where you design your bot's conversations visually.

Create Your First Flow

Click New Flow and choose a trigger. For most use cases, start with the Default Reply trigger — this fires whenever someone messages your number for the first time or sends an unrecognised message.

Build a simple welcome sequence:

  • A greeting message with your brand name
  • A quick-reply menu with 3–4 options (e.g. "Book a call", "Get pricing", "Talk to support")
  • Individual flows branching off each option

The manychat interface makes this entirely visual — no JSON, no code, just blocks and arrows.

Step 2: Connect AI Responses via n8n (10 Minutes)

For smarter, dynamic responses, connect n8n to handle AI-generated replies. This is where the setup goes from a basic chatbot to a genuinely intelligent assistant.

In n8n, create a new workflow with the following nodes:

  • Webhook node — receives incoming messages forwarded from manychat
  • OpenAI node — sends the user's message to GPT-4 with a custom system prompt
  • HTTP Request node — sends the AI's reply back to manychat via their API

In manychat, add an External Request action inside your flow. Paste the n8n webhook URL. This creates a live bridge: the user sends a message → manychat forwards it to n8n → AI generates a reply → it appears instantly in WhatsApp.

Writing a Strong System Prompt

The quality of your AI replies depends entirely on your system prompt. Keep it focused:

  • Define the bot's role (e.g. "You are a helpful assistant for [Brand]. Answer only questions related to our services.")
  • Set the tone (friendly, professional, concise)
  • Include any key facts, prices, or policies the bot needs to know
  • Add a fallback: "If you don't know the answer, say 'Let me connect you with a human agent.'"

Step 3: Add Lead Capture and CRM Sync (10 Minutes)

The real value of a chatbot is data capture. In manychat, use User Input blocks to collect names, emails, or phone numbers mid-conversation. Store these as Custom Fields.

Then in n8n, add a second workflow that triggers when a new lead is captured in manychat. Use the n8n Google Sheets node, HubSpot node, or any CRM connector to push the data automatically.

Within the same n8n workflow, you can also trigger a confirmation email via Gmail or send an internal Slack notification to your team — all without touching a single line of code.

Step 4: Test, Refine, and Go Live (5 Minutes)

Use the manychat preview tool to simulate conversations before going live. Test every branch of your flow. Check that the n8n webhook fires correctly and returns responses within 2–3 seconds.

Common things to check:

  • Does the default reply trigger work for first-time contacts?
  • Are AI responses relevant and on-brand?
  • Is lead data appearing correctly in your CRM or spreadsheet?
  • Are fallback messages set up for unexpected inputs?

Once satisfied, publish the flow in manychat and activate your n8n workflow. Your chatbot is now live.

Pro Tips to Get More From Your Chatbot

  • Use keywords triggers in manychat to fire specific flows (e.g. "price", "book", "refund")
  • Schedule broadcasts via manychat to re-engage contacts with offers or updates
  • Log all conversations in n8n to a Google Sheet for analytics and quality review
  • Use n8n to enrich leads with data from Clearbit or Apollo before pushing to your CRM
  • Keep responses under 160 characters where possible — brevity wins on mobile

Final Thoughts

Building a WhatsApp chatbot used to take weeks of development time. With manychat handling the conversation layer and n8n powering the backend automation and AI, you can go from zero to a fully functional, AI-driven assistant in a single focused session.

The businesses winning right now are the ones who respond instantly, personalise at scale, and never miss a lead. Your new WhatsApp chatbot does all three — automatically.

This post was created with tools we use and recommend: n8n for workflow automation, Turbotic as an AI-native automation alternative, ElevenLabs for AI voiceover, Placid for visual content creation, and Hostinger for reliable VPS hosting. Some links are affiliate links.

🇩🇪 Deutsch

WhatsApp Chatbot in 30 Minuten bauen – ohne Code

Du brauchst kein Entwicklerteam und kein großes Budget, um einen professionellen WhatsApp-Chatbot zu betreiben. Mit den richtigen Tools kann ein KI-gestützter Assistent innerhalb von 30 Minuten auf Kundenanfragen antworten, Leads erfassen und häufige Fragen beantworten. Diese Anleitung zeigt dir Schritt für Schritt, wie es mit manychat und n8n funktioniert.

Warum WhatsApp-Chatbots gerade jetzt so wichtig sind

WhatsApp hat weltweit über 2 Milliarden aktive Nutzer. Im Gegensatz zu E-Mails werden Nachrichten auf WhatsApp tatsächlich geöffnet – und das schnell. Unternehmen, die automatisierte WhatsApp-Nachrichten nutzen, berichten von Öffnungsraten über 90 %, verglichen mit 20–25 % bei E-Mail-Kampagnen.

Ein gut gebauter WhatsApp-Chatbot kann:

  • Häufige Fragen rund um die Uhr ohne menschlichen Eingriff beantworten
  • Leads direkt im Chat qualifizieren und erfassen
  • Buchungen, Bestellungen und Termine automatisch bestätigen
  • Komplexe Anfragen an den richtigen Mitarbeiter weiterleiten
  • Personalisierte Follow-up-Nachrichten nach Zeitplan versenden

Was du brauchst

Für den Aufbau deines Chatbots in 30 Minuten nutzt du zwei Tools:

  • manychat — Ein leistungsstarker visueller Chatbot-Builder mit nativer WhatsApp-Integration. Konversationsflüsse, Trigger und Benutzereingaben – alles ohne Code.
  • n8n — Ein Open-Source-Automatisierungstool, das deinen Chatbot mit externen Systemen wie CRMs, Google Sheets, E-Mail-Diensten oder KI-Modellen (z. B. OpenAI) verbindet.

Du benötigst außerdem ein WhatsApp-Business-Konto und ein Meta Business Manager-Profil. Beides ist kostenlos einzurichten.

Schritt 1: ManyChat für WhatsApp einrichten (5 Minuten)

Gehe zu manychat und erstelle ein kostenloses Konto. Verbinde im Dashboard deine WhatsApp-Business-Nummer durch die geführte Einrichtung — dabei verlinkst du deinen Meta Business Manager und verifizierst deine Telefonnummer.

Nach der Verbindung siehst du den manychat Flow-Builder — ein Drag-and-Drop-Canvas, auf dem du Chatbot-Gespräche visuell gestaltest.

Deinen ersten Flow erstellen

Klicke auf Neuer Flow und wähle einen Trigger. Für die meisten Anwendungsfälle eignet sich der Standard-Antwort-Trigger — er wird ausgelöst, wenn jemand zum ersten Mal schreibt oder eine unbekannte Nachricht sendet.

Baue eine einfache Willkommenssequenz:

  • Eine Begrüßungsnachricht mit deinem Markennamen
  • Ein Schnellantwort-Menü mit 3–4 Optionen (z. B. „Termin buchen", „Preise anfragen", „Support kontaktieren")
  • Einzelne Flows für jede Option

Die manychat-Oberfläche ist vollständig visuell — kein JSON, kein Code, nur Blöcke und Pfeile.

Schritt 2: KI-Antworten über n8n einbinden (10 Minuten)

Für intelligentere, dynamische Antworten verbindest du n8n, um KI-generierte Replies zu verarbeiten. Hier wird aus einem einfachen Chatbot ein echter intelligenter Assistent.

Erstelle in n8n einen neuen Workflow mit folgenden Nodes:

  • Webhook-Node — empfängt eingehende Nachrichten, die von manychat weitergeleitet werden
  • OpenAI-Node — sendet die Nutzernachricht mit einem individuellen System-Prompt an GPT-4
  • HTTP-Request-Node — sendet die KI-Antwort zurück an manychat über deren API

Füge in manychat eine Externe Anfrage-Aktion in deinen Flow ein. Füge die n8n-Webhook-URL ein. Damit entsteht eine Live-Verbindung: Nutzer sendet Nachricht → manychat leitet sie an n8n weiter → KI generiert Antwort → sie erscheint sofort in WhatsApp.

Einen starken System-Prompt schreiben

Die Qualität deiner KI-Antworten hängt komplett vom System-Prompt ab. Halte ihn fokussiert:

  • Definiere die Rolle des Bots (z. B. „Du bist ein hilfreicher Assistent für [Marke]. Beantworte nur Fragen zu unseren Leistungen.")
  • Lege den Ton fest (freundlich, professionell, präzise)
  • Füge wichtige Fakten, Preise oder Richtlinien ein
  • Baue einen Fallback ein: „Wenn du die Antwort nicht weißt, sag: Ich verbinde dich mit einem Mitarbeiter."

Schritt 3: Lead-Erfassung und CRM-Synchronisierung (10 Minuten)

Der wahre Wert eines Chatbots liegt in der Datenerfassung. Nutze in manychat Benutzereingabe-Blöcke, um Namen, E-Mails oder Telefonnummern mitten im Gespräch zu erfassen und als benutzerdefinierte Felder zu speichern.

Erstelle dann in n8n einen zweiten Workflow, der ausgelöst wird, sobald ein neuer Lead in manychat erfasst wird. Verwende den n8n Google-Sheets-Node, HubSpot-Node oder einen anderen CRM-Connector, um die Daten automatisch zu übertragen.

Im selben n8n-Workflow kannst du auch eine Bestätigungs-E-Mail via Gmail auslösen oder eine interne Slack-Benachrichtigung an dein Team senden — alles ohne eine einzige Zeile Code.

Schritt 4: Testen, verfeinern und live schalten (5 Minuten)

Nutze das manychat-Vorschau-Tool, um Gespräche zu simulieren, bevor du live gehst. Teste jeden Zweig deines Flows. Überprüfe, ob der n8n-Webhook korrekt feuert und Antworten innerhalb von 2–3 Sekunden zurückgibt.

Wichtige Punkte beim Testen:

  • Funktioniert der Standard-Antwort-Trigger für Erstkontakte?
  • Sind KI-Antworten relevant und markenkonsistent?
  • Landen Lead-Daten korrekt im CRM oder in der Tabelle?
  • Sind Fallback-Nachrichten für unerwartete Eingaben eingerichtet?

Wenn alles stimmt, veröffentliche den Flow in manychat und aktiviere deinen n8n-Workflow. Dein Chatbot ist jetzt live.

Profi-Tipps für noch mehr Leistung

  • Keyword-Trigger in manychat verwenden, um spezifische Flows auszulösen (z. B. „Preis", „Buchen", „Rückgabe")
  • Broadcasts via manychat planen, um Kontakte mit Angeboten oder Updates zu reaktivieren
  • Alle Gespräche in n8n in einem Google Sheet protokollieren für Analyse und Qualitätssicherung
  • n8n nutzen, um Leads mit Daten aus Clearbit oder Apollo anzureichern, bevor sie ins CRM fließen
  • Antworten wenn möglich unter 160 Zeichen halten — Kürze gewinnt auf Mobilgeräten

Fazit

Einen WhatsApp-Chatbot zu bauen hat früher Wochen an Entwicklungsarbeit gekostet. Mit manychat für die Gesprächsebene und n8n für Backend-Automatisierung und KI kannst du in einer einzigen fokussierten Session von null zu einem vollständig funktionierenden KI-Assistenten kommen.

Die Unternehmen, die heute gewinnen, sind die, die sofort antworten, personalisiert in großem Maßstab kommunizieren und keinen Lead verpassen. Dein neuer WhatsApp-Chatbot erledigt genau das — vollautomatisch.

Dieser Beitrag wurde mit Tools erstellt, die wir selbst nutzen und empfehlen: n8n für Workflow-Automatisierung, Turbotic als KI-native Automatisierungsalternative, ElevenLabs für KI-Voiceover, Placid für visuelle Content-Erstellung und netcup für zuverlässiges VPS-Hosting in Deutschland. Einige Links sind Affiliate-Links.