# Update a community connector

There are two ways to update a connector installed from the community library:

REQUIRED PERMISSIONS

Updating community connectors requires full access to the Connector SDK. If you don’t have the required permissions, contact your workspace admin.

# Apply update from banner

When a new version is available, a banner appears on the connector in the Connector SDK. Complete the following steps to apply the update from the banner:

1

Go to Tools > Connector SDK.

2

Select a connector that displays the update banner.

Update connectorUpdate connector

3

Click Update connector.

4

Review and test the updated code.

5

Click Release latest version.

# Copy the latest code from the community library

If the banner doesn't appear, complete the following steps to update the connector by copying the latest source code:

1

Go to Community library > Custom connectors and select the connector you plan to update.

2

Select the Source code tab and copy the connector's source code.

3

Go to Tools > Connector SDK and select your original connector.

4

Paste the updated connector code into the Source code tab.

5

Save the changes to your connector.

6

Review and test the updated code.

7

Click Release latest version.


Last updated: 10/22/2025, 9:03:09 PM