Supported ATS systems
- Greenhouse
- Lever
- Workday
- SAP SuccessFactors
- Zoho Recruit
- Freshteam
- BambooHR
- SmartRecruiters
- iCIMS
- Keka HR
- Darwinbox
- HROne
Additional systems are available via webhook-based custom integration. See Pushing candidates via API below.
Native integrations (UI setup)
Connect a supported ATS directly from your Cutshort dashboard — no code required.1
Open ATS settings
Go to your Cutshort dashboard → Settings → Integrations → ATS.
2
Select your ATS
Select your ATS from the list of supported systems.
3
Enter your ATS credentials
Enter your ATS API credentials. You can find these in your ATS’s developer or API settings panel.
4
Map pipeline stages
Map your Cutshort pipeline stages (e.g., Shortlisted, Screening, Interview, Offer) to the corresponding stages in your ATS.
5
Connect
Click Connect. Cutshort will verify your credentials and begin syncing candidates automatically from that point forward.
Pushing candidates via API
If your ATS is not natively supported, you can build a custom sync using Cutshort webhooks and your ATS’s own API. The integration follows this flow:- Subscribe to the
candidate.shortlistedandcandidate.stage_changedwebhook events in Cutshort. - When a webhook fires, call your ATS’s API to create or update the candidate record.
- Use the
candidate_id,job_id, andstagevalues from the webhook payload to map records correctly.