today
ATS API Updates - March 8, 2026
Highlights
- 🚀 New Integration: Digital Recruiters: We've added support for Digital Recruiters, a popular ATS in the French market. You can now sync jobs and create candidates and applications.
- 👮 New Roles Model and Endpoint: This is a major enhancement to our ATS API! We have introduced a new data model for user roles. You can now fetch both system-wide roles (e.g., "Admin") and job-specific roles (e.g., "Hiring Manager") using the new
GET /ats/rolesendpoint. The roles are also returned on the user and job objects.
Other Updates
- Roles Support Rollout: In addition to the new model, we've enabled role syncing for several key integrations, including Greenhouse, Ashby, BreezyHR, Phenom, and Zoho Recruit.
- 📎 New Actions & Capabilities:
- Lever: You can now specify the author when adding a note to an application using the
perform_asparameter. - Gem & Flatchr: Added support for fetching candidate and application attachments.
- Lever: You can now specify the author when adding a note to an application using the
- 📊 Model & Field Extensions:
- Crelate & Jobvite: The candidate and job models now include the
remote_urlfield, providing a direct link to the record in the source ATS. - Perview: Added support for syncing custom fields on jobs.
- Crelate & Jobvite: The candidate and job models now include the
- ⚙️ New Settings & Configuration:
- Ashby: Added new settings to give you more control over application stage changes, including options to skip moving archived applications.
- Bullhorn: You can now configure the integration to convert uploaded CVs to plain text instead of HTML.
- Bite: Added a new setting to sync jobs only from specific recruiting channels.
- 🛠️ Integration Improvements & Fixes:
- SmartRecruiters: At the request of the provider, we have disabled the automatic answering of screening questions. Delta syncs are also now significantly faster.
- Taleo: Expanded coverage to include EEO questions, candidate location data, and more specific attachment types.
- iCIMS: You can now specify an application status when creating an application.
- 🧑💻 Developer Experience:
- Sandbox: Added more test jobs with specific
remote_ids to make E2E testing easier. - Documentation: Clarified the distinction between job-specific roles and system-wide roles in our API reference.
- Sandbox: Added more test jobs with specific