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-max-greenapi

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

n8n node for Green-API for MAX

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
5
-44.44%
Maintainers
5
Weekly downloads
 
Created
Source

n8n-nodes-max-green-api

Integration node for Green API in n8n.
This community node allows automation of MAX 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-max-greenapi

Authentication

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

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

🧩 Features

CategoryMethods
👤 AccountgetSettings, setSettings, getStateInstance, reboot, logout, getAccountSettings
✉️ SendingsendMessage, sendFileByUrl, sendLocation, sendContact
📥 ReceivingwebhookTrigger, downloadFile
📜 JournalsgetChatHistory, getMessage, lastIncomingMessages, lastOutgoingMessages
🧾 QueuesshowMessagesQueue, clearMessagesQueue
👥 GroupscreateGroup, updateGroupName, getGroupData, addGroupParticipant, deleteGroupParticipant, setGroupAdmin, removeGroupAdmin, leaveGroup
🧩 ServicegetContacts, getChats, getContactInfo, editMessage, deleteMessage

⚙️ Usage Examples

💬 Send Message

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

📎 Send File by URL

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

👥 Create Group

{
  "operation": "createGroup",
  "groupName": "My Team",
  "participants": ["12365498", "41234567"]
}

🧭 Send Location

{
  "operation": "sendLocation",
  "chatId": "41234567",
  "latitude": 40.7128,
  "longitude": -74.0060
}

🔄 Check Account

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

🔗 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 23 May 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