This connector is in open beta. You can freely enable it in your account.
This connector requires a partnership with Avionté. Please contact us to get access.
The Avionté ATS integration allows you to sync ATS data between Avionté and your application through Kombo’s unified API. The tool slug for this connector is avionte.
Pipeline applications can only be synced if we have previously received information about them through a webhook. Without this webhook data, pipeline applications cannot be fetched from the API.
By default, Avionte uses “Selected Job Sync” mode. When you trigger a sync, it will always sync stages and rejection reasons, and sync any jobs you’ve added to your selected jobs list that haven’t been synced yet. Each selected job syncs exactly once, including all applicants and candidates for that job, then relies on webhooks for future updates.
If you switch to “Full Sync” mode, it will only run during the initial setup sync or when you manually trigger it. After the initial setup, full syncs are disabled. Full sync mode only syncs jobs (not candidates or applications).
Avionté’s API billing is usage-based. To prevent unexpected costs, we rely primarily on webhooks for data freshness after the initial sync. Manual syncs can be triggered anytime from the dashboard but should be used carefully, especially for large instances.
CV attachments (type: ‘CV’) will appear in the Resume section of the talent profile. Other attachments will appear in the Documents section. Uploading a CV attachment will override any existing CV/resume for the candidate.
Input Field
Notes
candidate.first_name
candidate.last_name
candidate.email_address
candidate.title
candidate.phone_number
candidate.location.city
candidate.location.country
candidate.location.zip_code
candidate.gender
application.job_id
attachments.name
attachments.content_type
attachments.data_url
attachments.data
attachments.type
source.name
Create application
CV attachments (type: ‘CV’) will appear in the Resume section of the talent profile. Other attachments will appear in the Documents section. Uploading a CV attachment will override any existing CV/resume for the candidate.
Input Field
Notes
candidate.first_name
candidate.last_name
candidate.email_address
candidate.title
candidate.phone_number
candidate.location.city
candidate.location.country
candidate.location.zip_code
candidate.gender
application.job_id
attachments.name
attachments.content_type
attachments.data_url
attachments.data
attachments.type
source.name
Add tag to candidate
Input Field
Notes
candidate_id
tag.name
Add attachment to application
Avionte uploads attachments to the candidate. Supported file types: txt, doc, docx, pdf, xls, xlsx, png, jpg, jpeg CV attachments (type: ‘CV’) will appear in the Resume section of the talent profile. Other attachments will appear in the Documents section. Uploading a CV attachment will override any existing CV/resume for the candidate. This action will fall back to the “Add attachment to candidate” action. Therefore, there could be cases where the attachment may not be added to the application but rather to the candidate.
Input Field
Notes
application_id
attachment.name
attachment.content_type
attachment.data_url
attachment.data
attachment.type
Move application to stage
Kombo uses two internal stages for the Pipeline and Web Application which candidates cannot be moved to. However candidates can be moved to any stage (including stages in the pipeline) which do not have one of the following remote IDs: ‘PIPELINE’ and ‘WEB_APPLICATION’
Input Field
Notes
application_id
stage_id
Reject application
Reject application is only supported for applications in the nominated stage. Avionte does not support the rejection of applications in the pipeline or web application stage via API.
Input Field
Notes
application_id
rejection_reason_id
Get candidate attachments
Input Field
Notes
candidate_id
Add attachment to candidate
Avionte uploads attachments to the candidate. Supported file types: txt, doc, docx, pdf, xls, xlsx, png, jpg, jpeg CV attachments (type: ‘CV’) will appear in the Resume section of the talent profile. Other attachments will appear in the Documents section. Uploading a CV attachment will override any existing CV/resume for the candidate.