n8n-nodes-wa-akg
v1.0.10
Published
n8n node for WA-AKG WhatsApp Gateway
Maintainers
Readme
WA-AKG n8n Community Node
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:
Message ReceivedMessage SentMessage UpdatedMessage ReadGroup JoinedGroup LeftGroup Participants ChangedSession Connection(Connect, Disconnect, QR Ready)
📦 Installation
Follow the installation steps in the n8n community nodes documentation.
- Go to your n8n Dashboard.
- Navigate to Settings > Community Nodes.
- Click Install.
- Type
n8n-nodes-wa-akgand click Install.
🛠️ Configuration & Authentication
To interact with the WA-AKG Gateway, you must configure your API credentials.
- Open a new or existing workflow in n8n.
- Add the WA-AKG node.
- In the Node settings, create new credentials for WA-AKG API.
- Base URL: The URL where your WA-AKG is hosted (e.g.,
https://wa-akg.yourdomain.com). - 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:
- Use a Webhook or Form Trigger in n8n to capture lead data.
- Add the WA-AKG node.
- Select Resource:
Message, Operation:Send Text. - Define your
Session ID. - Define the recipient's
JID(e.g.,[email protected]). - Set the
TextMessage to:Hello {{ $json.Name }}, welcome to our community!
Handling Incoming Messages via Webhook:
- Drag the WA-AKG Trigger node onto your canvas.
- Copy the generated Webhook URL.
- Go to your WA-AKG Dashboard and create a new Webhook, pasting the n8n URL.
- 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.
