n8n-nodes-waha-split 2025.1222.10 → 2025.1222.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# n8n-nodes-waha-split
|
|
2
2
|
<p align="center">
|
|
3
3
|
<img src="https://github.com/devlikeapro/n8n-nodes-waha/blob/master/WAHA+n8n.png?raw=true" width='300'/>
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
|
-
This is a n8n community node.
|
|
6
|
+
This is a n8n community node.
|
|
7
7
|
It lets you use [WAHA - WhatsApp HTTP API](https://waha.devlike.pro) in your n8n workflows.
|
|
8
8
|
|
|
9
9
|
- [**WAHA**](https://waha.devlike.pro) - **WhatsApp API** that you can run in a click!
|
|
@@ -13,8 +13,6 @@ It lets you use [WAHA - WhatsApp HTTP API](https://waha.devlike.pro) in your n8n
|
|
|
13
13
|
[**WAHA OpenAPI**](https://waha.devlike.pro/swagger/)
|
|
14
14
|
using [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-openapi-node)
|
|
15
15
|
|
|
16
|
-

|
|
17
|
-
|
|
18
16
|
<!-- toc -->
|
|
19
17
|
|
|
20
18
|
- [Install WAHA n8n node](#install-waha-n8n-node)
|
|
@@ -23,13 +21,15 @@ using [**devlikeapro/n8n-openapi-node**](https://github.com/devlikeapro/n8n-open
|
|
|
23
21
|
|
|
24
22
|
<!-- tocstop -->
|
|
25
23
|
|
|
26
|
-

|
|
25
|
+
|
|
26
|
+

|
|
27
27
|
|
|
28
28
|
## Install WAHA n8n node
|
|
29
29
|
Go to your **n8n** => **Settings** => **Community nodes** and install:
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
|
|
32
|
+
n8n-nodes-waha-split
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
If you need help with that, check the
|