What's new
Learn more about what's new and changed in webMethods Integration.
March 2026
- Integration Agent enhancements
- Public APIs enhancement
- Publishing projects - Starting with the 12.0.1 release, you can publish projects along with their valid assets to a target tenant. For more information, see Publishing projects.
- Connector enhancements
- Updated connectors
-
Salesforce® CRM - SOAP - The Salesforce trigger is renamed to Salesforce® CRM - SOAP to provide clearer identification. The trigger events in this connector remain available and unchanged.
- Existing trigger configurations - No action is required. Existing triggers continue to operate without change.
- New trigger configurations - Use Salesforce® CRM - SOAP when you create new triggers.
- Connector namespace changesNamespace updates are applied for connectors to align with product branding and improve consistency across the platform.Backward compatibility
- In existing projects or assets, two connectors with the same SaaS backend version may appear in the environment.
- In new projects, only the updated connector version is available.
Impact on integrations- The original connectors use the softwareag namespace.
- The new connectors use the webmethods namespace and display a “.1” suffix (for example, Salesforce CRM REST‑version:60.1). This approach maintains backward compatibility while clearly distinguishing between namespace versions.
- Existing integrations require no immediate action and continue to function without changes.
- New integrations should use connectors with the webmethods namespace, indicated by a “.1” suffix.
-
- Automatic custom REST connector creation enhancements
- Users can now create REST connectors by using Swagger or OpenAPI files with hundreds of
resources without the process stopping. Connector creation is split into two parts. The deployment
happens synchronously, and predefined operations are generated asynchronously in the background. You
receive notifications when operations get created and when they are complete. Until then, the
connector cannot be edited. This update improves performance and provides a smoother experience for
large specifications.
For more information, see Creating a custom REST connector from a URL.
- FTP and SFTP connector support for deploy anywhere flow services
- Users can now use FTP and SFTP connectors in deploy anywhere flow services.
- Deployment wizard enhancements
- The Deployment feature is enhanced to support the promotion of projects along with their configuration settings. Previously, even if users exported all project assets, configuration settings had to be manually re-created in the target environment. With this enhancement, users can now publish and deploy both project assets and configurations across environments, eliminating the need for manual reconfiguration after publishing. To support these changes, the layout of the Deployment wizard is updated. Also the configuration values that are entered during deployment are not saved until the deployment process is completed. This option is to make sure that only finalized configurations are applied, reducing the risk of partial or incorrect setups. For more information, see Deploying projects and Publishing and deploying deploy anywhere projects.
- Bearer-token authentication type for GitHub repositories
- The GitHub version control accounts now support the bearer-token authentication type for
accessing GitHub repositories. This method provides a secure, standardized alternative to Personal
Access Tokens (PAT) for accessing repositories. Existing connections that use PAT remain supported.
For more information, see Configuring Git accounts.
- Customer actions
- Find information on the actions that you need to perform before or after you upgrade to webMethods Integration.
December 2025
- Integration Agent enhancements
-
- The IBM webMethods Hybrid Integration platform agent and webMethods Integration capability agent are now unified for a seamless experience. You can start conversations at the platform level, and integration-specific prompts automatically route you to the webMethods Integration capability agent with full context.
- You can now create workflows across multiple conversational turns, while the agent retains context and refines the authoring plan incrementally. You can update the workflow through prompts or the canvas, and it is finalized only after your confirmation, enabling a flexible, context-aware, collaborative experience.
- The agent can now automatically generate the appropriate workflow trigger as it creates workflows from prompts. It configures polling triggers, clock triggers, and webhook triggers based on the workflow plan. In the Edit Plan window, you can review the generated trigger details and add any additional parameters as needed.
- The agent now supports Switch Case and Loop in workflow creation, enabling faster and complete workflow development.
- The agent now interprets source and target schemas and generates data mappings automatically. This update removes manual mapping, accelerates workflow creation, and helps to create accurate, schema-aware integrations. After deployment, the agent also prompts with Yes or Ignore to view the completed workflow, displaying it for review when Yes is selected.
- You can now run documentation prompts for any capability to explore features, understand their benefits, and discover new capabilities to enable.
For more information, see Building workflows with AI.
- Projects
- The Projects page has been updated with a refreshed look and feel, clearer project card indicators, and a persistent dashboard view state to make navigation easier. For more information, see Creating projects.
- Connectors
- Added connectors
- constructValidateInput: Creates the input signature for the validate operation.
- validate: Validates messages in webMethods B2BwebMethods B2B Integration runtime.
- Develop anywhere, deploy anywhere integrations
A new Runtimes option is available within a project. This enhancement provides a centralized location to manage all runtimes associated with the selected project. With the runtimes option, you can:
- Add runtimes directly to the project.
- Create virtual runtimes as placeholders for runtimes and map them to any runtime. The virtual runtimes simplifies the transition between development, testing, and production environments.
- Enhanced Smart Mapping
-
The Smart Mapping feature has been enhanced to leverage community-driven data for smarter, more accurate predictions. This enhancement integrates privacy-protected mapping insights from the webMethods Integration community, enabling the system to learn from real-world usage patterns while maintaining strict data privacy standards. For more information, see Using smart mapping.
- Support for API tokens for Bitbucket version control accounts
-
Users can now use API tokens as a new authentication method for Bitbucket version control accounts. Bitbucket Cloud no longer supports App Passwords for authentication. This enhancement provides a secure and flexible alternative to App Passwords that complies with Bitbucket Cloud’s updated authentication standards. For more information, see Configuring Git accounts.
Customer action
Existing version control accounts that were set up with App Passwords will continue to function, but you must plan to migrate them to a supported method. For example, you can use API tokens before the App Passwords expire. To update the existing App Password version control accounts:
- Generate a token for those accounts.
- Update the version control account in webMethods Integration with the new token.
- Validate the connection by clicking the Validate button in the Add Git account dialog.
November 2025
- Supported connectors for Private Links
-
You can establish secure outbound connections to your private VPC by using private links. The following connectors are certified on webMethods Integration:
Learn how to invoke workflows and flow services with Private links.
- Updated Shopify connector
-
The Shopify connector is enhanced to support the following new triggers:
- New Product
- New Customer
- New Order
- Order Paid
- Order Cancelled
- Order Edited
- Order Fulfilled
- Order Updated
For more information, see Shopify.
October 2025
- Projects
-
Notification settings enhancements: The Project management notification category is added under . By default, all users with access to a project are automatically subscribed to this category. The Project management category currently sends notifications about project deletion events and keeps users informed when a project is removed. For more information, see Managing notifications.
- Self-service, goal oriented agentic integration authoring
- You can use the self-service, goal-oriented agentic integration authoring feature to create integrations by describing your goals in natural language. The Integration Agent interprets the intent, generates a plan, and automatically builds and deploys the workflow. This self-service approach removes the need for deep technical or domain expertise, reducing dependency on integration specialists, and allowing them to focus on strategic priorities. The agent boosts productivity and agility by simplifying and accelerating the workflow creation process. For more information, see Building workflows with AI.
- Workflows
- Execution settings enhancements
- The Save status of each successfully executed action and Maintain workflow execution logs when
executed via webhook or trigger options are removed and replaced with two new options:
- Enable workflow to be resumed: Allows the workflow to resume from the last successful action after a failure.
- Enable workflow to be restarted: Allows the workflow to automatically restart from the beginning after a failure.
- Log settings: Specifies the level of detail that is captured in workflow execution logs.
For more information, see Execution settings.
- The Save status of each successfully executed action and Maintain workflow execution logs when
executed via webhook or trigger options are removed and replaced with two new options:
- Flow services
-
pub.date:stringiness: The pub.date:stringToDate service is added to built-in services, allowing conversion of string values into date objects. For more information, see Datetime services.
- Develop anywhere, deploy anywhere
-
Support to import projects from external Git repositories: The Import project option is provided for deploy anywhere projects that allow users to restore deleted projects or import other projects from different environments into their current workspace. This enhancement simplifies project recovery and helps reduce downtime. Imported projects now include associated assets such as project variables, reference data, and document types, making them usable in both Flow services and Deploy Anywhere Flow services. For more information, see Importing deploy anywhere projects from external Git repositories. Currently, workflow, workflow parameters, APIs, and IC services are not included.
- Cloud messaging
- Clear queued messages for suspended subscribers: Clear option is added, which enables administrators to remove pending messages from suspended subscribers. It helps prevent message backlog, reduce resource usage, avoid processing delays, and ensures smooth reactivation without overwhelming the subscriber. Previously, it was not possible to delete messages from a suspended destination. As a result, after the configured limit was reached, older messages were dropped and lost due to insufficient space for new ones. For more information, see Creating messaging destinations.
- APIs
-
Enhancements to REST API response codes: Users can define other response codes for successful responses as needed. Previously, only the default success response code (200) might be defined and it was non editable. Also, users can update and delete the existing success response code. However, if only one response code is available, then that code cannot be deleted. For more information, see Creating REST APIs.
- Usage Analytics
- All metrics that are defined in IBM webMethods Hybrid Integration contracts are now converted to resource units and submitted to the IBM SaaS Console. This enables users to view resource-unit usage.
- Connectors
-
- IBM® watsonx.ai: IBM watsonx.ai is a component of IBM's AI and data platform that enables you to work with both generative AI and traditional machine learning models. It provides tools to create, customize, and fine-tune models to meet your specific needs. The platform supports a wide range of options, including IBM-developed models, open source models, and the flexibility to integrate your own.
- DocuWare: The DocuWare connector has been updated with the
following enhancements:
- The connector is upgraded to version 7.
- A new and more secure authentication method, OAuth 2.0, is implemented. Starting with version 7, only OAuth 2.0 is supported, and basic authentication is no longer available.
- Microsoft 365 and Microsoft Dynamics 365 CRM: The Microsoft 365 and Microsoft Dynamics 365 CRM connectors are updated to support refresh token rotation to help ensure enhanced security, and more secure authentication.
- NetSuite: The NetSuite SOAP connector is updated to the 2024_2 version, where SOAP headers can now be edited and managed within the pipeline.
- Sitecore Experience Platform and Microsoft Dynamics Business Central: The Sitecore Experience Platform and Microsoft Dynamics Business Central connectors now comply with the latest security updates by using the newest secure versions of their underlying JAR files.
- The following connectors are enhanced to improve log security by redacting sensitive data:
- Miro
- Microsoft Azure Data Lake
- Salesforce CRM – SOAP
- Sitecore Experience Platform
- OData V4.0
- The following connectors are enhanced with improved error handling mechanisms:
- NetSuite
- Salesforce CRM - SOAP
- Marketo
- SAP S/4HANA: The SAP S/4HANA connector is updated to support a new operation, Create with Deep Insert to help you create a single entity or a single entity with deep insert, along with related child entities, in one request.
- AMQP 1.0: AMQP 1.0 connector enhancements:
- Use the Reject Unauthorized field to disable SSL/TLS certificate validation by setting it to false.
- Support for custom key-value pairs with specified data types to enable more flexible configurations.
- File: The Decrypt PGP File action of the File connector is updated to use the openpgp npm library, version 6.1.1. The Decrypt PGP File action of the File connector is updated to v2, which uses the latest openpgp npm library, due to security vulnerabilities in the previous version (v1). Use the Decrypt PGP v2 to help ensure that it uses the latest and more secure version of the library.
- Campaign Monitor and ActiveCampaign: Campaign Monitor and ActiveCampaign connectors have been updated to use the axios npm library, as the previously used request npm package is now deprecated.
- Webmaster Tools: The HTML Validator action of the Webmaster Tools connector is updated to support the w3c-html-validator npm library, version 1.8.3, in both version 1 and version 2.
- SuccessFactors HCM: Added support for a query parameter in the query operation of SuccessFactors HCM. This enhancement applies to all business objects and enables users to filter records more effectively by providing query parameter values in the connector.