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

Anypoint Connectors (for Mule 3)

Anypoint Connectors are extensions of Mule that let you work with external systems such as Salesforce, ServiceNow, Workday, Twitter, and more to send and receive information from these systems to create something new.

Anypoint Connectors let you connect Mule applications to APIs and resources. You can use connectors within your Mule applications to send and receive data over a protocol, or to and from an API.

You can create applications in Anypoint Studio by installing a connector from Anypoint Exchange, and then dragging the connector to the Studio canvas.

When you add a connector to the start of a flow, it’s known as a message processor or "trigger" because it starts the Mule flow by receiving information from the connector’s resource. For example, when a Salesforce user updates a sales opportunity, the connector application can receive the information and direct it to a database or to another connector for processing.

You can also use the HTTP connector as a message processor so that users can send information to your Studio application using a web browser, Postman, or the curl command.

The list of Mule 3 connectors in ExchangeLeaving the Site provide descriptions and helpful links that help you understand how each works.

You can also use different operations from the same connector in a project. One operation can receive data, another can process the data.

In addition, Exchange provides Mule 3 templatesLeaving the Site and examplesLeaving the Site that let you jump start application development.

For Mule 4 connectors, see Connectors and Modules (for Mule 4).

Compatibility

Mule 3 connectors are compatible with Mule runtime engine versions 3.x and Anypoint Studio versions 6.x

Install a Connector

  1. In Anypoint Studio, click the Exchange icon in the Studio taskbar.

  2. Sign in to Exchange with your Anypoint Platform credentials.

  3. From Anypoint Exchange, click Provided by MuleSoft.

  4. Search for the Mule 3 connector and click Install.

How to Use a Connector

You can import additional connectors into your Studio project, or manually create applications using connectors, outside of the Studio development environment, by adding them as Maven dependencies, or including the required connector libraries with your project.

Connector Support Categories

MuleSoft provides different support categories. See the Connector Support PoliciesLeaving the Site documentation for the connector you use.

Type Description

Community

MuleSoft or members of the MuleSoft community write and maintain the Community connectorsLeaving the Site Connectors built by the community or MuleSoft are generally open-source, although each package may vary. Partner-built connectors may not be open-source. Contact the partner directly for more information. You do not need any special account or license to use a Community connector.

MuleSoft Certified

MuleSoft Certified connectorsLeaving the Site are developed by MuleSoft’s partners and developer community and are reviewed and certified by MuleSoft. For support, customers should contact the MuleSoft partner that created the MuleSoft Certified connector.

Select

MuleSoft maintains Select connectorsLeaving the Site. Connectors included in the open source Mule distribution can be used by everyone, however support is only included in an Anypoint Platform subscription. To use all other Select Connectors and access support, you must have an active Anypoint Platform subscription.

Premium

MuleSoft maintains Premium connectorsLeaving the Site. You must purchase Premium connectors as add-ons to your subscription.

Develop Your Own Connector

You can also create a REST or SOAP API connector, or create your own connectors using Anypoint Connector DevKit. For more information on integration solutions, see the Anypoint ConnectorsLeaving the Site product site.