Available Connectors
BITE ATS Integration
BITE connector for Kombo’s ATS API
The BITE ATS integration allows you to sync ATS data between BITE and your application through Kombo’s unified API. The tool slug for this connector is bite
.
Guides and Resources
Connection Setup Guide
Step-by-step instructions to connect your BITE account to Kombo.
View Candidate Sources
How to view and manage candidate sources in BITE.
Supported Features & Coverage
Jobs
Jobs
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
description | |
employment_type | |
status | |
visibility | |
post_url | |
salary_amount | |
salary_amount_from | |
salary_amount_to | |
salary_currency | |
salary_period | |
location | |
custom_fields | |
integration_fields | |
opened_at | |
closed_at | |
remote_created_at | |
remote_updated_at | |
remote_data |
Candidates
Candidates
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
company | |
title | |
phone_numbers | |
email_addresses | |
location | |
remote_data |
Application Stages
Application Stages
All stages are returned on all jobs, but in practive BITE even allows restricting specific stages to individual candidates through their “processes” feature. BITE does not require applications to have a stage assigned. In these cases
current_stage_id
will be null
.Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
remote_data |
Applications
Applications
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
current_stage_id | |
job_id | |
candidate_id | |
remote_data |
Job-specific application stages
Job-specific application stages
Field | Notes |
---|---|
index | |
job_id | |
stage_id | |
id | |
changed_at | |
remote_deleted_at |
Jobs
Jobs
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
description | |
employment_type | |
status | |
visibility | |
post_url | |
salary_amount | |
salary_amount_from | |
salary_amount_to | |
salary_currency | |
salary_period | |
location | |
custom_fields | |
integration_fields | |
opened_at | |
closed_at | |
remote_created_at | |
remote_updated_at | |
remote_data |
Candidates
Candidates
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
first_name | |
last_name | |
company | |
title | |
phone_numbers | |
email_addresses | |
location | |
remote_data |
Application Stages
Application Stages
All stages are returned on all jobs, but in practive BITE even allows restricting specific stages to individual candidates through their “processes” feature. BITE does not require applications to have a stage assigned. In these cases
current_stage_id
will be null
.Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
name | |
remote_data |
Applications
Applications
Field | Notes |
---|---|
id | |
remote_id | |
changed_at | |
remote_deleted_at | |
current_stage_id | |
job_id | |
candidate_id | |
remote_data |
Job-specific application stages
Job-specific application stages
Field | Notes |
---|---|
index | |
job_id | |
stage_id | |
id | |
changed_at | |
remote_deleted_at |
Create candidate
Create candidate
Input Field | Notes |
---|---|
candidate.first_name | |
candidate.last_name | |
candidate.email_address | |
candidate.phone_number | |
candidate.location.city | |
candidate.location.country | |
candidate.gender | |
candidate.availability_date | |
candidate.salary_expectations.period | |
candidate.salary_expectations.amount | |
application.job_id | |
application.stage_id | |
attachments.name | |
attachments.content_type | |
attachments.data | |
attachments.data_url | |
source.name |
Create application
Create application
Input Field | Notes |
---|---|
candidate.first_name | |
candidate.last_name | |
candidate.email_address | |
candidate.phone_number | |
candidate.location.city | |
candidate.location.country | |
candidate.gender | |
candidate.availability_date | |
candidate.salary_expectations.period | |
candidate.salary_expectations.amount | |
application.job_id | |
application.stage_id | |
attachments.name | |
attachments.content_type | |
attachments.data | |
attachments.data_url | |
source.name |
Add attachment to application
Add attachment to application
BITE attaches documents to candidates rather than specific applications. The attachment will be associated with the candidate who owns the application.
Input Field | Notes |
---|---|
application_id | |
attachment.name | |
attachment.content_type | |
attachment.data | |
attachment.type |
Feature | Notes |
---|---|
Source Writing | |
Sync Only Created Applications | |
Connection Guide | |
Prerequisites | |
Create credentials | |
API Passthrough | |
Custom Field Explorer | |
Jobs |