Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

Upgrading and Migrating Slack Connector to Version 2.x - Mule 4

Upgrade Anypoint Connector for Slack (Slack Connector) to version 2.x.

Supported Upgrade Paths

From Version To Version

1.0

2.x

Changes in This Release

This release contains the following changes:

Upgrade Prerequisites

Before you perform the upgrade, create a backup of your files, data, and configurations in case you need to restore to them.

Upgrade Steps

Follow these steps to perform the upgrade:

  1. In Anypoint Studio, create a Mule project.

  2. In Mule Palette, click Search in Exchange.

  3. In Add Dependencies to Project, enter slack in the search field.

  4. In Available modules, select Slack and click Add.

  5. Click Finish.

  6. Verify that the Slack Connector dependency version is 2.x in the pom.xml file in the Mule project.

Studio upgrades the connector automatically.

Verify the Upgrade

After you install the latest version of the connector, verify the upgrade:

  1. In Studio, verify that there are no errors in the Problems or Console views.

  2. Verify that there are no problems in the project pom.xml file.

  3. Test the connection to verify that the operations work.

Reverting the Upgrade

If it is necessary to revert to the previous version of Slack Connector, change the mule-slack dependency version in the project’s pom.xml file to the previous version.

You must update the project’s pom.xml file in Anypoint Studio.

View on GitHub