n8n-nodes-clientify 0.1.1 → 0.1.3

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/n8n-nodes-clientify.svg)](https://www.npmjs.com/package/n8n-nodes-clientify)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- N8N community 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.
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 community nodes)
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 community nodes directory is persisted in volumes:
276
+ 1. Ensure nodes directory is persisted in volumes:
277
277
  ```yaml
278
278
  volumes:
279
279
  - n8n_data:/home/node/.n8n
@@ -343,18 +343,18 @@ List Contacts → Code Node (transform) → External API
343
343
 
344
344
  ## Development & Contribution
345
345
 
346
- This is a community-maintained node. Contributions are welcome!
346
+ This is an official Clientify node. Contributions are welcome!
347
347
 
348
- **Repository:** https://github.com/contacteitor/clientify_ai
348
+ **Repository:** https://github.com/contacteitor/clientify_n8n
349
349
 
350
- **Report Issues:** https://github.com/contacteitor/clientify_ai/issues
350
+ **Report Issues:** https://github.com/contacteitor/clientify_n8n/issues
351
351
 
352
- **Documentation:** See the `/n8n` directory in the repository
352
+ **Documentation:** See the repository for full documentation
353
353
 
354
354
  ## Support
355
355
 
356
- - **Issues & Bugs:** https://github.com/contacteitor/clientify_ai/issues
357
- - **Email:** sebastianonearth@gmail.com
356
+ - **Issues & Bugs:** https://github.com/contacteitor/clientify_n8n/issues
357
+ - **Email:** develop@clientify.com
358
358
  - **Clientify Documentation:** https://mcp.clientify.com/docs
359
359
 
360
360
  ## Version History
@@ -373,6 +373,6 @@ Copyright (c) 2025 Clientify
373
373
 
374
374
  ---
375
375
 
376
- **Made with ❤️ for the n8n community**
376
+ **Made with ❤️ by Clientify**
377
377
 
378
- *This is an unofficial community node. Clientify and n8n are trademarks of their respective owners.*
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.1",
3
+ "version": "0.1.3",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-clientify",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "N8N node for Clientify CRM integration",
5
5
  "keywords": [
6
6
  "n8n-node",