No replies to Instagram DMs? Fix it in 20 min

Instagram-DMs unbeantwortet? Lösung in 20 Min

🇬🇧 English

Why Your Instagram DMs Are Costing You Money

Every unanswered Instagram DM is a missed opportunity. Whether you run an e-commerce store, a coaching business, or a content brand, people sliding into your inbox expect a fast response. The problem? You can't be online 24/7 — and hiring someone to manage DMs is expensive.

That's exactly where n8n and manychat come in. Together, these two tools let you build a fully automated Instagram DM bot in under 20 minutes — no coding required.

What You'll Build

By the end of this guide, you'll have a working automation that:

  • Detects incoming Instagram DMs containing specific keywords
  • Sends a personalised auto-reply via manychat
  • Logs the conversation data into a Google Sheet or Airtable via n8n
  • Optionally notifies you in Slack or Telegram for high-priority leads

Tools You'll Need

  • manychat — handles the Instagram messaging layer and keyword triggers
  • n8n — orchestrates the backend logic, data routing, and integrations
  • A Facebook Business account with Instagram connected
  • Google Sheets or Airtable (free tier works fine)

Step 1 — Set Up Manychat for Instagram

Log into manychat and connect your Instagram business account. Navigate to Automation → Keywords and create a new keyword rule. For example, set the trigger to fire whenever someone sends the word 'price', 'info', or 'free' in a DM.

Create a simple flow in the manychat visual editor that sends an instant reply — something like: "Hey [first name]! Thanks for reaching out. Here's what you need to know…" followed by your key offer or link.

At the bottom of the flow, add an External Request action. This is the webhook that will send the conversation data over to n8n.

Step 2 — Build the n8n Workflow

Open n8n and create a new workflow. Add a Webhook node as your trigger — copy the webhook URL and paste it into the External Request field inside manychat.

Your n8n workflow will now receive a JSON payload every time the manychat flow fires. The payload typically includes the user's name, Instagram handle, the keyword they triggered, and a timestamp.

Routing the Data

Add a Set node in n8n to extract and rename the fields you care about. Then connect it to one of the following output nodes depending on your stack:

  • Google Sheets node — append a new row for each incoming lead
  • Airtable node — create a new record in your CRM base
  • HTTP Request node — push data to any custom API

Optional: Priority Alerts

Add an IF node in n8n to check whether the keyword matches a high-intent phrase like 'buy' or 'pricing'. If true, route to a Telegram or Slack node to ping your phone instantly. This means you only get notified when it actually matters.

Step 3 — Test the Full Flow

Activate your n8n workflow and turn on your manychat automation. Send a test DM to your Instagram account using the trigger keyword. Within seconds, you should:

  • Receive the auto-reply from manychat
  • See a new row appear in your Google Sheet via n8n
  • Get a Slack or Telegram ping (if you set that up)

If something doesn't fire, check the n8n execution log — it shows exactly where the data flow breaks down, making debugging fast and painless.

Pro Tips to Get More Out of This Setup

  • Use multiple keyword flows in manychat to handle different intents (support, sales, freebies) and route each to a different n8n webhook path
  • Add a delay node in n8n to send a follow-up message 24 hours later via the manychat API if the lead hasn't converted
  • Tag users automatically in manychat based on which keyword they triggered — this makes segmentation effortless
  • Use n8n's error workflow feature to catch failed webhook calls and retry them automatically

Why This Combination Works So Well

manychat is purpose-built for conversational marketing on Instagram — its visual flow builder and native Meta integration make it the best tool for the messaging layer. n8n, on the other hand, is where the real backend power lives. Its node-based workflow engine connects to hundreds of apps without a single line of code, giving you flexibility that no single-platform tool can match.

Together, n8n and manychat cover the full loop: engage the user, capture the data, trigger the next action. That's a complete mini-CRM built in 20 minutes.

Final Thoughts

An Instagram DM bot isn't a luxury anymore — it's a competitive necessity. If your competitors are responding in seconds and you're responding hours later (or not at all), the choice for your audience is obvious.

With n8n handling the logic and manychat handling the conversation, you've got a lean, powerful system that works while you sleep. Set it up once, and let it run.

Ready to build yours? Grab your free accounts on n8n and manychat and follow the steps above — you'll be live before your next coffee break.

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

Warum unbeantwortet DMs dein Business kosten

Jede unbeantwortete Instagram-DM ist eine verpasste Chance. Egal ob du einen Online-Shop, ein Coaching-Business oder eine Content-Brand betreibst — wer dir schreibt, erwartet eine schnelle Antwort. Das Problem: Du kannst nicht rund um die Uhr online sein, und jemanden für das DM-Management einzustellen, ist teuer.

Genau hier kommen n8n und manychat ins Spiel. Gemeinsam ermöglichen diese beiden Tools, einen vollautomatisierten Instagram-DM-Bot in unter 20 Minuten zu bauen — ganz ohne Code.

Was du bauen wirst

Am Ende dieser Anleitung hast du eine funktionierende Automation, die:

  • eingehende Instagram-DMs mit bestimmten Keywords erkennt
  • eine personalisierte Auto-Antwort über manychat sendet
  • die Gesprächsdaten via n8n in Google Sheets oder Airtable speichert
  • dich optional per Slack oder Telegram bei wichtigen Leads benachrichtigt

Was du brauchst

  • manychat — übernimmt die Instagram-Messaging-Schicht und Keyword-Trigger
  • n8n — steuert die Backend-Logik, Datenweiterleitung und Integrationen
  • Ein Facebook-Business-Konto mit verknüpftem Instagram-Profil
  • Google Sheets oder Airtable (kostenlose Version reicht)

Schritt 1 — Manychat für Instagram einrichten

Logge dich in manychat ein und verbinde dein Instagram-Business-Konto. Gehe zu Automation → Keywords und erstelle eine neue Keyword-Regel. Setze den Trigger zum Beispiel auf Wörter wie „Preis", „Info" oder „Gratis" in eingehenden DMs.

Erstelle im visuellen Flow-Editor von manychat eine einfache Antwort — zum Beispiel: „Hey [Vorname]! Danke für deine Nachricht. Hier ist, was du wissen musst…" gefolgt von deinem Angebot oder Link.

Füge am Ende des Flows eine External Request-Aktion hinzu. Das ist der Webhook, der die Gesprächsdaten an n8n weitergibt.

Schritt 2 — Den n8n-Workflow aufbauen

Öffne n8n und erstelle einen neuen Workflow. Füge einen Webhook-Node als Trigger hinzu — kopiere die Webhook-URL und füge sie in das External-Request-Feld in manychat ein.

Dein n8n-Workflow empfängt nun jedes Mal ein JSON-Payload, wenn der manychat-Flow ausgelöst wird. Das Payload enthält typischerweise den Namen der Person, den Instagram-Handle, das ausgelöste Keyword und einen Zeitstempel.

Daten weiterleiten

Füge in n8n einen Set-Node hinzu, um die relevanten Felder zu extrahieren und umzubenennen. Verbinde diesen dann mit einem der folgenden Output-Nodes:

  • Google Sheets Node — fügt für jeden Lead eine neue Zeile ein
  • Airtable Node — erstellt einen neuen Eintrag in deiner CRM-Base
  • HTTP Request Node — leitet Daten an eine beliebige API weiter

Optional: Prioritäts-Benachrichtigungen

Füge in n8n einen IF-Node ein, der prüft, ob das ausgelöste Keyword ein High-Intent-Begriff wie „kaufen" oder „Preis" ist. Wenn ja, leite die Daten an einen Telegram- oder Slack-Node weiter, der dich sofort auf dein Handy benachrichtigt — nur wenn es wirklich wichtig ist.

Schritt 3 — Den gesamten Flow testen

Aktiviere deinen n8n-Workflow und schalte deine manychat-Automation ein. Sende eine Test-DM an deinen Instagram-Account mit dem Trigger-Keyword. Innerhalb weniger Sekunden solltest du:

  • die Auto-Antwort von manychat erhalten
  • eine neue Zeile in deinem Google Sheet via n8n sehen
  • eine Slack- oder Telegram-Benachrichtigung bekommen (falls eingerichtet)

Falls etwas nicht funktioniert, prüfe das n8n-Ausführungsprotokoll — es zeigt dir genau, wo der Datenfluss unterbrochen wurde.

Profi-Tipps für noch mehr Power

  • Nutze mehrere Keyword-Flows in manychat für verschiedene Absichten (Support, Verkauf, Freebies) und leite jeden an einen eigenen n8n-Webhook weiter
  • Füge einen Delay-Node in n8n ein, um 24 Stunden später über die manychat-API eine Follow-up-Nachricht zu senden, falls der Lead noch nicht konvertiert hat
  • Tagge Nutzer automatisch in manychat basierend auf dem ausgelösten Keyword — das macht die Segmentierung mühelos
  • Nutze n8n's Error-Workflow-Funktion, um fehlgeschlagene Webhook-Calls abzufangen und automatisch erneut zu versuchen

Warum diese Kombination so gut funktioniert

manychat ist speziell für Conversational Marketing auf Instagram entwickelt — der visuelle Flow-Builder und die native Meta-Integration machen es zur besten Wahl für die Messaging-Schicht. n8n hingegen liefert die echte Backend-Power: Der Node-basierte Workflow-Engine verbindet sich mit Hunderten von Apps, ganz ohne Code, und bietet eine Flexibilität, die kein Einzelplattform-Tool erreicht.

Zusammen decken n8n und manychat den gesamten Kreislauf ab: Nutzer ansprechen, Daten erfassen, nächste Aktion auslösen. Das ist ein vollständiges Mini-CRM — in 20 Minuten gebaut.

Fazit

Ein Instagram-DM-Bot ist kein Luxus mehr — er ist ein Wettbewerbsvorteil. Wenn deine Konkurrenten in Sekunden antworten und du erst Stunden später (oder gar nicht), ist die Entscheidung für dein Publikum klar.

Mit n8n für die Logik und manychat für die Konversation hast du ein schlankes, leistungsstarkes System, das auch dann arbeitet, wenn du schläfst. Einmal einrichten — und laufen lassen.

Bereit, deinen Bot zu bauen? Erstelle kostenlose Accounts bei n8n und manychat und folge den Schritten oben — du bist live, bevor dein nächster Kaffee fertig ist.

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.