Available Connectors
Zoho Recruit ATS Integration
Zoho Recruit connector for Kombo’s ATS API
The Zoho Recruit ATS integration allows you to sync ATS data between Zoho Recruit and your application through Kombo’s unified API. The tool slug for this connector is zohorecruit
.
Guides and Resources
General Notes
- On paid plans, Zoho Recruit allows customizing application stages and statuses. These custom mappings are not available through the public API. We set reasonable standards but adjustments might be required for some connections.
Supported Features & Coverage
Users
Users
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
remote_data |
Jobs
Jobs
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
job_code | |
description | |
employment_type | |
status | |
visibility | |
category | |
department | |
experience_level | |
remote_work_status | |
salary_amount | |
salary_amount_from | |
salary_amount_to | |
salary_currency | |
location | |
custom_fields | |
integration_fields | |
opened_at | |
remote_created_at | |
remote_updated_at | |
contact_id | |
remote_data |
Candidates
Candidates
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
company | |
title | |
source | |
phone_numbers | |
email_addresses | |
social_media | |
location | |
custom_fields | |
integration_fields | |
remote_created_at | |
remote_updated_at | |
remote_data |
Application Stages
Application Stages
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
global_index |
Applications
Applications
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
outcome | |
current_stage_id | |
job_id | |
candidate_id | |
custom_fields | |
integration_fields | |
remote_created_at | |
remote_updated_at | |
remote_data |
Tags
Tags
Interviews
Interviews
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
title | |
starting_at | |
ending_at | |
location | |
application_id | |
remote_created_at | |
remote_updated_at | |
remote_data |
Rejection reasons
Rejection reasons
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name |
Candidate tags
Candidate tags
Interviewing team members
Interviewing team members
Field | Notes |
---|---|
interview_id | |
user_id | |
id | |
changed_at | |
remote_deleted_at |
Users
Users
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
remote_data |
Jobs
Jobs
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
job_code | |
description | |
employment_type | |
status | |
visibility | |
category | |
department | |
experience_level | |
remote_work_status | |
salary_amount | |
salary_amount_from | |
salary_amount_to | |
salary_currency | |
location | |
custom_fields | |
integration_fields | |
opened_at | |
remote_created_at | |
remote_updated_at | |
contact_id | |
remote_data |
Candidates
Candidates
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
company | |
title | |
source | |
phone_numbers | |
email_addresses | |
social_media | |
location | |
custom_fields | |
integration_fields | |
remote_created_at | |
remote_updated_at | |
remote_data |
Application Stages
Application Stages
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
global_index |
Applications
Applications
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
outcome | |
current_stage_id | |
job_id | |
candidate_id | |
custom_fields | |
integration_fields | |
remote_created_at | |
remote_updated_at | |
remote_data |
Tags
Tags
Interviews
Interviews
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
title | |
starting_at | |
ending_at | |
location | |
application_id | |
remote_created_at | |
remote_updated_at | |
remote_data |
Rejection reasons
Rejection reasons
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name |
Candidate tags
Candidate tags
Interviewing team members
Interviewing team members
Field | Notes |
---|---|
interview_id | |
user_id | |
id | |
changed_at | |
remote_deleted_at |
Create candidate
Create candidate
Input Field | Notes |
---|---|
candidate.first_name | |
candidate.last_name | |
candidate.email_address | |
candidate.company | |
candidate.title | |
candidate.phone_number | |
candidate.location.city | |
candidate.location.country | |
candidate.salary_expectations.amount | |
application.job_id | |
application.stage_id | |
attachments.name | |
attachments.content_type | |
attachments.data | |
attachments.data_url | |
attachments.type | |
source.name |
Create application
Create application
Input Field | Notes |
---|---|
candidate.first_name | |
candidate.last_name | |
candidate.email_address | |
candidate.company | |
candidate.title | |
candidate.phone_number | |
candidate.location.city | |
candidate.location.country | |
candidate.salary_expectations.amount | |
application.job_id | |
application.stage_id | |
attachments.name | |
attachments.content_type | |
attachments.data | |
attachments.data_url | |
attachments.type | |
source.name |
Add tag to candidate
Add tag to candidate
Input Field | Notes |
---|---|
candidate_id | |
tag.name |
Remove tag from candidate
Remove tag from candidate
Input Field | Notes |
---|---|
candidate_id | |
tag.name |
Add attachment to application
Add attachment to application
Input Field | Notes |
---|---|
application_id | |
attachment.name | |
attachment.content_type | |
attachment.data | |
attachment.type |
Move application to stage
Move application to stage
Input Field | Notes |
---|---|
application_id | |
stage_id |
Reject application
Reject application
Input Field | Notes |
---|---|
application_id | |
rejection_reason_id | |
note |
Add result link to application
Add result link to application
Input Field | Notes |
---|---|
application_id | |
label | |
url | |
details.custom_field_name_prefix | |
details.attributes.key | |
details.attributes.value |
Add note to application
Add note to application
Input Field | Notes |
---|---|
application_id | |
content |
Get application attachments
Get application attachments
Input Field | Notes |
---|---|
application_id |
Get candidate attachments
Get candidate attachments
Input Field | Notes |
---|---|
candidate_id |
Feature | Notes |
---|---|
Source Writing | |
Sync Only Created Applications | |
Connection Guide | |
Prerequisites | |
OAuth | |
API Passthrough | |
Scope Testing | Zoho Recruit is an OAuth integration but scope testing is still carried out through the role of the current user. |
Delta Syncs |