Skip to main content
Cutshort integrates with 50+ applicant tracking systems including Greenhouse, Lever, Workday, Zoho Recruit, Freshteam, and more. You can configure these integrations from your Cutshort dashboard, or use the API to push candidate data directly to your ATS.

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 → SettingsIntegrationsATS.
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:
  1. Subscribe to the candidate.shortlisted and candidate.stage_changed webhook events in Cutshort.
  2. When a webhook fires, call your ATS’s API to create or update the candidate record.
  3. Use the candidate_id, job_id, and stage values from the webhook payload to map records correctly.
The example below shows a Node.js Express handler that receives Cutshort webhook events and forwards new shortlists to an ATS client:
For full details on subscribing to events and verifying request signatures, see the Webhooks guide.

Field mapping

Use the table below to map Cutshort candidate fields to the standard fields in your ATS: