npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@parthikhm/n8n-nodes-zoho-recruit

v0.1.8

Published

Ultra-lightweight Zoho Recruit Node for n8n with comprehensive ATS management. Features: Job Openings, Candidates, Photos, Users, Organization, Profiles & Roles. Complete recruitment automation with pagination, query parameters, and OAuth2 authenticatio

Downloads

51

Readme

n8n-nodes-zoho-recruit

This is an n8n community node. It lets you use Zoho Recruit in your n8n workflows.

Zoho Recruit is a comprehensive recruitment management system that helps streamline the hiring process from candidate sourcing to onboarding.

🚀 Ultra-Lightweight: Only 16.1 kB package size.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-zoho-recruit

Operations

Candidates

  • Get All, Get, Create, Update, Delete, Search

Job Openings

  • Get Many (with pagination, limit, and query parameters)

Notes

  • Get Many, Create, Update, Delete

Note Types

  • Get Many

Attachments

  • Get Many, Upload, Download, Delete

Status

  • Change Status

Associated

  • Get Associated Records

Photo

  • Upload a Photo, Download a Photo, Delete a Photo

Organization

  • Get Organization Details

Profiles

  • Get All Profiles, Get Profile

Roles

  • Get All Roles, Get Role

User

  • Get Users

Credentials

Prerequisites

Create a Zoho Recruit API application:

  1. Log into Zoho Recruit
  2. Go to Setup → Developer Space → API
  3. Create Self-Client
  4. Configure Scopes

Required Scopes

Candidates: ZohoRecruit.modules.candidates.ALL, READ, CREATE, UPDATE, DELETE Notes: ZohoRecruit.modules.notes.ALL, READ, CREATE, UPDATE, DELETE Attachments: ZohoRecruit.modules.attachments.ALL, READ, CREATE, DELETE Note Types: ZohoRecruit.settings.note_type.ALL, READ Photos: ZohoRecruit.modules.all, ZohoRecruit.modules.candidate.ALL, ZohoRecruit.modules.contact.ALL Users: ZohoRecruit.users.ALL, READ Organization: ZohoRecruit.org.all Profiles: ZohoRecruit.settings.profiles.ALL, READ Roles: ZohoRECRUIT.settings.roles.ALL, READ

Setting Up Credentials in n8n

  1. Go to Settings → Credentials

  2. Add New Credential

  3. Select Zoho Recruit OAuth2 API

  4. Fill in the Details:

    Global: Client ID, Client Secret, Access Token URL: https://accounts.zoho.com/oauth/v2/token, Authorization URL: https://accounts.zoho.com/oauth/v2/auth Australia: Access Token URL: https://accounts.zoho.com.au/oauth/v2/token, Authorization URL: https://accounts.zoho.com.au/oauth/v2/auth China: Access Token URL: https://accounts.zoho.com.cn/oauth/v2/token, Authorization URL: https://accounts.zoho.com.cn/oauth/v2/auth Europe: Access Token URL: https://accounts.zoho.eu/oauth/v2/token, Authorization URL: https://accounts.zoho.eu/oauth/v2/auth India: Access Token URL: https://accounts.zoho.in/oauth/v2/token, Authorization URL: https://accounts.zoho.in/oauth/v2/auth

  5. Save and Test

Supported Regions

  • Global: https://recruit.zoho.com
  • Australia: https://recruit.zoho.com.au
  • China: https://recruit.zoho.com.cn
  • Europe: https://recruit.zoho.eu
  • India: https://recruit.zoho.in

Compatibility

  • Minimum n8n version: 0.200.0
  • Tested with n8n versions: 1.0.0+
  • Node.js version: 18.x or higher

Resources

Version history

0.1.8 (Latest)

  • NEW: Job Openings Resource - Get job openings with pagination and query parameters

0.1.7

  • NEW: Roles Resource - Get all roles and specific role by ID
  • NEW: Profiles Resource - Get all profiles and specific profile by ID
  • NEW: Organization Resource - Get organization details (iso_code, mc_status)

0.1.6

  • NEW: Photo Resource - Complete photo management for Candidates and Contacts
  • NEW: User Resource - Comprehensive user management with 10 different user type filters
  • NEW: Attachment Download - Download attachments as binary files
  • IMPROVED: File Handling - Enhanced binary file processing
  • IMPROVED: Error Handling - More detailed error messages and validation
  • IMPROVED: Code Quality - Fixed TypeScript linter errors and improved formatting

0.1.5

  • Added attachment upload functionality for all modules
  • Fixed TypeScript linter errors and improved code quality

0.1.4

  • Bug fixes and performance improvements

0.1.3

  • Added Associated Records resource with pagination support

0.1.2

  • Reduced package size by 47% (16.1 kB)
  • Performance optimizations

0.1.1

  • Initial release with Candidates, Notes, Attachments, and Status resources
  • OAuth2 authentication and pagination support

License

MIT