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
- New Message, Message Edited, Message Deleted, User Status, Chat Action
- Login with QR (ChatTrigger) – Scan QR code in chat (no PIN)
- Close Session / Delete Session
- Send Text Message
- Send Image
- Send File
- Get Chats
- New Message – Triggered when new WhatsApp messages arrive
- Minimum n8n version: 0.199.0
- Node.js: 18.x or higher
#### 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)
WhatsApp (inite connect – WhatsApp)
Node for WhatsApp integration via Baileys.
#### Login Operations
#### Message Operations
#### Chat Operations
WhatsApp Trigger (inite connect – WhatsApp Trigger)
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
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 /start — QR 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
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.
// 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)