Kombo Kombo Changelog logo

Kombo Changelog

Back to Kombo Subscribe to Updates

Labels

  • All Posts
  • General
  • ATS
  • HRIS
  • Assessment
  • SFTP
  • DATEV
  • LMS

Jump to Month

  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • June 2025
  • May 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • February 2023
  • January 2023
LMS
2 days ago

LMS API Updates - May 17, 2026

πŸš€ Real-Time Course Progression EndpointΒ 


POST /lms/check-course-progression lets you check a learner's enrollment status for a specific course on demand, without waiting for the next sync. Useful for content providers that need to verify enrollment before granting access to learning materials. Currently supported for Workday Learning.

Avatar of authorSantosh Dhirwani
Assessment
2 days ago

Assessment API Updates - May 17, 2026

πŸ’Ό Workday: custom assessment status via remote_fields

When updating an assessment result in Workday, you can now set a custom status by passing it through the remote_fields property. Useful when you need finer control over where the assessment lands in Workday's lifecycle.

Avatar of authorSantosh Dhirwani
HRIS
2 days ago

HRIS API Updates - May 17, 2026

πŸ•΅οΈβ€β™‚οΈ Audit log events for employee filtering

When someone enables, disables, or updates employee filtering on an integration, it's now captured in your audit log. Better visibility into configuration changes for compliance and debugging.

⏳ Longer timeouts for HRIS API requests

The HRIS API timeout is now 5 minutes, preventing premature failures on long-running data operations.

πŸš€ What else we've shipped

  • CezanneHR: employee compensation history is now mappable to a custom field.
  • Dayforce: create-employee form now includes a JobRate field.
  • Deel: custom fields are now supported on the employment model.
  • Paycor: several employee-level fields (including hireDate) are now exposed on the employment model for easier custom field mapping.
  • UKG Pro: create-employee form now filters for active locations only.
  • Workday: contract-contingent-worker action now accepts a Contingent_Worker_ID.
  • Workday Custom Reports: array values are now supported in custom fields.
Avatar of authorSantosh Dhirwani
ATS
2 days ago

ATS API Updates - May 17, 2026

✍️ Write actions for Greenhouse v3 (closed beta)

The closed-beta Greenhouse v3 integration now supports the full write set. Create candidates and applications, move applications between stages, reject, add notes and attachments, and manage candidate tags. Reach out if you'd like access to the beta.

πŸ‚ Bullhorn for Salesforce: Job Board Applications

Job Board Applications now sync from Bullhorn for Salesforce, with a new virtual stage so you can track them alongside the rest of your pipeline.

πŸš€ What else we've shipped

  • Ashby: new get-candidate-attachments action so you can fetch resumes without an application ID.
  • d.vinci: create-candidate now accepts street_1 and zip_code.
  • Guidecom: zusatzdaten job data is now mappable to custom fields.
  • iCIMS: optional "Job Board" source when creating new candidates.
  • JazzHR: syncs now respect the candidate cutoff date filter.
  • Loxo: applications now include a remote_url linking back to the record in Loxo.
  • UKG Pro: create-application now supports DATE type screening questions.
Avatar of authorSantosh Dhirwani
General
2 days ago

Platform Updates - May 17, 2026

πŸŒ™ Dark Mode for the Dashboard

The developer dashboard now supports a full dark mode. Pick Light, Dark, or System from the user menu.

πŸ—ΊοΈ More control over custom field mapping

You can now edit automatic mapping rules, scope them to specific connectors, and set explicit matching criteria like key vs. label and case sensitivity. The result is finer-grained control over how data lands in your custom fields.

πŸ“Self-serve Static IPs

Enable Static IPs for new integrations directly from the dashboard. No support ticket needed when an upstream system requires IP allowlisting. [Read the guide]

πŸ“£ API change: setup errors now return 409

From May 19, 2026, integration setup errors like INTEGRATION.SETUP_INCOMPLETE will return HTTP 409 Conflict instead of 503 Service Unavailable. The error.code in the response body is unchanged, so any logic that branches on it will keep working. If you branch on HTTP status, update that logic before the cutover. [Updated error handling docs]

πŸš€ What else we've shipped

  • Webhook deliveries now time out after 10 minutes, giving your endpoints more room for long-running work.
Avatar of authorSantosh Dhirwani
Assessment
a week ago

Assessment API Updates - May 10, 2026

Updates

  • πŸ“Š Teamtailor: Assessment orders now include all members of the hiring team, not just the recruiter, providing more context for the assessment.
Avatar of authorAike Hillbrands
HRIS
a week ago

HRIS API Updates - May 10, 2026

Highlights

  • πŸͺ„ Workday: The create-employee form now supports advanced business process controls. You can use new fields like Auto_Complete and Run_Now to manage how new hires are processed in Workday.

Other Updates

  • πŸ“Š HiBob:
    • We now support hierarchy-list custom fields, correctly mapping nested list values.
    • Employment custom fields now include additional data from the "work" section of an employee's profile.
  • πŸ“Š Iris Cascade: You can now map fields from both personal and work addresses as custom fields.
  • βš™οΈ UKG Pro: A new integration setting is available to link employees to their organizational-level groups in addition to their job group.
Avatar of authorAike Hillbrands
ATS
a week ago

ATS API Updates - May 10, 2026

Highlights

  • πŸš€ New Integration: LogicMelon: We've launched a new ATS integration with LogicMelon. You can now sync jobs and applications, create candidates with documents, and manage application stages.
  • πŸŽ‹ BambooHR: Added a new reject-application action, allowing you to disqualify candidates programmatically. We also added support for syncing and using rejection reasons.

Other Updates

  • πŸ“Š Bullhorn: You can now filter candidates by their last modified date, giving you more control over the scope of your syncs.
  • πŸ“Š Bullhorn for Salesforce: Added support for v1 of the ATS, ensuring compatibility for customers on different versions of the platform.
  • ℹ️ Cornerstone OnDemand: The coverage information for several actions, like handling attachments and notes, has been updated to correctly reflect them as unsupported by the provider's API.
  • πŸ“Š d.vinci: Screening questions of type TEXT and TEXTAREA now include a default max_length, improving compatibility with form validation.
  • ⚑ Greenhouse: Syncs are now faster and more efficient as we've increased the number of records fetched per API call. We also improved the reliability of fetching candidate tags.
  • πŸ“Š Onlyfy: The Application model now includes the remote_created_at field.
  • βš™οΈ Paycor: A new integration setting is available to filter which legal entities are synced.
  • πŸ“Š Softgarden: The application payload now includes the privacyPolicyAcceptedDate when creating candidates.
  • πŸ“Š Workday:
    • You can now sync interviewers associated with an interview, including their names and email addresses.
    • Added upstream filtering for candidates, resulting in more efficient syncs for large accounts.
    • A new integration setting is available to filter job postings by site.
Avatar of authorAike Hillbrands
General
a week ago

Platform Updates - May 10, 2026

Highlights

  • πŸ” Static IPs per Connection Link: You can now configure static IP allowlisting directly when creating a new connection link. This gives you granular control over network routing for each of your customers, ensuring traffic originates from a trusted IP address from the very first connection.

Other Updates

  • Dashboard UI/UX Improvements:
    • ⌨️ Added an "Esc" keyboard shortcut to close sidebar views for faster navigation.
    • πŸ—ΊοΈ Long paths in the custom field mapping dropdown now show a full tooltip on hover.
    • πŸ› Fixed several layout issues, including sticky headers on the logs page, collapsing cards on narrow screens, and overflowing text in selectors.
    • πŸ” You can now search for countries by their full name (e.g., "United States") instead of just their two-letter code in the "Add Job Posting" dialog.
  • πŸͺ„ Improved Employee Selection in Forms: When using the create-employee form, the dropdown for selecting employees (like a manager) has been improved, showing full names and hiding redundant IDs for a cleaner experience.
  • πŸ—‘οΈ Removed Legacy Action: The legacy create-employee action, which has been superseded by the more powerful form-based version, is now hidden in the dashboard's coverage grid to reduce confusion.
Avatar of authorAike Hillbrands
Assessment
2 weeks ago

Assessment API Updates - May 3, 2026

Updates

  • 🎯 SmartRecruiters Package ID Configuration: We've added a new integration setting for SmartRecruiters that gives you more control over assessment packages. You can now configure whether package IDs are identified using Kombo's internal ID or your own origin_id, providing greater flexibility.
Avatar of authorAike Hillbrands