Create an Integration Definition
To connect Salesforce with an external system, create Apex integration definitions. APIs work with the integration definitions to perform operations in both Salesforce and the external system.
Prerequisites
To use MuleSoft as the middleware layer, turn on MuleSoft Integration and create named credentials. See Get Started with MuleSoft Direct Integrations
-
In Setup, in the Quick Find box, enter
Integration Definitions
, and then select Integration Definitions. -
Click New.
-
For Type, select Apex Defined.
-
For Name and Developer Name, enter
EU_Integration
. -
Click Next.
-
For Apex Class, search and select
eucommon.EUIntegrationHandler
. -
Enter the attribute name.
The EUIntegrationHandler Apex Class has the default named credential set to EU_Named_Credential. Replace the default value with the named credentials in your system.
-
Save the definition and then click Activate.