# April 2026

> April 2026 release notes for Integration Service in Automation Cloud.

## April 30, 2026

### Agent 2 Agent connector

We are pleased to announce that the Agent 2 Agent (A2A) connector has entered Controlled General Availability, as we continue a phased rollout toward full general availability.

## April 27, 2026

### Outbound IP range update completed

The outbound IP range migration announced on [October 15, 2025](https://docs.uipath.com/integration-service/automation-cloud/latest/release-notes/october-2025#october-15%2C-2025) is now complete for Integration Service. The outbound IP ranges in the **Deprecated Outbound IP ranges** column of the firewall configuration page are no longer active. Only the ranges in the **Current Outbound IP ranges** column are now in use.

**What you need to do**: Remove the deprecated outbound IP ranges from your firewall configuration. For the full list of current and deprecated outbound IP ranges, refer to the [Integration Service section](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/configuring-the-firewall-for-cloud#integration-service) of the Configuring the firewall for Automation Cloud page or its [Test Cloud equivalent](https://docs.uipath.com/test-cloud/automation-cloud/latest/admin-guide/configuring-the-firewall-for-cloud#integration-service-outbound-ip-ranges).

## April 21, 2026

### Microsoft Azure Active Directory connector: new activities

New Azure Active Directory activities are available in API workflows and agentic processes:

* List All Groups in Group
* List All Records
* Lists Lifecycle Policy
* List Users
* List Groups
* GetGroupMembersDelta
* Get User Roles
* List All Groups Of A User
* List Users in Role
* List Users in Group
* List Owners of a Group
* List Directory Roles
* List Direct Reports
* Wait for an Event on Microsoft Azure Active Directory and Resume (also available in RPA workflows)

For more information, refer to [Azure Active Directory activities](https://docs.uipath.com/activities/other/latest/it-automation/azure-active-directory-activities).

## April 20, 2026

### Anthropic Claude: new Generate Message activity

The [Generate Message](https://docs.uipath.com/activities/other/latest/integration-service/uipath-anthropic-claude-generate-message) activity is now available for the Anthropic Claude connector. It uses the current Anthropic `/v1/messages` API and supports plain text prompts, multi-turn conversations, and multimodal inputs (image + text).

The **Generate Text Completion** activity is deprecated and no longer functional. The Anthropic `/v1/complete` API endpoint it relied on has been retired by Anthropic. Existing workflows using this activity will fail — migrate to **Generate Message**.

### New connector available in preview

The [Nvidia NIM](../user-guide/uipath-nvidia-nim.md) connector is now available in preview.

### List All Records activity renamed to List Records

The **List All Records** activity has been renamed to **List Records** for the following connectors: Atlassian Jira, Salesforce, and Zoho Campaigns.

### Improvements to the Workday REST connector

The Workday REST connector includes the following improvements:

* The data sources available when building automations now reflect a curated set of approximately 300 standard Workday-delivered objects, filtered to those that work across all tenants without requiring additional configuration. Previously, all 2,000+ available data sources were shown. For the full list, refer to [Technical references](https://docs.uipath.com/activities/other/latest/integration-service/uipath-workday-workdayrest-technical-references).
* Default WQL queries now select only safe, simple fields, excluding custom calculated fields (`cf_*`) and complex nested fields that could cause runtime errors.
* The **List All Records** activity has been renamed to **List Records**.

### Callback URL now always visible in OAuth 2.0 connection setup

When creating a connection using **OAuth 2.0 Authorization Code** authentication, the callback URL is now consistently visible in the connection setup screen, making it easier to configure your private app with the vendor.

### Bug fixes

* **Microsoft Power Automate**: Fixed an issue where invoking a Power Automate flow from a sandbox or developer environment returned a "connection not found" error.
* **Salesforce**: When using the **OAuth 2.0 password** authentication flow, creating or editing a connection now validates credentials upfront and returns a clear error if the Salesforce account password has expired, preventing a broken connection from being saved.
* **Salesforce**: Fixed an issue where the **Show Error** option on a broken connection displayed "This connection broke before 'Show error' feature was available" instead of the actual failure reason.

## April 14, 2026

### Easier access to event trigger webhook URL

The webhook URL is now available on the **Package Requirements** page for event triggers in Orchestrator, making it easier to access when needed.

![Package Requirements page with the webhook URL highlighted](https://dev-assets.cms.uipath.com/assets/images/integration-service/package-requirements-webhook-url-07f7e2da.webp)

## April 9, 2026

### Database Hub

#### New authentication type for Databricks

**OAuth Client Credentials** is now available as an authentication method for Databricks in the Database Hub connector. To connect, provide
  your Client ID and Client Secret.

 For more information, see [Database Hub authentication](../user-guide/uipath-uipath-jdbc-authentication.md).

#### TLS support for PostgreSQL and Amazon Redshift

The Database Hub connector now supports encrypted connections for PostgreSQL and Amazon Redshift databases. When creating a PostgreSQL connection, select **Enable TLS (Encrypted Connection)** to secure the connection. TLS is always enabled for Amazon Redshift.

For more information, see [Database Hub authentication](../user-guide/uipath-uipath-jdbc-authentication.md).

## April 8, 2026

### Databricks Agent: new activity

The **Query a Serving Endpoint (Manual)** activity is now available. It enables you to send a request to a Databricks serving endpoint by manually composing the full JSON payload, without relying on auto-generated schema.

For more information, see [Query a Serving Endpoint (Manual)](https://docs.uipath.com/activities/other/latest/integration-service/uipath-databricks-agent-query-a-serving-endpoint-manual).

### Zoho Desk: Canada data center support

The Zoho Desk connector now supports the Canada data center. When creating a connection, you can select **Canada** as your data center region.

### Microsoft Teams: List All Records activity renamed

The **List All Records** activity for Microsoft Teams has been renamed to **List Records**.

## April 3, 2026

### Microsoft Azure Active Directory connector: new activities and triggers

:::note
These activities and triggers were released on March 31, 2026 but they were not announced in the release notes at the time.
:::

New activities and triggers are available in API workflows and agentic processes:
* Activities:
   * [List All Groups in Group](https://docs.uipath.com/activities/other/latest/it-automation/uipath-microsoft-azureactivedirectory-list-all-groups-in-group)
   * [List All Records](https://docs.uipath.com/activities/other/latest/it-automation/uipath-microsoft-azureactivedirectory-list-all-records)
* Triggers:
   * [User Added to the Group](https://docs.uipath.com/activities/other/latest/it-automation/uipath-microsoft-azureactivedirectory-user-added-to-the-group)
   * [User Removed from the Group](https://docs.uipath.com/activities/other/latest/it-automation/uipath-microsoft-azureactivedirectory-user-removed-from-the-group)
