💬 Autonomous customizable support chatbot on Intercom + Discord thread reports

610 views · 💬 Support Chatbots

Description

Click here to access this Workflow for free.


Connect your own LLM-boosted chatbot to Intercom (f*** their overly priced FlN Agent), and stay in touch on Discord

ic.png

This workflow connects your Intercom chat system with your own AI Agent and sends a complete log of each conversation to Discord using threads. It allows you to run a fully automated support system while maintaining full visibility of the bot’s behavior in real time.

For every new conversation in Intercom, a thread is created in a specified Discord channel. Each message from the user, the AI, and even manual human responses is logged to the thread, offering full traceability and transparency.

You also have fine-grained control over the AI agent. By simply clicking the ⭐️ star in Intercom’s UI, support agents can instantly pause or resume AI responses for a specific chat — no coding or config changes needed.


Requirements


Setup

  1. Intercom:

    • Go to Intercom’s webhook settings.
    • Add a webhook that listens to new incoming messages and points to the Webhook URL in this n8n workflow.
    • Make sure to send full conversation data.
  2. Discord:

    • Create a Discord bot and invite it to your server with the required permissions.
    • In the Discord + Token node at the top of the workflow:
      • Add your bot token
      • Add the ID of the channel where threads should be created
  3. LLM / AI Agent:

    • By default, the workflow uses OpenAI via HTTP Request.
    • You can substitute it with any LLM provider of your choice.
    • Make sure to set up your credentials in n8n and select them in the HTTP nodes.
  4. HTTP Authentication Tips:

    • For both Intercom and Discord API calls, it’s recommended to create credentials in n8n’s Credential Manager.
    • Then, assign those credentials inside each HTTP Request node for a cleaner setup.

Usage

screenshot intercoms inbox.png

This gives you on-the-fly control of each conversation’s automation level directly from the Intercom inbox.


Customization


If you need any help, or have any question, feel free to come discuss about it on Telegram

🔗 Nodes Used

HTTP Request, Webhook, Intercom, Filter, AI Agent, Embeddings OpenAI

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup