MCPcopy Index your code
hub / github.com/devlikeapro/n8n-nodes-waha

github.com/devlikeapro/n8n-nodes-waha @2024.9.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2024.9.5 ↗ · + Follow
46 symbols 84 edges 18 files 2 documented · 4%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

@devlikeapro/n8n-nodes-waha

This is a n8n community node. It lets you use WAHA - WhatsApp HTTP API in your n8n workflows.

NPM Version

WAHA Workflow Example Screenshot

Installation

Install WAHA

Make sure you have WAHA up and running. If not - follow ⚡ Quick Start so you have WAHA available on http://localhost:3000/

Install n8n

Kindly follow n8n Installation guide for that part.

Install WAHA node

Go to your n8n installation => Settings => Community nodes and install:

@devlikeapro/n8n-nodes-waha

Follow the installation guide in the n8n community nodes documentation.

Credentials

Before using the node you need to add WAHA API credentials. If it doesn't allow you to Save it (no save button) - just put any string in Api Key field, know issue :(

Usage

You can check the workflows and how to use WAHA n8n Nodes 1. Go to your n8n installation with installed WAHA node. 2. Add workflow there (just empty one) 3. Import one of the examples below by clicking on three dots ... at the right top corner of the n8n window and selecting Import from URL. 4. Paste the url to import workflow 5. Select credentials for all WAHA nodes 6. Configure you session to send event to WAHA Trigger Webhook URL 7. Activate the workflow 8. Enjoy low-code automation!

Workflow Examples

WAHA - Workflow Example - Mark message as seen - Send "pong" on "Ping" - Send image on "Image" - Send video on "Video" - Send all text messages to email

WAHA - Restart Server At Midnight - Restart WAHA server at midnight

Extension points exported contracts — how you extend this code

Pattern (Interface)
(no doc)
nodes/WAHA/utils.ts
Action (Interface)
(no doc)
nodes/WAHA/openapi/parser.ts
ParserConfig (Interface)
(no doc)
nodes/WAHA/openapi/parser.ts

Core symbols most depended-on inside this repo

parse
called by 4
nodes/WAHA/openapi/parser.ts
toResource
called by 2
nodes/WAHA/openapi/parser.ts
parseOperation
called by 2
nodes/WAHA/openapi/parser.ts
parseParam
called by 2
nodes/WAHA/openapi/parser.ts
resolveRef
called by 2
nodes/WAHA/openapi/parser.ts
update
called by 1
nodes/WAHA/utils.ts
getEvents
called by 1
nodes/WAHA/v202409/WAHATriggerV202409.ts
noteText
called by 1
nodes/WAHA/base/trigger.ts

Shape

Method 21
Class 12
Function 10
Interface 3

Languages

TypeScript100%

Modules by API surface

nodes/WAHA/openapi/parser.ts26 symbols
nodes/WAHA/base/trigger.ts4 symbols
nodes/WAHA/v202409/WAHATriggerV202409.ts3 symbols
nodes/WAHA/WAHATrigger.node.ts3 symbols
nodes/WAHA/WAHA.node.ts3 symbols
nodes/WAHA/v202409/WAHAv202409.ts2 symbols
nodes/WAHA/utils.ts2 symbols
credentials/WAHAApi.credentials.ts2 symbols
gulpfile.js1 symbols

For agents

$ claude mcp add n8n-nodes-waha \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page