Skip to content
All updates

Changelog

Product update of the week: Year 4 • Week 29

Nidhi KN Nidhi KN ·
A Completely Redesigned Truto Dashboard — Truto product update

New in Truto: a redesigned UI, richer Google email APIs, and 21 new AI-ready integrations

This week we rolled out a completely redesigned Truto UI for a cleaner, faster platform experience. We also significantly expanded the Google Unified Emails API, added a new safety flow for API tokens, and introduced 21 new AI-ready integrations to help you build smarter workflows.

✨ Highlights

  • Launched a fully redesigned Truto dashboard with clearer navigation, consistent lists, and a better mobile experience.
  • Added 21 new AI-ready integrations, including Apple Calendar, Postman, Botpress, and Facebook.
  • Expanded the Google Unified Emails API with 13 new endpoints and standardized the folder field response.
  • Added Unified Ticketing API support for Jitbit.
  • Shipped an API Tokens Review modal to prevent orphaned tokens when deactivating team members.
  • Enabled web search in Truto Assistant for easier API debugging and integration support.
  • Exposed multi-currency and rate preferences in NetSuite via GET /proxy/accounting_preferences.
  • Fixed a post-install step failure for Snipe-IT in the User Directory Unified API.
  • Improved Developer Experience with unified mapping validation warnings, filtered integration pickers, and better AI guardrails.

🤖 AI-ready integrations

New AI-ready integrations: Apple Calendar, Recurly, SafetyCulture, and 18 more

  • Apple Calendar: Connect AI assistants to user schedules and event management.
  • Recurly: Build AI agents to query subscriptions, invoices, and billing data.
  • SafetyCulture: Enable AI tools to inspect safety checklists and operational reporting.
  • Textmagic: Power AI workflows with SMS messaging and automated communications.
  • Tripadvisor: Read travel reviews and location data into AI applications.
  • ManageEngine MDM: Allow AI agents to view device inventory and mobile management policies.
  • Postman: Connect API collections and workspaces to developer-focused AI tools.
  • Peach: Integrate AI applications with business operations and delivery workflows.
  • Verbit: Enable AI workflows to access transcription and captioning services.
  • The Movie DB: Fetch movie and TV metadata for entertainment-focused AI apps.
  • Jitbit: Connect AI assistants to helpdesk ticketing and support workflows.
  • Browserbase: Automate headless browser sessions and web data extraction with AI.
  • Helicone: Monitor and observe LLM usage directly within your AI applications.
  • Botpress: Sync conversational data and chatbot workflows into your AI pipelines.
  • E2B: Provide secure sandbox environments for AI agents to execute code.
  • Infisical: Manage secrets and environment variables securely within AI workflows.
  • ShiftCare: Connect care management and scheduling data to AI assistants.
  • Facebook: Pull social engagement and page data into AI marketing tools.
  • Instagram: Connect AI applications to Instagram media, posts, and analytics.
  • BoloSign: Automate document signing and e-signature workflows with AI agents.
  • JustiFi: Build AI workflows around fintech, payment processing, and financial data.

🎨 A redesigned Truto UI

We overhauled the Truto dashboard to make building and managing integrations smoother. The redesign brings clearer navigation, a much better mobile experience, and consistent list and detail layouts across the platform.

You will notice these updates across the Integrations catalog, Sync Jobs, Settings, Logs, and connected accounts.

Truto Catalog integrations grid with search, category filters, and install status

Truto Catalog Unified APIs list with consistent table layout and installed status

Redesigned Integrated accounts page with filters and consistent list layout

Redesigned Sync Jobs list with search, environment filter, and job table

RapidForm field configuration in the redesigned Truto Integrations UI

📧 Broader Google Emails API support

We broadened coverage for the Google integration in the Unified Emails API. Developers can now access a much wider set of operations:

  • emails/send
  • emails/reply
  • emails/reply-all
  • emails/forward
  • emails/update
  • emails/move
  • emails/delete
  • folders/create
  • folders/update
  • folders/delete
  • attachments/list
  • users/list
  • users/get

We also standardized the folder field in the emails/emails resource for Google. It will now always return as an array, ensuring a predictable response format for your email syncs.

⚙️ Developer Experience improvements

Safer API token management When an admin deactivates a team member, Truto does not automatically delete their API tokens. To prevent orphaned or unauthorized tokens, we added an API Tokens Review modal. Admins are now prompted to review and manually delete a user's API tokens before finalizing the deactivation.

Edit member modal with Active toggle turned off before deactivation

Review API tokens modal listing a user's tokens before deactivation

Delete API token confirmation dialog in the review flow

Cleaner mapping configuration The Integration selection dropdown under Unified API Mappings now lists only installed integrations, reducing visual clutter. We also added a warning in the mapping UI that triggers if schema validation differs from input validation.

Truto Assistant upgrades Truto Assistant can now perform web searches to fetch the exact information needed when adding API support or debugging integration issues. We also shipped improved prompt guardrails for better, more accurate assistance.

📊 NetSuite multi-currency and rate preferences

We updated our NetSuite SuiteScript to expose multi-currency and rate integration settings directly on the GET /proxy/accounting_preferences endpoint.

This update exposes the multi-currency toggle, the rate integration toggle and provider, and the base currency from Company Information.

Action needed: Reach out to your Truto Customer Success Manager to get this SuiteScript updated for your account.

🎫 Unified APIs

Jitbit Jitbit now supports the Unified Ticketing API, giving teams a clean way to build helpdesk and support workflows without writing provider-specific code.

🛠️ Fixes and Reliability

  • User Directory: Added a type check for the last_login_at field in the user-directory/users unified API. This fixes an issue that broke post-install steps for the Snipe-IT integration.