zoho-recruit

n8n community node for Zoho Recruit API integration

Package Information

Downloads: 59 weekly / 363 monthly
Latest Version: 0.1.5
Author: Enthuziastic

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:

  1. Go to Zoho API Console and create a Server-based application.
  2. Add https://<your-n8n-host>/rest/oauth2-credential/callback as an authorised redirect URI.
  3. Note the Client ID and Client Secret.
  4. 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.
  5. 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.

Resources

Discussion