n8n-nodes-clientify 0.1.2 → 0.1.4
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 +4 -4
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/n8n-nodes-clientify)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Official n8n node for integrating with Clientify CRM via Model Context Protocol (MCP). This node provides seamless access to all Clientify CRM operations including contacts, companies, deals, tasks, and more.
|
|
7
7
|
|
|
8
8
|
## Table of Contents
|
|
9
9
|
|
|
@@ -233,7 +233,7 @@ Retrieve deals that are in the "Negotiation" stage.
|
|
|
233
233
|
**Problem:** The Clientify node doesn't show up in the node panel after installing.
|
|
234
234
|
|
|
235
235
|
**Solution:**
|
|
236
|
-
1. **Restart n8n completely** (required for
|
|
236
|
+
1. **Restart n8n completely** (required for new nodes)
|
|
237
237
|
2. Clear your browser cache (Ctrl+Shift+Delete or Cmd+Shift+Delete)
|
|
238
238
|
3. Search for "Clientify" (not the package name) in the node search
|
|
239
239
|
4. Verify installation in **Settings → Community Nodes**
|
|
@@ -273,7 +273,7 @@ Retrieve deals that are in the "Negotiation" stage.
|
|
|
273
273
|
**Problem:** Node fails with "package not found" errors in Docker environments.
|
|
274
274
|
|
|
275
275
|
**Solution:**
|
|
276
|
-
1. Ensure
|
|
276
|
+
1. Ensure nodes directory is persisted in volumes:
|
|
277
277
|
```yaml
|
|
278
278
|
volumes:
|
|
279
279
|
- n8n_data:/home/node/.n8n
|
|
@@ -373,6 +373,6 @@ Copyright (c) 2025 Clientify
|
|
|
373
373
|
|
|
374
374
|
---
|
|
375
375
|
|
|
376
|
-
**Made with ❤️
|
|
376
|
+
**Made with ❤️ by Clientify**
|
|
377
377
|
|
|
378
378
|
*This is an official Clientify node. n8n is a trademark of its respective owner.*
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-clientify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "N8N node for Clientify CRM integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-node",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"homepage": "https://github.com/contacteitor/clientify_n8n#readme",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "Clientify",
|
|
15
|
-
"email": "
|
|
15
|
+
"email": "develop@clientify.com"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-clientify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "N8N node for Clientify CRM integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-node",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"homepage": "https://github.com/contacteitor/clientify_n8n#readme",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "Clientify",
|
|
15
|
-
"email": "
|
|
15
|
+
"email": "develop@clientify.com"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|