Back to Nodes

inite connect - Telegram

Last updated Jan 23, 2026

Your personal Telegram CoPilot

53 Weekly Downloads
213 Monthly Downloads

Included Nodes

inite connect - Telegram
inite connect - Telegram Trigger
inite connect - WhatsApp
inite connect - WhatsApp Trigger

Description

inite n8n connect

Unified n8n community node for Telegram (via GramJS) and WhatsApp (via Baileys).

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version

Installation

Follow the installation guide in the n8n community nodes documentation.

npm

npm install @inite/n8n-nodes-connect

n8n

In n8n, navigate to Settings > Community Nodes and install:

@inite/n8n-nodes-connect

Operations

Telegram (inite connect – Telegram)

Main node for interacting with Telegram API.

#### Login Operations

  • Login – Interactive authentication via ChatTrigger with phone number and code
  • Close Session / Delete Session
  • #### User, Contact, Chat, Message, File, Group Operations
    Full Telegram API support: get chats, send messages, send files/photos/audio, forward, delete, etc.

    Telegram Trigger (inite connect – Telegram Trigger)

  • New Message, Message Edited, Message Deleted, User Status, Chat Action
  • WhatsApp (inite connect – WhatsApp)

    Node for WhatsApp integration via Baileys.

    #### Login Operations

  • Login with QR (ChatTrigger) – Scan QR code in chat (no PIN)
  • Close Session / Delete Session
  • #### Message Operations

  • Send Text Message
  • Send Image
  • Send File
  • #### Chat Operations

  • Get Chats
  • WhatsApp Trigger (inite connect – WhatsApp Trigger)

  • New Message – Triggered when new WhatsApp messages arrive
  • Credentials

    Telegram

    1. Get API credentials from my.telegram.org
    2. Create credentials of type inite connect – Telegram API
    3. Enter apiid, apihash, phoneNumber
    4. Use Login operation with ChatTrigger, send /start and enter the code

    WhatsApp

    1. Create credentials of type inite connect – WhatsApp
    2. Set Session ID (default: default, use different IDs for multiple accounts)
    3. Use Login operation with ChatTrigger, send /startQR code will appear in chat
    4. Scan with WhatsApp: Settings > Linked Devices > Link a Device

    WhatsApp uses QR code authentication (no phone/SMS code). The QR is displayed directly in the n8n chat.

    Compatibility

  • Minimum n8n version: 0.199.0
  • Node.js: 18.x or higher
  • Usage

    Telegram

    // 1. Create Telegram credentials
    // 2. Add "inite connect - Telegram" node
    // 3. Login via ChatTrigger + /start, enter code
    // 4. Use Send Message, Get Chats, etc.
    

    WhatsApp

    // 1. Create WhatsApp credentials (Session ID: default)
    // 2. Add "inite connect - WhatsApp" node
    // 3. Add ChatTrigger, connect to Login operation
    // 4. Send /start — QR code appears in chat
    // 5. Scan with WhatsApp app
    // 6. Use Send Message (chatId: 1234567890@s.whatsapp.net or group-id@g.us)
    

    Resources

  • n8n community nodes documentation
  • GramJS Documentation
  • Baileys (WhatsApp)
  • inite.ai
  • Version History

    0.7.0 (Current)

  • Rebrand to inite n8n connect
  • Added WhatsApp support via Baileys
  • WhatsApp: QR code login in chat (no PIN)
  • Telegram and WhatsApp nodes and triggers
  • 0.6.4

  • Migrated from telegram-tdl to native GramJS
  • StringSession-based auth
  • Support

  • GitHub: inite-ai/n8n-nodes-telepilot
  • Documentation: inite.ai

License

MIT