Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@green-api/n8n-nodes-telegram-greenapi

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@green-api/n8n-nodes-telegram-greenapi

n8n node for Green-API for Telegramm

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
5
-16.67%
Maintainers
5
Weekly downloads
 
Created
Source

n8n-nodes-telegram-green-api

Integration node for Green API in n8n.
This community node allows automation of Telegram interactions using Green API — including messaging, file transfer, contacts, groups, statuses, and instance management.

📖 Overview

The GreenAPI Node provides full access to Green API endpoints, enabling you to send messages, manage chats, groups, and retrieve account information.

Installation

Install community node

Go to SettingsCommunity NodesInstall, then enter @green-api/n8n-nodes-telegram-greenapi

Install via npm

npm install @green-api/n8n-nodes-telegram-greenapi

Restart n8n after installation.

Manual installation

  • Copy repository into ~/.n8n/custom/
  • Run:
    npm install
    npm run build
    
  • Restart n8n

You can also check out the installation guide in the n8n community nodes documentation.

Authentication

To use this node, you need to have an instance and token from Green-API platform and Telegram account:

  • Sign up at Green-API
  • Create an instance
  • Get idInstance and apiTokenInstance
  • Authorize the instance in the Console

🧩 Features

CategoryMethods
👤 AccountgetStateInstance, reboot, getAccountSettings
✉️ SendingsendMessage, sendPoll, sendFileByUrl
📥 ReceivingwebhookTrigger
📜 JournalsgetChatHistory, getMessage, lastIncomingMessages, lastOutgoingMessages
🧾 QueuesshowMessagesQueue, clearMessagesQueue
👥 GroupsgetGroupData
ReadmarkreadChat
🧩 ServicegetContacts, getContactInfo, checkAccount

⚙️ Usage Examples

💬 Send Message

{
  "operation": "sendMessage",
  "chatId": "7596558806",
  "message": "Hello from n8n and Green API!"
}

📎 Send File by URL

{
  "operation": "sendFileByUrl",
  "chatId": "7596558806",
  "urlFile": "https://example.com/image.jpg",
  "fileName": "photo.jpg"
}

🔄 Check Account

{
  "operation": "checkAccount",
  "phoneNumber": 77780738519
}

🔗 Resources

👤 Author

Developed by Green API
📧 support@green-api.com
🌍 https://green-api.com/en/

🪪 License

MIT License

Keywords

n8n-community-node-package

FAQs

Package last updated on 04 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts