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-wa-akg

v1.0.10

Published

n8n node for WA-AKG WhatsApp Gateway

Readme

WA-AKG n8n Community Node

WA-AKG Logo

npm version License: MIT

Official n8n community node for WA-AKG WhatsApp Gateway. Seamlessly integrate powerful WhatsApp API capabilities directly into your automated workflows.

🚀 Features

With this node, you can fully control your WA-AKG WhatsApp Gateway directly from n8n:

Action Node

  • Messaging: Send Text, Media, Location, Contact Cards, Polls, Lists, and Stickers. Reply, React, Star, Delete, Forward, Broadcast, Search, Download Media.
  • Session Management: Create, Start, Stop, Logout, Check Status, Get QR Code, Update Settings.
  • Group Management: Create Groups, Update Subjects/Descriptions/Settings, Add/Remove/Promote Members, Leave Groups, Manage Invites, Set Disappearing Messages.
  • Chats & Contacts: Get Chats, Mark as Read, Archive, Mute, Pin, Send Typing Presence, Block/Unblock Contacts.
  • Labels, Auto-Replies, & Schedulers: Manage Chat Labels, Automated Responses, and Scheduled Broadcasts.

Trigger Node

  • Supports real-time webhooks without needing Session IDs directly.
  • 8 Dynamic Output Branches depending on the event:
    1. Message Received
    2. Message Sent
    3. Message Updated
    4. Message Read
    5. Group Joined
    6. Group Left
    7. Group Participants Changed
    8. Session Connection (Connect, Disconnect, QR Ready)

📦 Installation

Follow the installation steps in the n8n community nodes documentation.

  1. Go to your n8n Dashboard.
  2. Navigate to Settings > Community Nodes.
  3. Click Install.
  4. Type n8n-nodes-wa-akg and click Install.

🛠️ Configuration & Authentication

To interact with the WA-AKG Gateway, you must configure your API credentials.

  1. Open a new or existing workflow in n8n.
  2. Add the WA-AKG node.
  3. In the Node settings, create new credentials for WA-AKG API.
  4. Base URL: The URL where your WA-AKG is hosted (e.g., https://wa-akg.yourdomain.com).
  5. API Key: Your global API key generated from the WA-AKG User Dashboard or Admin panel.

💡 Usage Example

Sending a WhatsApp message when a new lead is captured:

  1. Use a Webhook or Form Trigger in n8n to capture lead data.
  2. Add the WA-AKG node.
  3. Select Resource: Message, Operation: Send Text.
  4. Define your Session ID.
  5. Define the recipient's JID (e.g., [email protected]).
  6. Set the Text Message to: Hello {{ $json.Name }}, welcome to our community!

Handling Incoming Messages via Webhook:

  1. Drag the WA-AKG Trigger node onto your canvas.
  2. Copy the generated Webhook URL.
  3. Go to your WA-AKG Dashboard and create a new Webhook, pasting the n8n URL.
  4. From the Message Received branch on the Trigger Node, connect your logic flow (e.g., Save to Google Sheets or Reply using ChatGPT).

🆘 Support

If you encounter any issues or have questions regarding this node, please reach out via the official WA-AKG GitHub Repository.


Built with ❤️ by WA-AKG.