Accelerator Salesforce Marketing System API - Implementation Template
Deployment
Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml
file.
Most applications can also be run in Anypoint Studio without having to create custom Run Configuration profiles.
Required property overrides
At a minimum, the following properties must be customized to reflect the target deployment environment. An Installed Package is created on Salesforce Marketing System and details are available from the API Integration section of Installed Package Details screen.
Property Name | Description |
---|---|
api.autodiscoveryID | Required if using API Manager to secure this API |
sfdc-mc.subdomain | Salesforce Marketing System sub domain |
sfdc-mc.client-id | Salesforce Marketing System Installed Package Client Id for API Integration |
sfdc-mc.client-secret | Salesforce Marketing System Installed Package Client Secret for API Integration |
sfdc-mc.auth-url | Salesforce Marketing System Auth URL of Installed Package for API Integration |
sfdc-mc.soap-url | Salesforce Marketing System SOAP URL of Installed Package for API Integration |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.