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

  • July 2026
  • June 2026
  • 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
6 days ago

LMS API Updates - July 5, 2026

πŸŽ“ Coursera is now in open beta

Our Coursera integration is now in open beta and available for all customers to activate. You can now enroll learners into courses with the new enroll-learners action, and course sync includes the skills associated with each course, retrievable via the new HRIS Skills API.

Avatar of authorSantosh Dhirwani
LMS
a week ago

LMS API Updates - June 28, 2026

πŸš€ New Coursera integration (closed beta)

We've launched a read-only integration with Coursera for Business. You can sync your full course and specialization catalog, sync learners across your organization, and track learner progress including enrollments and completions. Delta syncs fetch only new and updated course and progression data for significantly faster syncs. Contact us to get started.

Avatar of authorSantosh Dhirwani
LMS
2 weeks ago

LMS API Updates - June 21, 2026

πŸ§‘β€πŸ« New Docebo integration

We've launched a new integration with Docebo. You can sync users, courses, and course progression data, plus enroll users in courses, mark courses as complete, and check progression status.

Avatar of authorSantosh Dhirwani
LMS
a month 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
LMS
2 months ago

LMS API Updates - April 26, 2026

Other Updates

  • πŸ“š New SSO Guide: We've published a new implementation guide on how to handle Single Sign-On (SSO) and user identity matching when integrating with Learning Management Systems.
Avatar of authorAike Hillbrands
LMS
2 months ago

LMS API Updates - April 19, 2026

Highlights

  • πŸ’― Score Writeback for Course Completions: You can now include a numeric `score` (0-100) when marking a course as complete via the `POST /lms/course-progressions/:id/complete` endpoint. This feature is now supported for 360learning, Cornerstone OnDemand, Moodle, SAP SuccessFactors, and Workday.

Other Updates

  • 🧭 Our developer documentation now features a guide to using asynchronous endpoints, which is especially relevant for bulk operations in the LMS API.
Avatar of authorAike Hillbrands
LMS
3 months ago

LMS API Updates - April 5, 2026

Highlights

  • πŸ—‘οΈ Breaking Change: `create-course` Action Removed: The POST /lms/courses endpoint for creating a single course has been removed. Please update your implementation to use the POST /lms/courses/bulk-upsert endpoint for all course creation and update operations.

Other Updates

  • πŸ”Ž Course Progressions: You can now filter course progressions by course_ids on the GET /lms/course-progressions endpoint, making it easier to fetch progress for specific courses.
  • ⚑️ Udemy: We've made our Udemy integration more resilient to transient API errors by implementing a more aggressive retry strategy.
Avatar of authorAike Hillbrands
LMS
3 months ago

LMS API Updates - March 29, 2026

Highlights

  • πŸš€ New Moodle Integration: We're excited to launch our new integration with Moodle! You can now connect to your customers' Moodle instances to sync users, courses (including revisions and skills), and course progress. The integration also supports actions to create courses, enroll users, and mark completions.

Other Updates

  • ⚑ Udemy: We've improved the reliability of course syncs by adjusting our request concurrency to better handle API rate limits.
Avatar of authorAike Hillbrands
LMS
3 months ago

LMS API Updates - March 22, 2026

Highlights

  • πŸš€ New Integration: TalentLMS: We've launched a new integration with TalentLMS. It supports syncing courses, users, and progress, and includes actions to bulk-create courses and enroll users.
  • πŸ”— Direct Course Links: We've added a `remote_url` field to the Course Revision model, making it easy to link your users directly to the course in the source LMS. This is now supported for 360Learning, Cornerstone, Workday, Udemy, and LinkedIn Learning.

Other Updates

  • πŸ“Ž Workday: Added a new passthrough endpoint to `getLearningPrograms`.
Avatar of authorAike Hillbrands
LMS
4 months ago

LMS API Updates - March 8, 2026

  • πŸ§‘β€πŸ’» Sandbox: The bulk-upsert-courses action now supports setting the language and duration for courses, making testing more flexible.
Avatar of authorAike Hillbrands