today
Platform Updates - April 19, 2026
Highlights
- 🏊♂️ New Static IP Pools for API Requests: For customers who need to allowlist our IPs, you can now enable static IP pools for your integrations directly from the dashboard. This gives you a stable set of IP addresses for all API requests Kombo makes to your customers' HR systems.
- 🔀 More Reliable `data-changed` Webhooks: We've improved our webhook delivery logic to ensure that the `changed_models` array in `data-changed` webhooks accurately reflects all data modifications, even when multiple syncs for the same integration run concurrently.
- ⏳ Increased Timeout for Write Actions in SDKs: To prevent timeouts on slower HR systems, we've increased the default timeout for all POST endpoints in our SDKs to 5 minutes. This makes write actions like creating a candidate or application more reliable.
- 🧭 New Guide for Asynchronous Endpoints: We've published a new guide in our developer documentation explaining how to work with asynchronous, long-running tasks. This guide details the poll-based pattern used for operations like bulk data uploads.
Other Updates
- 🐘 For large API responses that can't be displayed in the dashboard, you can now download the response file directly, in addition to opening it in your browser.
- 🗺️ We've clarified in our documentation that API rate limits are applied per environment (i.e., per API key).
- 🔡 SFTP integrations now support configuring the CSV file encoding as either `utf-8` or `latin1`.