npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-evolution-api-v2-eng

v1.0.2

Published

N8N Community Node for Evolution API v2 - ENG

Readme

N8N Evolution API v2 Community Node

This is a community node for N8N that allows integration with Evolution API v2 for WhatsApp.

🚀 Features

  • Instance Management: Create, connect, disconnect and manage WhatsApp instances
  • Message Sending: Send text and media messages
  • Group Management: Create groups and search members
  • Chat Verification: Check if a number is WhatsApp
  • Webhooks: Configure webhooks for events
  • Integrations: Support for Chatwoot integration

📦 Installation

Via NPM (Recommended)

npm install n8n-nodes-evolution-api-v2-eng

Via N8N Community Nodes

  1. Go to Settings > Community Nodes
  2. Click Install
  3. Enter: n8n-nodes-evolution-api-v2-eng
  4. Click Install

🔧 Configuration

Credentials

  1. Create a new credential of type Evolution API
  2. Configure:
    • Server URL: URL of your Evolution API server
    • API Token: API authentication token

Available Resources

Instance

  • Create Instance: Creates a new WhatsApp instance
  • Fetch Instances: Lists all available instances
  • Connect Instance: Connects to a specific instance
  • Restart Instance: Restarts an instance
  • Connection State: Checks connection state
  • Logout: Logs out of an instance
  • Delete Instance: Removes an instance
  • Set Presence: Sets presence status

Message

  • Send Text: Sends a text message
  • Send Image: Sends an image with caption

Group

  • Create Group: Creates a new group
  • Find Members: Lists group members

Chat

  • Check WhatsApp: Checks if a number is WhatsApp

Event

  • Webhook: Configures webhooks for events

Integration

  • Chatwoot: Configures Chatwoot integration

🛠️ Development

Prerequisites

  • Node.js 18+
  • npm or yarn

Local Installation

git clone https://github.com/farazpawle/n8n-nodes-evolution-api-v2-eng.git
cd n8n-nodes-evolution-api-v2-eng
npm install

Available Scripts

# Build project
npm run build

# Development with watch
npm run dev

# Linting
npm run lint

# Formatting
npm run format

# Release (patch, minor, major)
npm run release:patch
npm run release:minor
npm run release:major

📝 Usage Examples

Send Text Message

// Node configuration
{
  "resource": "message",
  "operation": "sendText",
  "instanceName": "my-instance",
  "number": "5511999999999",
  "messageText": "Hello! This is a test message."
}

Create Group

// Node configuration
{
  "resource": "group",
  "operation": "createGroup",
  "instanceName": "my-instance",
  "subject": "Test Group",
  "participants": ["5511999999999", "5511888888888"]
}

🤝 Contributing

  1. Fork the project
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👨‍💻 Author

Faraz Pawle (Fork maintainer)

Original Author: JF Cardoso Santos

🔗 Links

📈 Versioning

This project uses SemVer for versioning. To see available versions, check the tags in this repository.

🆘 Support

If you encounter any problems or have questions, please:

  1. Check the Evolution API documentation
  2. Open an issue on GitHub
  3. Contact via email: [email protected]