Upload resume from Zoho Recruit API
As per API --------------------------------- The file attachment should be base64encoded and send to us. Along with the name of the file in a separate xml node with fieldlabel_filename as below example: <FL val="Attach resume"> TVlTUUwgMTkyLjE2OC4xNS40NCAxOTIuMTY4LjE1Ljk1IDE5Mi4xNjguMTUuNzMKRklMRSAxOTIuMTY4LjE1LjQ0IDE5Mi4xNjguMTUuOTUgMTkyLjE2OC4xNS43MwpCQUNLVVAgMTkyLjE2OC4xNS40NCAxOTIuMTY4LjE1Ljk1IDE5Mi4xNjguMTUuNzMK</FL> <FL val="Attach resume_filename">components.txt</FL> ----------------------------------------
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.
Zoho Recruit API upgrade to v2
Hi, I was looking into Zoho Recruit specification and I found it very similar to ZohoCRM. ZohoCRM had a huge upgrade to v2 in last months. Do you plan to migrate Zoho Recruit the same way in some near future? Best, Lukasz.
ERR: 101, Invalid or missing parameter apimsgid - Cannot send SMS help/advice please
Good Morning, I have entered all of the Clickatell information requested by Zoho Recruit on the SMS setting page but I repeatedly get this message and I dont know why? Could anyone help at all?
Can I export all fields (including custom fields) from the
Candidate's Module using the Recruit API?
I'd like to export all fields from Candidate's Module (including the custom fields) with the API. I read a bit about the API and I believe that only certain fields can be exported. Is that correct? If so, how can I do that?
webhooks or not webhooks
I am currently investigating the most suitable / easy way to create automated employment reference process through wordpress, gravity forms and zoho recruit. Scenario: Candidate uploads their details. Automated email link sends them to a specific web page. They submit their employment references into a gravity form. This information from the gravity form on submission, needs to be pushed into zoho recruit application (I think via webhooks for monitoring). Also there needs to be an email sent to the
Candidate creation with attachments
Hi There! I tried access your apis on creations of candidates with my python script its was success with basic information,when i tried of uploading with attachments by making it as base64 encode its says "response <html> <head><title>414 Request-URI Too Large</title></head> <body bgcolor="white"> <center><h1>414 Request-URI Too Large</h1></center> </body> </html> " So could any one please help me out in creation of candidate along with attachments. my script looks like this import urllib import
UploadDocument APi erroring out
this is the repsonse iam getting when i invoke from java code 200 {"response": {"uri":"/recruit/private/json/Candidates/uploadDocument","error": {"code":9832,"message":"Invalid parameter value"}}} code snippet: byte[] encoded = Base64.getEncoder().encode(Files.readAllBytes(filePath)); String base64Str = new String(encoded, "UTF-8"); // Create connection object, based on the given url-name URL url = new URL("https://recruit.zoho.com/recruit/private/json/Candidates/uploadDocument?authtoken=authtoken&scope=recruitapi&fileName=xyz.doc&documentData=base64Str");
Getting error code null when adding record
Hi, I am try to add candidate record from WordPress but getting error. This is the code that i have written please help me what am i doing wrong. function get_fields_by_ajax_callback() { check_ajax_referer('get_fields','security'); $firstname= $_REQUEST['firstname']; $lastname= $_REQUEST['lastname']; $email = $_REQUEST['email']; $phone = $_REQUEST['phone']; $nationality = $_REQUEST['nationality']; $age = $_REQUEST['age']; $location = $_REQUEST['location']; $languages = $_REQUEST['languages']; $gender
Zapier - inputting data collected in Zoho Forms into Zoho Recruit
Is it possible to use the Zapier integration to collect information using Zoho forms and then to use that data to update an existing Zopo recruit candidate profile. I have learn how to create a new Zoho recruit candidate record using Zapier. However I want to know is additional information can be collected using Zoho forms and then to use zapier to update the Zoho recruit record. Appreciate advice as to whether this is possible.
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 ?
Search API Not Working
I was trying to search job openings based on conditions but i was not able to get any results for any kind of expression but when i use the same auth token to get the list of Job Openings it works fine. Job Listing request URL: https://recruit.zoho.com/recruit/private/json/JobOpenings/getRecords?authtoken=auth_token&scope=recruitapi&version=2&newFormat=1 Search request URL: https://recruit.zoho.com/recruit/private/json/JobOpenings/getSearchRecords?authtoken=auth_token&scope=recruitapi&selectColumns=All&searchCondition=(PostingTitle|contains|*vel*)
Populate data from 1 field to another in the same Module.
I've read several of the post on doing this but can't seem to get mine to work. This is the in the same Module called BREAKDOWNS. I am attempting to populate the date is one field with data from another. The fields are in the same module, however, one of them is a lookup field to another module. Here's what I have. Field1: Production Title (Lookup field to Module PROJECTS) Field2: Production Title Catch (Single Field) Field3: Production Title Calc (Formula Field to do the calculations) I'd like to
Import CV by API
Hi Does zoho has any API to import CV?
UploadDocument API throwing the below error
HI Iam trying to invoke the UploadDocument API from POSTMAN with the below data but iam getting this response https://recruit.zoho.com/recruit/private/xml/Candidates/uploadDocument?authtoken=AUTHTOKEN&scope=recruitapi&version=2&country=IN&fileName=xyz.doc &documentData=0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAOwADAP7/CQAGAAAAAAAAAAAAAAABAAAAYQAA Error as below Unable to process your request.Please try again or contact <a href='mailto:support@zohorecruit.com'>support@zohorecruit.com </a> with the following
Linked In Associated contact - can it upload more information into the record ?
When I associate a linked in contact with a ZoHo Recruit contact, what does this do ? and can it do more ?
Add record in JobOpenings
Hello, I tired to create new record in Zoho Recruit by using custom function in CRM. My code: //responseFromBooks = zoho.recruit.createRecord("Invoices","20059929465",invoiceDetails); responseRecruit=zoho.recruit.getRecordById("JobOpenings", 1710000000083151); //info responseRecruit; mapa=map(); mapa={"Posting Title":"Testowa z CRM 2","DEPARTMENTID":"1710000000069134"}; emailAlert = true; duplicateCheck = false; response = zoho.recruit.addRecord("JobOpenings", mapa); info response;New JobOpening
API Integration for Recruit
Hi all. We're looking at integrating Recruit with a WordPress site and we're investigating how to push back associations between a job opening and a candidate. Assuming the user is logged in to WordPress so we know their email address, and that same user is already registered as a candidate in Recruit, how can we using the API create an association between the Job Opening ID and the email address of the user? Would we need to do a lookup of their candidate ID first and then use the associateJobOpening
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.
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
creating notes via API
Hi. Could I create notes via api methods in zoho recruit? thanks.
How to fetch data of "Department" & "Branch" fields via API automatically from Zoho Recruit?
Hi We are implementing a custom page on the customers website to publish job openings and are therefore trying to fetch field data of the "Department" and the "Branch" fields via API. We want to use it on a filter on the page. As of now we can not see a way to do this automatically (only manual implementation works by now), please help us. If there is no way to fetch them, it would mean that we have to adjust the code every time the customer has a new department or branch. This would make it complicated
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.
Custom Button - change status not working
void OfferExtended(string CS,bigint id,string Client_details) Edit Parameters if(CS.equalsIgnoreCase("Available")) { Candidate_Status = "Interviewing"; Client_details = "Interview requested" + " by " + zoho.loginuserid + " " + zoho.currentdate + " " + zoho.currenttime; updateMap = Map(); updateMap.put("candidateStatus",Candidate_Status); updateMap.put("details",Client_details); updateMap.put("authtoken","87b743fb8fad4d3dc933267b2c2033c8"); updateMap.put("candidateIds",id.toString()); updateMap.put("scope","recruitapi");
Retrieving associated linkedin url in the getRecords API request.
Hello there, Is it possible to get and set the associated Linkedin profile url via API? Thanks.
Zoho Recruit Developer - Project Seeking WebDev
Interested in connecting with a developer interested in a build out 2-4 users with Zoho back-end Reply with contact info - ty sc1derful at gmail
get activities related to candidates
Hello, I'm trying to get the activities related to my candidates. This way I could fetch hired Candidates (using Candidate Status & getSearchRecords) BUT ALSO know when their status changed from «offer presented» to «hired». If I click one of my hired candidated, I can see the info I need under the «Activities» section... Is this possible ?
Fetching the active job openings using Zoho Recruit API
Hello, I have a use case where I need to fetch the active Job Openings from the Zoho Recruit and display them on a web page. However, when the Job Openings are updated, removed or newly added, the values that are returned by the recruit API remain same which were fetched during the first time. I need to display the updated values each time the updates are made in Zoho Recruit. Please help with the issue. Regards,
ZOHO Recruit API getSearchRecords
Hi, i've been trying to query some information through the getSearchRecords API, but i don't know why is always giving me this message: SyntaxError: missing ; before statement ------> getSearchRecords 1:11 And if i click the link to see the details of the message, it gives me this: {"response":{"result":{"Candidates":{"row":{"no":"1","FL":[{"val":"CANDIDATEID","content":"DATA"},{"val":"First Name","content":"DATA"},{"val":"Last Name","content":"DATA"},{"val":"Email","content":"DATA"},{"val":"Mobile","content":"DATA"},{"val":"Apellido
Add an "Apply Using" option
It would be great if Zoho could integrate an "apply using" widget, so that candidates could quickly apply to jobs using their CareerBuilder, Monster, Indeed, or LinkedIn accounts, instead of needing to complete the web form.
Make browser tabs more specific
I'd like to see browser names include the Candidate Name, Job Title, Client Name, etc. depending on the record opened. Right now, I can have five different tabs open for different candidates, but no way of knowing which is which by viewing the tabs. I think LinkedIn is a good example of a website with specific browser tabs.
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
API integration with Wordpress
Hi I wanted to know if anyone could shed some light on the limitations with zoho recruit and wordpress? These are a number of functions id like to be able to do with my site (jobsite)? 1) when a candidate uploads their CV on my site it also uploads onto zoho recruit 2) when I mass parse CVs on zoho recruit - i want them to create a user (candidate) on my website 3) when a business signs up to the site to advertise a job - i want zoho recruit to create a user (employer) 4) I wanted to be able to
MODULE SMS
Dear, I wonder if the module that paid SMS , it's just the system or have to hire a payment gateway provider. And if you have to hire , where I link the registration data ?
problem in zoho candidate resume download api
Hi, I logged into my zoho account, clicked on Candidate list, i have one candidate with attached resument of that candidate , i want api to download resume from zoho. (I do not want manual download of resume or i do not want to use any tool). I am using below api to download resume. But i do not know where do i get "ATTACHMENT ID", SEE ATTACHMENT. https://recruit.zoho.com/recruit/private/json/Candidates/downloadFile?authtoken=6df045b5b84421f430ef02ad825296cb&scope=recruitapi&id=Attachment Id&version=2
Candidate Fields mapping to a word or pdf doc
We created a very nice web form/ employment application via Zoho, so we are able to capture all the data in Zoho when the form is filled out. What I need is to be able to create a document that I can map the fields over and create an application that I can present to my clients. I created an email template that worked well,but my ideal situation is to have a nice clean document that I can send to a client. Any help/ thoughts are greatly appreciated.
Zoho Recruit API
What are the limitations with the use of the API for Zoho Recruit? I've done a few api calls, but the limit doesn't appear to be changed. Do API calls to recruit not count towards the limit, are they only for opened documents? Cheers Tom
Zoho Recruit Api
Dear Concern, I have just purchased a Zoho Recruiter API account and using uploadDocument method to parse document files https://www.zoho.com/recruit/upload-document-api.html however while using this method we are getting this error : 4600Unable to process your request. Please verify if the name and value is appropriate for the "documentData" parameter. We are having trouble with documentData paramter , what we are doing is uploading CV , get its file content and enocode it into base64 , then above
Next Page