Changelog
Product update of the week: Year 3 • Week 13
New
-
New features
- Integrated Account Tools — Added ability to list available tools for a specified integrated account. This is particularly useful when building LLM-powered applications that need to interact with the integrations. Know more
- Request Queue in SDK — To handle high-volume API requests with rate limiting, the SDK now provides a request queue mechanism. This allows you to control the rate of requests and handle concurrent operations efficiently. Learn more
- File Uploads — The SDK now supports file uploads using
FormData. You can also use thetruto_body_passthroughoption to sendFormDatadirectly to the underlying integration's API. Learn more
-
New integrations
- Commerce7 — supports the Unified E-commerce APIs.
- Trengo — supports the Unified Ticketing APIs and Unified User Directory APIs.
- Zoho Bigin — supports the Unified User Directory APIs.
- Zoho Meetings — supports the Unified User Directory APIs.
Improvement
- Jira — Added support to
create,update, anddeleteticketing/comments resource. - Previous Cursor UI — Added ability to specify a previous cursor in pagination options.

Fix
- Fixed a bug in
Description,Query Schema, andRequest Body Schemawhere the form gets cleared when switching tabs.