n8n-nodes-clientify 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 +7 -7
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -343,18 +343,18 @@ List Contacts → Code Node (transform) → External API
|
|
|
343
343
|
|
|
344
344
|
## Development & Contribution
|
|
345
345
|
|
|
346
|
-
This is
|
|
346
|
+
This is an official Clientify node. Contributions are welcome!
|
|
347
347
|
|
|
348
|
-
**Repository:** https://github.com/contacteitor/
|
|
348
|
+
**Repository:** https://github.com/contacteitor/clientify_n8n
|
|
349
349
|
|
|
350
|
-
**Report Issues:** https://github.com/contacteitor/
|
|
350
|
+
**Report Issues:** https://github.com/contacteitor/clientify_n8n/issues
|
|
351
351
|
|
|
352
|
-
**Documentation:** See the
|
|
352
|
+
**Documentation:** See the repository for full documentation
|
|
353
353
|
|
|
354
354
|
## Support
|
|
355
355
|
|
|
356
|
-
- **Issues & Bugs:** https://github.com/contacteitor/
|
|
357
|
-
- **Email:**
|
|
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
|
|
@@ -375,4 +375,4 @@ Copyright (c) 2025 Clientify
|
|
|
375
375
|
|
|
376
376
|
**Made with ❤️ for the n8n community**
|
|
377
377
|
|
|
378
|
-
*This is an
|
|
378
|
+
*This is an official Clientify node. n8n is a trademark of its respective owner.*
|
package/dist/package.json
CHANGED