Package Information
Downloads: 59 weekly / 363 monthly
Latest Version: 0.1.5
Author: Enthuziastic
Available Nodes
Documentation
n8n-nodes-zoho-recruit
An n8n community node for the Zoho Recruit API.
Operations
Candidate
| Operation | Description |
|---|---|
| Create | Create a new candidate record |
| Get | Retrieve a candidate by ID |
| Update | Update fields on an existing candidate |
Create / Update options
- Fetch Full Record (default: off): After a successful write, makes a follow-up GET to return the complete candidate record instead of just the mutation metadata (ID, timestamps). Disable to reduce API usage — Zoho Recruit enforces a daily API call limit. If the follow-up GET fails, the node falls back to returning mutation metadata rather than failing the item.
Installation
Follow the n8n community node installation guide.
In your n8n instance go to Settings → Community nodes → Install and enter:
@enthu/n8n-nodes-zoho-recruit
Credentials
This node uses Zoho Recruit OAuth2. To set it up:
- Go to Zoho API Console and create a Server-based application.
- Add
https://<your-n8n-host>/rest/oauth2-credential/callbackas an authorised redirect URI. - Note the Client ID and Client Secret.
- In n8n, create a new credential of type Zoho Recruit OAuth2 API and fill in the Client ID, Client Secret, and select your Zoho data center.
- Click Connect my account to complete the OAuth2 flow.
The credential requests ZohoRecruit.modules.Candidates.ALL scope, which covers all Candidate read/write operations.
Compatibility
Requires n8n >=0.125.0.