The idea behind this project is to keep multiple "How-to" code in one big project of the use of Mulesoft connectors and custom code / connector implementation. The repository also makes easier to have a reference for engineers of any level.
Clone the repository
git clone https://github.com/emoran/mulesoft-recipes.git
cd mulesoft-recipes
mvn clean install -U
Import the project into Anypoint Studio
File > Import > Anypoint Project from File System.
In order to do it we right clic in the project Debug As / Run As > Debug configurations.
We select the Environment tab and we can set this variables:
env
gmail.password
gmail.username
sfdc.password
sfdc.token
sfdc.username
Contributions are always welcome!