/mulesoft-recipes

Mulesoft recipes allows engineers to pick samples from multiple connectors and scripts and use them in their own projects

Primary LanguageHTML

Mulesoft Recipes

Introduction

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.

Installation

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.

Set environment variables.

In order to do it we right clic in the project Debug As / Run As > Debug configurations.

Screen Shot 2022-10-14 at 2 49 16 PM Screen Shot 2022-10-14 at 2 45 26 PM

We select the Environment tab and we can set this variables:

env
gmail.password
gmail.username
sfdc.password
sfdc.token
sfdc.username

Screen Shot 2022-10-14 at 2 59 05 PM

Contributing

Contributions are always welcome!