n8n-nodes-zoho-desk 1.0.0 → 1.0.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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# n8n-nodes-zoho-desk
|
|
1
|
+
# n8n-nodes-zoho-desk
|
|
2
2
|
|
|
3
3
|
Production-ready n8n community node for integrating with [Zoho Desk](https://www.zoho.com/desk/) API. Manage support tickets, contacts, and accounts with comprehensive field support, dynamic resource loading, and automatic contact creation.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
## Features
|
|
@@ -29,13 +29,13 @@ Production-ready n8n community node for integrating with [Zoho Desk](https://www
|
|
|
29
29
|
### Community Node (Recommended)
|
|
30
30
|
|
|
31
31
|
1. Go to **Settings** > **Community Nodes** in n8n
|
|
32
|
-
2. Search for `n8n-nodes-zoho-desk
|
|
32
|
+
2. Search for `n8n-nodes-zoho-desk`
|
|
33
33
|
3. Click **Install**
|
|
34
34
|
|
|
35
35
|
### Manual Installation
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
npm install n8n-nodes-zoho-desk
|
|
38
|
+
npm install n8n-nodes-zoho-desk
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Setup
|
|
@@ -336,4 +336,4 @@ If you encounter any issues or have questions:
|
|
|
336
336
|
- [n8n Documentation](https://docs.n8n.io/)
|
|
337
337
|
- [n8n Community Nodes](https://docs.n8n.io/integrations/community-nodes/)
|
|
338
338
|
- [GitHub Repository](https://github.com/ron137/zoho-desk-n8n-integration)
|
|
339
|
-
- [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk
|
|
339
|
+
- [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
|
package/package.json
CHANGED