Recruit
Connections
Connections is an interface to integrate third party services with your Zoho Service, in this case, Zoho Recruit. These connections are used in an URL invocation task to access authenticated data. To establish a connection, it is necessary to provide ...
Custom Variables
Custom Variables are global variables that store static information in your Zoho Recruit system. This allows you to replace certain key values- such as username or brand- in various elements, allowing customers to easily make system-wide changes and ...
Custom Buttons
Zoho Recruit offers standard buttons that execute predefined actions. For example, Associate to Job Openings is a standard button used to link a Candidate to a Job Opening, Clone is another standard button that is used to clone any record within your ...
Custom Functions
Custom functions help in automation where procedural logic is required, which cannot be implemented with the default actions such as, Tasks, Webhooks, etc. With custom functions you can automatically update the data in the related Zoho Recruit ...
Workflow Field Updates
Field Update helps the users automatically update certain field values in the records, when the associated workflow rule is triggered. To create field updates, Log in to Zoho Sigma console and click Extensions. Select the extension you'd like to ...
Workflow Tasks
Workflow tasks allow you to delegate important responsibilities to different employees within the organization automatically. To create a workflow task, Log in to Zoho Sigma console and click Extensions. Select the extension you'd like to modify ...
Workflow Rules
Workflow Rules in Zoho Recruit are a set of actions (alerts, tasks, and field updates) that are executed when certain specified conditions are met. These rules automate the process of sending email alerts and SMS alerts, assigning tasks, and updating ...
Custom Buttons and Fields
Modules and Fields are the building blocks on which all recruitment activities are based. They allow you to collect, organize, and analyse a wide range of candidate and client information. Zoho Recruit comes with a standard range of predefined ...
Building your extension
Step 1: Extension Pre-requisites Get access to Developer console Before you start building your extension, first you’ll need to set up a Zoho Sigma account by visiting https://sigma.zoho.com/ If you are an existing Zoho customer, you can get access ...
Revoking Tokens
If you want to revoke your refresh token: Make a POST request with the following URL {Accounts_URL}/oauth/v2/token/revoke?token={refresh_token} Note: You must use your domain-specific Zoho Accounts URL to revoke your refresh token.
Refreshing Access Tokens
Access tokens expire an hour after they are generated. To generate a new access token, use the refresh token you generated earlier. Note: You must use your domain-specific Zoho Accounts URL to refresh your access token. For ...
Generating Tokens
OAuth 2.0 requests are usually authenticated with an access token, which is passed as bearer token. To use this access token, you need to construct a normal HTTP request and include it in an authorization header along with the value of bearer. Note: ...
Authorization Request
To authorize your application, you need to redirect the user of the client application to the appropriate authorization endpoint. On a successful login, Zoho Recruit will call your redirect URI along with an authorization code. Note: You must make ...
Registering a Client
Before you get started with authorization and make any calls to the Zoho Recruit API, you need to register your application with Zoho Recruit API. To register: Note: Use the domain-specific accounts URL to register your application. For ...
Overview
The Zoho Recruit API uses the OAuth 2.0 protocol for authentication. It uses the Authorization Code Grant Type to obtain the grant token (code). This grant type allows you to share specific data with any application while keeping your usernames and ...
Zoho Service Communication Key
Communication between Zoho services is important for proper management of information. The Zoho Service Communication Key (ZSC) enables to fetch data stored in Zoho Recruit from other Zoho services. You need the ZSC Key to integrate your Recruit ...
Error Messages
Error Code Description 4000 Please use Authtoken, instead of API ticket and APIkey. 4500 Internal server error while processing this request 4501 API Key is inactive 4502 This module is not supported in your edition 4401 Mandatory field missing 4600 ...
Modules and Fields
You can use API to integrate with the following standard modules: Standard Module API Format Candidates Candidates Clients Clients Contacts Contacts Job Openings JobOpenings Tasks Tasks Events Events Calls Calls Interviews Interviews Note: API ...
API Limits
The Zoho Recruit API is available in all editions of Zoho Recruit. To use the API, you'll require the Zoho Recruit Authentication Token from your Recruit account. Please make sure that you have permission to access the API service. If you do not have ...
getRecords
Purpose You can use the getRecords method to fetch all users data specified in the API request. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getRecords?authtoken=AuthToken&scope=recruitapi JSON Format: ...
addRecords
Purpose You can use the addRecords method to insert records into the required Zoho Recruit module. Note: Use the POST method to pass these parameters instead of the GET method. Request URL XML Format: ...
uploadDocument
Purpose You can use this API to parse and upload candidates resumes in Zoho Recruit from third-party applications. This is available only in the Paid Edition. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML ...
downloadPhoto
Purpose You can use this method to download the photos of Candidates or Contacts. Request URL XML Format For Candidates: https://recruit.zoho.com/recruit/private/xml/Candidates/downloadPhoto?authtoken=AuthToken&scope=recruitapi&id=RecordID&version=2 ...
getModules
Purpose You can use the getModules method to get the list of modules in your Recruit account. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi JSON Format: ...
getAssociatedCandidates
Purpose You can use this method to get the data of the candidates who are associated with the job openings from third-party applications. Request URL XML Format: ...
getAssociatedJobOpenings
Purpose You can use this method to get the data of the job openings associated with the candidates from third-party applications. Request URL XML Format: ...
changeStatus
Purpose You can use this method to change the candidate status with respect to the job openings in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
uploadFile
Purpose You can use this method to attach files to records. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Candidates/uploadFile?authtoken=AuthToken&scope=recruitapi&id=Record Id&content=File Input Stream&type=Attachment ...
downloadFile
Purpose You can use this method to download files from Recruit to your system. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Candidates/downloadFile?authtoken=AuthToken&scope=recruitapi&id=Attachment Id&version=2 JSON Format: ...
associateJobOpening
Purpose You can use this method to associate candidates to job openings in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
uploadPhoto
Purpose You can use this method to upload photos for Candidates or Contacts. Request URL XML Format: For Candidates: https://recruit.zoho.com/recruit/private/xml/Candidates/uploadPhoto?authtoken=AuthToken&scope=recruitapi&id=RecordId&content=File ...
getTabularRecords
Purpose You can use the getTabularRecords method to obtain the tabular information available in a particular record. Type: GET URL Format: https://recruit.zoho.com/recruit/private/xml/<Module>/getTabularRecords?authtoken=<Auth ...
addTabularRecords
Purpose You can use the addTabularRecords method to add tabular information to a particular record. Type: POST URL Format https://recruit.zoho.com/recruit/private/xml/Module/addTabularRecords?authtoken=<authtoken>&id=<id>&xmlData=<XML ...
updateTabularRecords
Purpose You can use the updateTabularRecords method to update particular tabular entries of a specified record. Type: POST URL Format ...
deleteTabularRecords
Purpose You can use the deleteTabularRecords method to delete tabular information from a specified record. Each tabular can have up to 10 entries. You can delete then all at once or individually. Type: Post URL Format ...
API Methods
Method Name Purpose getRecords To retrieve all users data specified in the API request getRecordById To retrieve individual records by record ID addRecords To insert records into the required Zoho Recruit module updateRecords To update or modify the ...
getRecordById
Purpose You can use this method to retrieve individual records by record ID. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getRecordById?authtoken=AuthToken&scope=recruitapi&version=2&id=RecordID JSON Format: ...
getFields
Purpose You can use the getFields method to fetch details of the fields available in a particular module. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getFields?authtoken=AuthToken&scope=recruitapi&version=2 JSON ...
getRelatedRecords
Purpose You can use the getRelatedRecords method to fetch related records. For example, you can fetch Candidates related to a Campaign or fetch tasks related to a Client. Request URL XML Format: ...
getNoteTypes
Purpose You can use this method to get the list of note types in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
Next page