yesterday
Platform Updates - March 22, 2026
Highlights
- 📣 Action Concurrency Limiting Enforced: To improve platform stability, we are now enforcing concurrency limits on all write actions. If you send too many requests in parallel for a single integration, you will receive a new `PLATFORM.CONCURRENCY_LIMIT_EXCEEDED` error with an HTTP 429 status code. We recommend implementing a retry mechanism with exponential backoff for these cases.
- 💅 Redesigned Integration Dashboard: We've revamped the integration detail page! You can now find logs embedded directly in a new “Logs” tab for easier debugging. The sync status and manual sync trigger have been redesigned into a cleaner, more intuitive component in the page header.
- 📚 Richer `updated_after` Filter Documentation: Our API documentation for all model endpoints now dynamically lists which related objects are considered when you use the `updated_after` filter. This makes it much clearer which updates will cause a record to be returned.
Other Updates
- ⚙️ Dashboard & Connection Flow:
- You can now filter integrations by tags (e.g., “OAuth recommended”, “IP allowlisting”) on the main Tools page.
- We've improved the connection flow for integrations that have optional partner credentials, allowing them to be enabled more easily.
- ⚡️ Performance & Reliability:
- We've increased the timeout for webhooks, which will reduce the number of `502` errors you may have seen for long-running webhook deliveries.