Changelog

Keep up with the latest updates we’ve made in Workato.

Changelog
Aug 14, 2026
Released

Event Streams — Cross-Workspace Sharing

Event topics can be shared across workspaces within the same Automation HQ, so recipes across multiple workspaces work off the same shared topic in real time — no workarounds, no duplicated topics.

  • One Org-Wide Switch — An AHQ admin enables cross-workspace sharing once; any managed workspace can then grant topic access to any other.
  • Workspace-Managed Grants — Workspace admins select which topics to share and assign Publish, Subscribe, or both permissions per workspace.
  • Multiple Publishers & Subscribers — Several workspaces can publish to and consume from one shared topic simultaneously.
  • Clear Topic Differentiation — Shared topics carry a Granted tag so it's immediately clear which topics were shared versus owned, visible in both the topic list and the recipe's Message Topic dropdown.
  • Schema & Message History Access — All granted workspaces can view the schema and full message history of any topic shared with them.

Learn more in Cross-Workspace Sharing.

Aug 14, 2026
Released

Data Pipelines — Expanded Connectivity

Data pipelines provides expanded connectivity across enterprise apps, ERPs, databases, and file stores — with deep ERP, Finance, and HR reach — plus expanded warehouse and database destinations.

  • ERP & Finance — NetSuite, Oracle EBS, Oracle Fusion Cloud, SAP Table Reader, SAP BW OHD, MS Dynamics Business Central, Workday, Workday RaaS, Ellucian Banner, and Sage Intacct.
  • Apps — Salesforce, ServiceNow, HubSpot, Coupa, Shopify, Stripe, Zendesk, Jira, Marketo, Intercom, QuickBooks, Zuora, HiBob, Cornerstone, Xero, Asana, BambooHR, Greenhouse, Gong, Anaplan, LinkedIn, Facebook, and more.
  • Databases & File Systems — Oracle DB, Microsoft SQL Server, Snowflake, MySQL, Postgres, Google BigQuery, Amazon S3, Google Drive, Google Sheets, SFTP, Azure Blob Storage, and Google Cloud Storage.
  • Destinations — Snowflake, Databricks, BigQuery, Microsoft SQL Server On-Prem, Postgres On-Prem, and Amazon Redshift.

Learn more in Data Pipelines.

Aug 13, 2026
Released

Intermediate Messages & Persistent Tool Call Feedback — Workato GO

Intermediate messages and persistent Tool Call Streams are now available in Workato GO, completing channel parity alongside Slack and Teams. Users see exactly what a Genie is doing — step by step — while processing their requests.

  • Intermediate Messages Always Shown — Any response-relevant content the LLM returns is surfaced in GO and Test Mode, ensuring full parity with what the Genie intends to communicate.
  • Persistent Tool Call Stream — Each intermediate message is accompanied by a real-time stream of the Genie's actions, providing full observability over every step taken in response to a query.
  • Collapsible Streams — Users can collapse any Tool Call Stream to reduce visual clutter — it keeps running in the background and can be expanded at any time.
  • Human-Readable Tool Labels — Internal tools display plain-language labels (e.g. "Searching knowledge base [My KB] for [query]…") instead of raw function names.

Learn more in Agent Studio.

Aug 12, 2026
Released

Community Connectors: What’s new in July 2026

✨ July's release brings six new community connectors spanning business operations, AI infrastructure, product data, and scheduling. Odoo gets double coverage this month — a JSON-2 connector with fully dynamic schemas for any Odoo object (contacts, products, sales orders) plus support for object functions and guided wizards, and a JSON-RPC connector for teams on Odoo's classic external API, both letting you trigger recipes on record creation or updates. Pinecone opens the door to vector search and RAG workflows directly from Workato, letting recipes upsert, query, and manage embeddings at scale. Akeneo brings product information management into reach, with dynamic product search, channel- and locale-specific attribute updates, and asset downloads. Cal.com powers real-time scheduling automation — checking availability, booking, rescheduling, and reacting to booking changes, ideal for AI voice agents and sales workflows. Zscaler Digital Experience (ZDX) rounds things out with monitoring for application, device, and network performance.

🔧 Enhancements this month lean heavily into authentication flexibility, data integrity, and dynamic metadata. GraphQL adds configurable auth header keys and token type overrides across all OAuth flows, making it easier to work with nonstandard APIs like Shopify's. Veeva Vault's document upload gets a rework with cascading "Type → Subtype → Classification" fields and dynamically resolved metadata, alongside a fix for corrupted uploads. Microsoft Fabric SQL now runs dedicated, isolated connection pools per connection with smarter validation and automatic cleanup of unhealthy sessions, while Microsoft Fabric and Microsoft OneLake both add OAuth2 Client Credentials support alongside their existing Authorization Code flows. Jira Assets extends connection support to service accounts for Jira Cloud, and Apollo.io adds new polling triggers for accounts and contacts plus automatic rate-limit handling. The Positional File Tool introduces record position validation and per-column default values for flat-file parsing, and AconexKickflow, and Ivanti round out the month with richer output fields, multi-row slip item support, and cached metadata for faster performance.

🛡 Stability improvements landed across Google Pub/Sub (fixing duplicate ACKs and permanent message loss on errors), Monday (missing method causing list/multiselect column failures), Filevine (multiple field rendering and control-type fixes so datapills and formulas work correctly), and Adaptive Insights (automatic token refresh on Workday JWT expiration). These fixes tighten reliability across data sync and workflow automation use cases.

Aug 11, 2026
Released

New Formula Function: data_table_query

The data_table_query is a powerful upgrade to data_table_lookup — bringing multi-record returns, advanced filter operators, record identity, and built-in correctness guards, all directly in formula mode.

  • Record Identity — Every match includes record_id, created_at, and updated_at, so query results flow straight into downstream Update, Delete, or relation steps.
  • Real Filter Operators — $gt, $gte, $lt, $lte, $ne, $in, $starts_with, and $and combinations replace equality-only matching.
  • Multiple Records — mode: 'all' or mode: 'some' returns every match as an array up to a configurable limit, instead of silently returning just the first row.
  • Built-In Correctness Guards — Six mode options make the formula throw an explicit error when match-count assumptions are wrong, instead of quietly returning the wrong row.
  • Sorting — order ranks results by any field so you can grab the most recent or highest-value match with one_first_optional.

Learn more about data_table_query formula.

MCP
Aug 11, 2026
Released

MCP Registry — Now Generally Available

MCP Registry is a governed repository of every MCP server in your environment — what exists, who owns it, and who can use it. Builders, admins, and AI agents all work from the same single source of truth.

  • Governed Discovery — A searchable UI gives builders and admins full visibility into every MCP server, its owner, and who has access — eliminating word-of-mouth sprawl and duplicate server creation.
  • Programmatic Access — AI agents can discover available tools and verify authorization at runtime by calling the registry directly.

Learn more about MCP Registry.

MCP
Aug 11, 2026
Released

Multi-Token Auth — Now Generally Available

MCP servers support multiple named, individually-auditable tokens — so many users can act through one server without sharing credentials. Each token is independently revocable, rotatable, and logged.

  • Per-User Attribution — Named tokens make it clear which user performed which actions, replacing the ambiguity of a single shared credential.
  • Independent Rotation — Individual tokens can be rotated without disrupting any other users or applications on the same server.

Learn more in MCP Access Methods.

MCP
Aug 11, 2026
Released

MCP Tool Annotation Support — Now Generally Available

Builders can label and annotate MCP tools so AI clients can distinguish routine actions from sensitive ones — keeping approval prompts meaningful and reducing the "approve everything" reflex.

  • Editable Tool Titles — Relabel a tool's display name without breaking clients already invoking it by its programmatic name.
  • Behavior Hints — Set destructiveHint, readonlyHint, idempotentHint, and openWorldHint on each tool so AI clients know how a tool behaves, not just what it's called.
  • Automated Control — Read-only tools can be set to always allow; write and delete actions still require explicit approval.
  • Reduced Approval Fatigue — Routine lookups execute without interruption, so approval prompts surface only when they actually matter.

Learn more about Tool Annotations.

Aug 7, 2026
Released

Platform Connectors – July 2026

This month brings a wide set of enhancements and improvements across Platform Connectors, expanding capabilities and accelerating workflows across recruiting, finance, document management, and collaboration tools alike. Learn more here.

Aug 4, 2026
Released

IDP Upgrade: Bigger Documents, Longer Tables, Sharper Extraction

IDP handles larger, more complex documents — long contracts, financial reports, and purchase orders with extensive line items — with sharper extraction accuracy across the board.

  • Larger Document Support — PDFs up to 50 pages (previously 15) and files up to 50MB (previously 20MB) are now supported, eliminating the need to split and reconcile documents in pieces.
  • Longer Tables — Tables up to 100 line items (previously 15) are extracted in a single pass, with more complete line item capture and more accurate values.
  • Backwards Compatible — Existing recipes stay on the version they were built with; new recipes get the latest model by default. Upgrades are manual for existing recipes.

Learn how to migrate your existing recipe to a new version in Workato Docs.

2026
Q3
Q2
Q1
2025
2024
2023
2022
2021
2020
2019
Q4
Q3
Q2