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
Assessment
2 days ago

Assessment API Updates - May 24, 2026

๐Ÿšœ Greenhouse Assessment now uses the Harvest V3 API

The Greenhouse Assessment integration has moved off the legacy API to Greenhouse's modern Harvest V3 API. Connections now authenticate via OAuth.

Avatar of authorSantosh Dhirwani
HRIS
2 days ago

HRIS API Updates - May 24, 2026

๐Ÿฅณ Upload employee documents to HoorayHRย 

The new add_employee_document action lets you attach files to employee profiles in HoorayHR. Useful for syncing signed contracts and other HR paperwork into the system of record.

๐Ÿ’ผ Interactive permission-checking in Workday

The connection flow has been rebuilt with an interactive permission-checking step that walks customers through Workday's setup.

๐Ÿ‘ทโ€โ™‚๏ธScope employee creation by staffing entity

The create-employee-form action can now be scoped to a specific staffing entity. Useful for organizations that operate across multiple legal entities or business units.

Avatar of authorSantosh Dhirwani
ATS
2 days ago

ATS API Updates - May 24, 2026

๐Ÿ’ผ New ATS connector: JobAdder

Sync jobs, candidates, and applications with JobAdder, the ATS widely used by staffing and recruitment agencies.

๐Ÿ“œ Offer syncing for Oracle Recruiting

Oracle Recruiting now syncs job offers, including offer details, statuses, and key dates.

๐Ÿš€ What else we've shipped

  • Bullhorn for Salesforce:ย 
    • The connection flow now includes an ATS version (v1/v2) selection step, so customers only see the permissions relevant to their setup.
    • Job Board Applications can now be converted into a standard Application when moved to a new stage.
  • Kula: the integration now supports the delta_date filter, so you can fetch only the records that have changed since the last sync.
  • Ubeeo: the job model now includes weekly_hours, experience_level, and employment_type.
Avatar of authorSantosh Dhirwani
General
2 days ago

Platform Updates - May 24, 2026

โœ… Confirmation step for partner credential updates

Updating partner credentials in the developer dashboard now requires a confirmation checkbox, preventing accidents.

Avatar of authorSantosh Dhirwani
LMS
a week 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
a week 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
a week 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
a week 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
a week 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
2 weeks 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