n8n-nodes-zoho-desk 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # n8n-nodes-zoho-desk-extended
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
- [![npm version](https://badge.fury.io/js/n8n-nodes-zoho-desk-extended.svg)](https://www.npmjs.com/package/n8n-nodes-zoho-desk-extended)
5
+ [![npm version](https://badge.fury.io/js/n8n-nodes-zoho-desk.svg)](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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-extended`
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-extended
38
+ npm install n8n-nodes-zoho-desk
39
39
  ```
40
40
 
41
41
  ## Setup
@@ -270,7 +270,7 @@ The node detects rate limiting (HTTP 429) and provides clear error messages.
270
270
 
271
271
  ```bash
272
272
  # Clone the repository
273
- git clone https://github.com/ron137/zoho-desk-n8n-integration.git
273
+ git clone https://github.com/ron137/n8n-nodes-zoho-desk.git
274
274
 
275
275
  # Install dependencies
276
276
  npm install
@@ -312,7 +312,7 @@ MIT
312
312
  ## Support
313
313
 
314
314
  If you encounter any issues or have questions:
315
- 1. Check the [Issues](https://github.com/ron137/zoho-desk-n8n-integration/issues) page
315
+ 1. Check the [Issues](https://github.com/ron137/n8n-nodes-zoho-desk/issues) page
316
316
  2. Create a new issue if your problem isn't already listed
317
317
 
318
318
  ## Changelog
@@ -335,5 +335,5 @@ If you encounter any issues or have questions:
335
335
  - [Zoho Desk API Documentation](https://desk.zoho.com/DeskAPIDocument)
336
336
  - [n8n Documentation](https://docs.n8n.io/)
337
337
  - [n8n Community Nodes](https://docs.n8n.io/integrations/community-nodes/)
338
- - [GitHub Repository](https://github.com/ron137/zoho-desk-n8n-integration)
339
- - [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk-extended)
338
+ - [GitHub Repository](https://github.com/ron137/n8n-nodes-zoho-desk)
339
+ - [npm Package](https://www.npmjs.com/package/n8n-nodes-zoho-desk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-zoho-desk",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "n8n community node for Zoho Desk API integration - Tickets, Contacts, and Accounts management",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -12,14 +12,14 @@
12
12
  "crm"
13
13
  ],
14
14
  "license": "MIT",
15
- "homepage": "https://github.com/ron137/zoho-desk-n8n-integration",
15
+ "homepage": "https://github.com/ron137/n8n-nodes-zoho-desk",
16
16
  "author": {
17
17
  "name": "Ron",
18
18
  "email": "rons137@gmail.com"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/ron137/zoho-desk-n8n-integration.git"
22
+ "url": "git+https://github.com/ron137/n8n-nodes-zoho-desk.git"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"