Platform Connectors – February 2026
Workday
Enhancement
We’ve added custom action support to the Workday connector, removing the previous limitation to SOAP APIs and enabling full support for REST APIs. Users can build and execute custom Workday actions via REST, unlocking a broader range of integration possibilities. Please note this only works with an OAuth 2.0 connection. This is a critical enhancement for the Workday MCP server and opens the door to more flexible, modern Workday integrations.
Confluence
Enhancement
We’ve expanded the Confluence connector with a rich set of new platform actions optimized for MCP use cases. Users can create pages, search spaces and labels, retrieve attachments, fetch pages by ID, access page ancestors and children, and update pages. These additions provide significantly greater flexibility and efficiency when managing Confluence content at scale.
Bug Fix
We’ve resolved an authentication issue that could arise when connecting to an Atlassian Confluence instance. The fix ensures the connector supplies the full redirect URL during the OAuth flow.
Jira
Enhancement
The Jira connector now supports service account authentication using API tokens. Users can create a service account, generate a corresponding API token, and use it to establish server-to-server connections without requiring direct user interaction.
NetSuite REST
Enhancement
We’ve updated the skip formula behavior in the NetSuite REST connector so that optional or unmapped fields are entirely omitted from the payload. This aligns the REST connector’s behavior with the SOAP connector, resulting in cleaner, more predictable payloads.
We’ve enhanced the NetSuite REST adapter with toggle functionality for all enum type fields, allowing users to either select from a predefined dropdown list or input a custom value using data pills. This applies to both direct and nested enum fields, giving users maximum flexibility when mapping values from previous recipe steps.
Bug Fix
We’ve strengthened the NetSuite REST connection’s OAuth logic to ensure all calls always use the most current domain values. Users can connect with confidence knowing their Account ID is always recognized.
NetSuite SOAP
Enhancement
We’ve upgraded the NetSuite SOAP connector to the latest SuiteTalk 2025_1 WSDL. This update incorporates all schema changes — including added, removed, and updated fields — and resolves test case issues from the previous version.
Bug Fix
We’ve enhanced the Custom Record trigger to deliver complete, consistent field output. Whether users select specific custom fields or retrieve all available fields, every custom field appears reliably in the data tree and job output.
HTTP Connector
Enhancement
We’ve expanded the HTTP connector’s multipart capabilities. In addition to the previously supported multipart/form-data, the connector now supports multipart/mixed, multipart/related, multipart/alternative, multipart/digest, and multipart/byteranges for response handling. Users can send multiple files and structured payloads in a single request, attach supporting documents to XML or JSON envelopes, handle complex email-style payloads, and process multi-part API responses including file fragments.
Bug Fix
We’ve resolved an authentication issue affecting HTTP connections in the Japan Data Center (JP DC) when using Azure OAuth 2 with Authorization Code Grant. The fix ensures the regional redirect URL is consistently used for both the authorization and callback steps, which is required by Azure.
Workato EDI
Enhancement
We’ve introduced a new transaction trigger for Workato EDI that fires on new transactions found in the specified Orderful polling bucket. Each transaction’s delivery is automatically approved, ensuring stable and predictable trigger behavior independent of recipe design. Processed transactions are removed from the bucket, elegantly preventing duplication and keeping workflows clean.
JSON Tools by Workato
Enhancement
We’ve updated the JSON Tools by Workato connector to fully support spaces and special characters in JSON key names. The Parse JSON action previously replaced spaces with underscores due to data pill limitations — that workaround is no longer needed. Users can work with JSON keys exactly as they appear, eliminating the need for custom JavaScript code to handle these cases.
SAP RFC
Bug Fix
We’ve enhanced error handling in the SAP RFC connector’s Call BAPI action to deliver more consistent and reliable results. Previously, error detection focused on the standard RETURN parameter, which may not have captured all error responses from custom BAPIs using fields such as LT_RETURN or LS_RETURN.
With this update, the connector now detects and raises validation errors for Type “E” responses across all relevant export parameters. This ensures more accurate job status reporting and greater confidence when working with both standard and custom BAPI implementations.
Salesforce
Enhancement
We’ve added an email notification feature to alert users when their CDC and Platform Events quota is exhausted in Salesforce. Users receive a timely email so they can take action and manage their Salesforce resources more effectively, keeping integrations running smoothly without unexpected disruptions.
Google Drive
Enhancement
In preparation for Google’s February 2026 API changes, we’ve added an optional ‘enforceExpansiveAccess’ field to the ‘Remove Permission’ and ‘Update Permission’ actions in the Google Drive connector. This helps users migrate smoothly to Google’s Expansive Access model and maintain full control over their Drive permission management workflows.
Outlook
Bug Fix
We’ve refined the Outlook adapter’s permission scope list by removing application permissions that were not valid for Auth Code Grant authentication. This update streamlines the authentication process and delivers a cleaner experience for Outlook users.
Airtable
Bug Fix
We’ve expanded the Airtable Search Records action to fully support checkbox-type column filtering. Users can seamlessly filter records by checkbox fields and receive accurate, complete results every time.
Concur
Bug Fix
We’ve enriched the output schema for the ‘Get Expense Report Details’ action, adding key elements like ’employee’ directly to the output datapill tree. Users can map these fields during recipe building without custom formulas, making the experience faster and more intuitive.
Egnyte
Enhancement
We’ve added scope selection to the Egnyte connector, giving users more granular control over their Egnyte configurations. Users can connect to specific scopes that match their needs, enabling more precise and flexible integrations.
IDP
Bug Fix
We’ve resolved a permissions issue that prevented some users from accessing the IDP feature even when it was enabled in their plan. The fix updates the validation logic for IDP to align with OpenAIUtility access gating, ensuring consistent and correct permissions enforcement across all AI features for all eligible users.
Bill
Enhancement
We’ve added a development key input field to the Bill connector’s connection settings. Users can supply a development key directly in the connection configuration.
HubSpot
Bug Fix
We’ve added pagination support to the “Get Contacts in List” action via ‘Limit’ and ‘After’ parameters, and increased the default number of items returned from 10 to 100. Users can retrieve larger contact lists more efficiently and paginate through results with ease.