Platform Highlights
- π£ New
data-changed
Webhook: You can now subscribe to our newdata-changed
webhook to receive real-time notifications whenever data is created, updated, or deleted during a sync. This allows for faster data synchronization by signaling exactly when you need to pull fresh data, complementing periodic full syncs. Weβve also published new documentation on best practices for using this webhook. - π PGP Encryption for SFTP Integrations: You can now provide a PGP public key in the Connection flow for SFTP integrations. Kombo will use this key to encrypt files before uploading them to your customersβ SFTP servers, adding a critical layer of security for sensitive data.
- π Enhanced API Key Security: For added security, the ability to configure webhook scopes for API keys is now restricted to super-admin users and enabled by default for new keys.
- β¨ Dashboard and DX Improvements: Weβve made several improvements to the developer dashboard: integration names are now clearer, enum mapping modals load more reliably, and redundant text has been removed from copy buttons. Weβve also improved our OpenAPI specification to fix potentially confusing nullable declarations.
HRIS API
Highlights
- π New Paycom HRIS Integration: Connect to Paycom to sync comprehensive employee profiles, employment data, departments, locations, and time-off information.
- π New absence.io HRIS Integration: You can now integrate with absence.io to sync employees, teams, and time-off data. The integration also supports creating and deleting absences and inviting new employees.
- π Filter HRIS Objects by Name: You can now filter
GET /hris/groups
,GET /hris/locations
, andGET /hris/legal-entities
by name, making it easier to find specific records.
Other
- β‘ HiBob: Syncs are now significantly faster and more reliable for customers with large employee counts, as we now use bulk data endpoints. We also fixed a bug to ensure only current employment data is considered during syncs.
- π Paylocity: Improved authentication reliability by automatically refreshing tokens on timeout errors.
- π Nmbrs: The employee model now includes more detailed employment information, such as job title and employment type, synced directly from employment records.
- π οΈ UKG Pro:
- Improved reliability for the
create-employee
action. - Increased the maximum length for address fields to accommodate longer addresses.
- Improved reliability for the
- π BambooHR: Fixed an issue with how custom field keys were being handled, improving data accuracy.
- π€ CezanneHR: Improved the Connection flow with clearer instructions for your customers on enabling API access.
- πΊοΈ SAP SuccessFactors: Improved language code mapping for more accurate employee language preferences.
- βοΈ Minor data mapping and sync reliability improvements for Remote.com and Sympa.
ATS API
Highlights
- π New Compleet ATS Integration: You can now connect to Compleet to fetch jobs and sync candidates.
- π SmartRecruiters: Introduced a new, streamlined Partner OAuth flow, making it easier for your customers to connect their SmartRecruiters account.
- π New Actions for Gem, Oracle, and JazzHR:
- Gem: Added support for the
create-candidate
action and improved error handling for existing candidates. - Oracle Recruiting: You can now reject applications using the new
reject-application
action and retrieve candidate and application attachments. - JazzHR: Added a new
add-candidate-attachment
action to upload files to a candidateβs profile.
- Gem: Added support for the
Other
- π Lever: Fixed two issues where applications could not be found after creation due to auto-rejection rules and where newly created candidates appeared in the wrong application stage.
- π οΈ BreezyHR:
- Extended the candidate model to include phone numbers.
- Fixed an issue with how checkbox screening question answers were synced.
- π iCIMS: You can now specify a phone number type when creating candidates.
- π JazzHR: Mapped the βNeeds Approvalβ job status for more accurate job state syncing.
- β οΈ Cornerstone OnDemand: Added clearer warnings when creating candidates with too many or unsupported attachments.
- β UKG Pro: Improved validation when moving applications to a withdrawn stage.
- βοΈ Minor improvements to job description formatting for Guidecom and MySolution, address parsing for Umantis, attachment warnings for Rexx, custom field support for Zvoove, and data syncing for Bullhorn and Personio.
ATS Assessment API
Highlights
- π Workday: You can now include attachments (like PDF reports) when submitting assessment results.
Other
- π Oracle Recruiting: Improved the formatting and reliability of assessment results written back to the ATS.
Performance & Reliability
- β‘ Improved handling of date fields in SFTP file processing.
- π Enhanced interaction warnings in logs to provide more context for debugging.
- π Security and reliability improvements across the platform.