Portal Approval Process
Hi Zoho team and fellow users, I am seeking a method to establish a multi-step approval process between a Zoho user and a portal user (Custom Portal) to review and approve requests through the Custom Portal. For instance, within this setup, one of the
API Integration
Why are we unable to do API Integration for Job borads
Assistance Needed with Fetching Template for Candidate Submission in Zoho Recruit API
Dear Support Team, I am facing an issue while trying to submit a candidate to a job post in Zoho Recruit. Specifically, I am confused about how to fetch the available templates when submitting the candidate, as I keep getting an invalid template ID error.
Trying to modify the Experience_Details" list via API
Hey there, I've built a candidate portal for my candidates to be able to update their experience themselves on this portal app, and I've connected it to my zoho recruit, via API. What I'm struggling to do is to remove an experience (called "Experience_Details"
Zoho Recruit API Token Self-Client
Hi, I'm trying to use the Bulk API with Self-Client authentication. I have created a client and a code for it. I have already tried multiple codes with multiple scopes in it: ZohoRecruit.modules.READ ZohoRecruit.modules.all ZohoRecruit.bulk.all ZohoRecruit.bulk.ALL
https://recruit.zoho.com/recruit/v2/Candidates/actions/import_document not working for PDF Resume Uploads
Hello, I get an internal error when I try to upload a PDF resume through the import_document v2 API. https://www.zoho.com/recruit/developer-guide/apiv2/upload-document.html However, the upload works when using a simple text file. I tried multiple PDF
https://recruit.zoho.com/recruit/private/json/Candidates/uploadDocument?authtoken=<token>&scope=recruitapi Not Working for PDF Upload
Hello, I get an internal error when I try to upload a PDF resume through the uploadDocument API call. uploadDocument help.zoho.com However, the upload works when using a simple text file. I tried multiple PDF files and got the same result. Simple Txt
https://recruit.zoho.com/recruit/private/json/Candidates/uploadDocument?authtoken=<token>&scope=recruitapi Not Working for PDF Upload
Hello, I get an internal error when I try to upload a PDF resume through the uploadDocument API call. uploadDocument help.zoho.com However, the upload works when using a simple text file. I tried multiple PDF files and got the same result. Simple Txt
Resume api stopped working
Hi, it seems that your API for the resume parser is down as it is now returning an internal error. When can we expect it fixed? We have already emailed support with no response
Bulk APIs - Page 2 result says more_records: 'true' when I have only less than 2,10,000 records
We are using bulk apis to get data from Zoho Recruit. We have recently crossed 200,000 records and hence bulk read API needs to be added for page: 2 post page: 1 results according to below documentation. https://www.zoho.com/recruit/developer-guide/apiv2/bulk-read/job-details.html
Get Records APIs - Zoho Recruit API Issue
As mentioned on https://www.zoho.com/recruit/developer-guide/apiv2/get-records.html When I send a request to https://recruit.zoho.in/recruit/v2/Interviews it works fine. But when I try to request the same API with fields param, the API seems to break
getting internal server error
i am trying to get roles for my web application successfully created the access token from grant token and it is refreshed and is working (not expired).
Update Candidate profile when Candidate ID exists in Zoho Recruit
Hello, I am looking for a Workflow rule to update candidate profiles based on existing candidate ID. Apparently, the duplicate check works with Email ID as a unique field but when we update the candidate CV we remove the contact details such as phone
Account expired on Zapier
Hi, When I try to connect my ZOHO recruit account on Zapier with the auth token, it says: authentication failed: You have already exceeded your daily limit. And it says my zoho recruit account is expired. Can you tell me how I can solve this problem ? Thank you.
API notification for Candidates data changing
Hi. I'm trying to setting the API notification to a custom url on candidate data changing following this guide: https://www.zoho.com/crm/developer/docs/api/v2/notifications/enable.html In my request body I put this: { "watch": [ { "channel_id": "1000000012345",
Getting error while accessing /getRecords with the following error code3602
Hi Team , While accessing records using the getRecords API I am getting the issue with the following error code3602. Please find the screen shot for reference . It would be of great help if any one can guide me in resolving this issue . Thanks Ud
Custom field returning string of numbers
We have a custom field for Job Openings, called 'Regio'. It's a Pick List. When we pull the data for job openings out of the API, we receive a string of numbers, instead of the actual value. We use the `getSearchRecords` endpoint with these parameters:
Error: Invalid Ticket Id, zoho recruit.
Hi, I did generated auth token for an integration with zoho recruit by API. My code is fine, but I only receive "Invalid Ticket Id" as response. I changed the auth token some times, however the message still same. My code runs perfectly with another zoho recruit portal.
What's wrong with my XML when I want to addTabularRecords?
Hi, The following is my code in creator token="XXXXXX"; iid=594532000000473001; aaa= "<Candidates>"+ "<FL val='Experience Details'>"+ "<TR no='0'>"+ "<TL val='Occupation / Title'><![CDATA[test]]</TL>"+ "<TL val='Company'><![CDATA[test]]</TL>"+ "<TL val='Work Duration_From'><![CDATA[3-2020]]></TL>"+ "<TL val='I currently work here'><![CDATA[true]]></TL>"+ "</TR> </FL> "+ "</Candidates>"; myMap = map(); myMap.put("authtoken", token); myMap.put("id", iid); myMap.put("xmlData", aaa); myMap.put("scope",
Recruit API: How to Add record for Education Details & Experience Details.
We've created a form on our website which is adding candidate's data via AddRecord method, We are unable to find xml data to post educational details and experience details as Candidate module does not have any fields listed in the documentation. Also, Both the fields are repeater fields (accepting multiple entries at a time). How do send more than single set of data for education and experience details.
Data Sort doesn't work when used with searchCondition parameter in getRecords Method
I am trying to get all the job listings in descending order with the status `In progress`. Here's my Request https://recruit.zoho.com/recruit/private/json/JobOpenings/getRecords?authtoken=AUTH&scope=recruitapi&fromIndex=1&toIndex=200&sortColumnString=Date%20Posted&sortOrderString=desc&searchCondition=%28Job%20Opening%20Status%7C%3D%7CIn-progress%29 I am sending the get request on the above URL. The problem here is `sortOrderString` is not working with `searchCondition`. When I remove the `searchCondition`,
i can't assocate associate candidates to job openings through API
Hello, I try to use this method https://www.zoho.com/recruit/api-new/api-methods/associateJobopeningMethod.html the return is always the same : <?xml version="1.0" encoding="UTF-8" ?> <response uri="/recruit/private/xml/Candidates/associateJobOpening"> <error> <code>null</code> <message>null</message> </error> </response> no error code, no message to help me debug My API token is Ok because the method addRecords works Can you help me please ?
JobOpenings API calls returns empty list
Hello, Since yesterday, all our API calls regarding the JobOpenings module that previously worked now return an empty list. Endpoints used: getSearchRecords getRecordById getRecords They all return an empty list instead of the specified Job Openings.
Unable to process your request. code3610
I am using Zoho API and trying to get my candidate information. Error is: Unable to process your request.Please try again or contact <a href='mailto:support@zohorecruit.com'>support@zohorecruit.com </a> with the following error code3610 My link without auth token:
https://recruit.zoho.com/recruit/private/json/Candidates/getRecords?authtoken=[AUTH_TOKEN]&scope=recruitapi&selectColumns=All
What should i do to get them ?
Zoho Recruit API fails when job title is in Japanese
Hello, I'm having a problem to retrieve job descriptions when job title is in Japanese. I've tried both formats (xml and json) and both of them returns NULL or empty values. When trying to retrieve data from a job opening which either is fully English, or title in English and description in Japanese, everything works fine. This bug is breaking the website! I'd be really glad if you could point out some solutions and help me with that. Looking forward to hearing from you soon. Many thanks.
Problems with API-tokens - make no sense
I have problems connecting to your API. First: when I try to call your "generateAuthToken", it says my mail is not a valid client ID. I bypassed that by generating a token in the browser mode, and I can see it in my account now, so it should work. But when I call your API with the authtoken, it keeps saying Invalid Ticket ID. I have tried different plugins, writing the code myself etc., and changing the API key and so on. But it seems like something is wrong in your API or with my account? I am on
Problem in uploading the file
I'm trying to upload a file through the Zoho Recruit API with cURL and PHP. It was working at first, but now I'm getting a "Problem in uploading the file" error and nothing uploads. I've tried with several files and nothing works anymore. Is there a way to get more information about the error or to view a log of some sort? Thanks a lot.
I want close only my zoho recruit´s account,
Hi I´m Adriana Hernandez, I work at Gonet and we have Zoho Recruit´s enterprise account. The admin is been trying add my user but he can´t. The issue is "the user already exist". I have recruit account zoho's (free version), I want close only my zoho recruit´s account, because I need join to Gonet´s enterprise account. (I have others zoho´s accounts, but, them it's ok). Could you please help me? This is my zoho recruit´s account. adrianal.hernandez@gonet.us ID de usuario de Zoho: 30039130
Downloaded photos are low quality
When I mass download candidates' info and attached files, the jpegs, gifs, etc are downloaded in a very very poor, low quality format. The photos turn out blurry, even though, if I click on them in the Zoho Recruit program to view, they are clear and of good resolution. Need to fix this!!