Built-In Connectors
Anypoint connectors and modules are extensions to Mule runtime engine that process event data within a Mule application. Connectors, unlike modules, also provide ways to connect to external systems or services.
In Anypoint Code Builder, both integrations and implementations are Mule applications.
Anypoint connectors and modules are extensions to Mule runtime engine that process event data within a Mule application. Connectors, unlike modules, also provide ways to connect to external systems or services.
Built-in Anypoint connectors are available from the canvas and configuration XML for integration and implementation projects. These connectors include:
-
Anypoint Connector for Database (<db:/>) (Database Connector)
-
Anypoint Connector for Email (<email:/>) (Email Connector)
-
Anypoint Connector for File (<file:/>) (File Connector)
-
Anypoint Connector for HTTP (<http:/>) (HTTP Connector)
-
Anypoint Connector for Salesforce (<salesforce:/>) (Salesforce Connector)
-
Anypoint Connector for Salesforce Data Cloud (<sdc:/>) (Salesforce Data Cloud Connector)
-
Anypoint Connector for Sockets (<sockets:/>) (Sockets Connector)
-
Anypoint Connector for Workday (<workday:/>) (Workday Connector)
Connector XML tags start with a namespace followed by an operation, following the syntax namespace:operation
, such as <db:select/>
for a Select operation in Anypoint Connector for Database (Database Connector).
For more information, see Using Anypoint Code Builder to Configure a Connector.
Many other connectors are available from your Anypoint Code Builder IDE through Anypoint Exchange:
-
US cloud (non-EU host): Exchange (US)
-
EU cloud (EU host): Exchange (EU)
To find information about more connectors, see Anypoint Connectors Overview, and find documentation on all Anypoint connectors and modules.