RCG Marketing Process 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:
Property Name | Description |
---|---|
api.autodiscoveryID | Required if using API Manager to secure this API |
anypoint-mq.host | Anypoint MQ server host URL |
anypoint-mq.customer-queue-name | Anypoint MQ customer destination queue name |
anypoint-mq.client-id | Anypoint MQ client Id |
anypoint-mq.client-secret | Anypoint MQ client secret |
marketo-sys.host | Promotions Marketo System API host |
marketo-sys.port | Promotions Marketo System API port |
marketo-sys.base-path | Promotions Marketo System API base path |
marketo-sys.promotion-path | Promotions Marketo System API end point |
mdm-sys.host | MDM System API Host |
mdm-sys.port | MDM System API Port |
mdm.base-path | MDM System API base-path |
mdm-sys.customer-by-email-path | Customers MDM System API end point |
mdm-sys.customer-external-Id | Customers by externalId MDM System API end point |
b2c-sys.host | Promotions B2C System API host |
b2c-sys.port | Promotions B2C System API port |
b2c-sys.base-path | Promotions B2C System API base path |
b2c-sys.promotion-path | Promotions B2C System API end point |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.