n8n-nodes-mbkchat 0.1.1 → 0.1.2
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 +14 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# n8n-nodes-mbkchat
|
|
2
2
|
|
|
3
|
-
This is an n8n node for connecting to
|
|
3
|
+
This is an n8n node for connecting to MBKChat (MbkChat).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -26,12 +26,12 @@ To install this node in your n8n installation, verify you have **Node.js** and *
|
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
4. **Restart n8n**:
|
|
29
|
-
Restart your n8n server. You should see "MBKChat
|
|
29
|
+
Restart your n8n server. You should see "MBKChat" in the nodes list.
|
|
30
30
|
|
|
31
31
|
## Credentials
|
|
32
32
|
|
|
33
|
-
You will need to create a new Credential of type "
|
|
34
|
-
- **Base URL**: The URL where your
|
|
33
|
+
You will need to create a new Credential of type "MBKChat API" in n8n.
|
|
34
|
+
- **Base URL**: The URL where your MBKChat is running (e.g. `http://localhost:8080`).
|
|
35
35
|
- **Token**: Your user token or admin token.
|
|
36
36
|
|
|
37
37
|
## Operations
|
|
@@ -57,6 +57,16 @@ You will need to create a new Credential of type "WuzAPI API" in n8n.
|
|
|
57
57
|
### Group
|
|
58
58
|
- **List**: Lists all subscribed groups.
|
|
59
59
|
|
|
60
|
+
## Publishing to n8n Community Nodes
|
|
61
|
+
|
|
62
|
+
To make this node available to everyone:
|
|
63
|
+
|
|
64
|
+
1. **Register on npm**: Create an account on [npmjs.com](https://www.npmjs.com/).
|
|
65
|
+
2. **Login**: `npm login` in your terminal.
|
|
66
|
+
3. **Publish**: `npm publish --access public`.
|
|
67
|
+
|
|
68
|
+
Once published, it will eventually appear in n8n's community node list (it may take some time to be indexed).
|
|
69
|
+
|
|
60
70
|
## License
|
|
61
71
|
|
|
62
72
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-mbkchat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Native n8n node for MBKChat",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package"
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"request": "^2.88.2",
|
|
43
43
|
"request-promise-native": "^1.0.9"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|