Candidate searching in both resume text and fields at same time
Are there any plans to bring the functionality to Zoho Recruit whereby you can search in both the text of the candidate's resume and also in the selectable fields at the same time? This is a feature which is available on most ATSs and not having it on Zoho makes it much harder to sort through the candidates. This omission means that I will have to upgrade to another system one day, whereas, if you had it, you would keep my business ass my team grows.
Upload resume from Zoho Recruit API issue
I am not able to upload an attachment using the Recruit API. My HTML Post contents are: xmlData=<Candidates> <row no="1"> <FL val="First name">John</FL> <FL val="Last name">Doe</FL> <FL val="Current job title"> Sr. Engineer </FL> <FL val="Total work exp (year)">9</FL> <FL val="Total work exp (month)">0</FL> <FL val="Contact number"> 9454594849 </FL> <FL val="Email ID"> johndoe@gmail.com </FL> <FL val="Contact address"> Address 1</FL> <FL val="Skill set"> ASP.NET ,C#.NET , SQL SERVER2008 ,CRYSTAL
Share/pool database with other Zoho recruit account holders?
What would be the easiest way to share my candidate database with another Zoho account holder? Not adding licenses to my account, but combining our 2 databases into one pool? Is there a way to do this or is the best option to give each other access to each other's database. Thank you.
Is possible to receive the content of a Picklist when you call the api getFormFields?
Hello I want to publish the recruits via api and the forms to create a new candidate also. It's possible to receive the options of a pickList when get the data form via api.
How to Integrate ZRecruit to Wordpress
I want this feature to work, describe in this article and the answer was also given there. Now my question is How to Integrate the API to wordpress? It will be put in a form, a page? Any help is gladly appreciated. Regards, Patrick Basically, what you'll need to do is XML-ize your data and POST it to the API URLs they provide. I'll start out with the basic request, and we can build on the solution if you want. <?php $api_key = 'API_KEY'; // insert your API key here; $ticket = 'TICKET_ID';
Zoho API Auth Token to Recruit
Dear Support, When will be available Auth Token to Zoho Recruit, instead apikey and api ticket? This resource is available to Zoho CRM. Correct? Thanks Paulo Miguel.
Asistance with Zoho Reports, CRM, and Recruit
Hello, we are looking for people with working knowledge with Reports, CRM and Recruit. We would like to get potentallly identify a couple of resources we can work with this and future projects. Credentials and proven experience is a must Thanks Raúl
When using API, add Client's contact info to form for submitting job openings
I am using the API to allow client's to add new job openings directly from our website. However, I don't see how to use the API to also allow them add their contact information via that form. If they can't add their contact information, then how will we get in touch with them once they have submitted a job? I know that there are different modules, and that I am using the Job Openings module for this particular form - but the information I need to use WITH this form is in the Client Contacts module
Possible Issue with the length of the URL in the API GET call
ERROR - 500 internal server error Reference (ZOHO Recruit getRecords) API - http://www.zoho.com/recruit/get-records.html Method used to invoke the API - HTTP GET from C# code Issue: The following invocation does not work http://recruit.zoho.com/ats/private/xml/JobOpenings/getRecords?apikey=<My API Key>&ticket=<My Ticket>&searchCondition=(<My Search Condition>)&selectColumns=<My _Column_1>,<My _Column_2>,<My _Column_3>,<My _Column_4>,<My _Column_5>,<My _Column_6> However, everything else remaining
updateRecords File Upload Issue
I can upload a plain text file via the API but a PDF or Word Document fails with: 9500 Problem occured while processing the request Module: Candidates Format: XML updateRecords I'm Base64 encoding the contents first and I've been using the example from the documentation: <FL val="Attach resume"> TVlTUUwgMTkyLjE2OC4xNS40NCAxOTIuMTY4LjE1Ljk1IDE5Mi4xNjguMTUuNzMKRklMRSAxOTIuMTY4LjE1LjQ0IDE5Mi4xNjguMTUuOTUgMTkyLjE2OC4xNS43MwpCQUNLVVAgMTkyLjE2OC4xNS40NCAxOTIuMTY4LjE1Ljk1IDE5Mi4xNjguMTUuNzMK</FL> <FL val="Attach
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!!
candidate file in zoho recrut and joint files
Hi Everybody, excuse my english, I don't have an excellent level speaking My question is : when I create a candidate record in zoho recruit, I can't integrate several documents in the file of this candidate... For example, I 'ld like to include some results of test or diplomas. It 'ld be really idealy ! thank for you answer ! Halima
How to use the Zoho Recruit API updateRecords function???
I m following the full format but how can I pass the xml data to this function. And what is meant by post only api. Please give a short example.