{"id":35223491,"url":"https://github.com/emoran/mulesoft-recipes","last_synced_at":"2026-04-01T21:50:36.658Z","repository":{"id":61613153,"uuid":"472124928","full_name":"emoran/mulesoft-recipes","owner":"emoran","description":"Mulesoft recipes allows engineers to pick samples from multiple connectors and scripts and use them in their own projects","archived":false,"fork":false,"pushed_at":"2025-01-30T12:25:01.000Z","size":170,"stargazers_count":69,"open_issues_count":0,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-03-28T01:54:28.037Z","etag":null,"topics":["dataweave","dw","mulesoft","recipes","salesforce"],"latest_commit_sha":null,"homepage":"https://yucelmoran.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emoran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-20T23:08:33.000Z","updated_at":"2025-11-03T11:25:27.000Z","dependencies_parsed_at":"2023-01-28T14:31:58.985Z","dependency_job_id":"47d38071-304a-4a0e-8120-ee59d394af93","html_url":"https://github.com/emoran/mulesoft-recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emoran/mulesoft-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoran%2Fmulesoft-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoran%2Fmulesoft-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoran%2Fmulesoft-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoran%2Fmulesoft-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emoran","download_url":"https://codeload.github.com/emoran/mulesoft-recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoran%2Fmulesoft-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataweave","dw","mulesoft","recipes","salesforce"],"created_at":"2025-12-30T00:50:57.787Z","updated_at":"2026-04-01T21:50:36.646Z","avatar_url":"https://github.com/emoran.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://user-images.githubusercontent.com/1028534/159812239-2614b320-f99e-4d74-82a8-70db9ba1a238.png\" width=\"70%\"\u003e\n\n\n# Mulesoft Recipes\n\n## Introduction\n\nThe idea behind this project is to keep multiple \"How-to\" code in one big project of the use\nof Mulesoft connectors and custom code / connector implementation. The repository also makes easier to\nhave a reference for engineers of any level.\n\n- ## DataWeave\n     - [aggregate-values-for-loop](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/DataWeave/aggregate-values-for-loop) \n     - [remove-array-from-array](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/DataWeave/remove-array-from-array)\n\n- ## Salesforce\n    - [bulk-api-v2-insert-update](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/bulk-api-v2-insert-update) \n    - [bulk-v1-query](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/bulk-v1-query) \n    - [consume-apex-rest-service](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/consume-apex-rest-service) \n    -  [content-document-attachment](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/content-document-attachment) \n    - [get-updates-retrieve ](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/get-updates-retrieve) \n    -  [platform-events](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/platform-events) \n    - [soql-query-offset-limit ](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/soql-query-offset-limit) \n    -  [sosl-search](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/sosl-search) \n    - [upadate-custom-metadta-type ](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/Salesforce/upadate-custom-metadta-type) \n- ## General\n    -  [dynamicMapping](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/dynamicMapping) \n    -  [idempotent-filter](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/idempotent-filter) \n    -  [parseEmailTemplate](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/parseEmailTemplate) \n    -  [recursive-flow-pagination](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/recursive-flow-pagination) \n    -  [render-html-page](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/render-html-page) \n    -  [uncompress-and-transform](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/general/uncompress-and-transform) \n- ## Google\n    - [googleSheets ](https://github.com/emoran/mulesoft-recipes/tree/master/src/main/mule/google/googleSheets) \n\n\n\n## Installation\n\nClone the repository\n```bash\n  git clone https://github.com/emoran/mulesoft-recipes.git\n  cd mulesoft-recipes\n  mvn clean install -U\n```\nImport the project into Anypoint Studio\n\n\n\n```File \u003e Import \u003e Anypoint Project from File System.```\n\n## Set environment variables.\n\nIn order to do it we right clic in the project Debug As / Run As \u003e Debug configurations.\n\n![Screen Shot 2022-10-14 at 2 49 16 PM](https://user-images.githubusercontent.com/1028534/195920866-7a363673-becd-4694-a754-45a5aabcd53d.png)\n![Screen Shot 2022-10-14 at 2 45 26 PM](https://user-images.githubusercontent.com/1028534/195920987-a0796b92-0fd0-4f73-807f-c32c3c0fe021.png)\n\nWe select the Environment tab and we can set this variables:\n\n```\nenv\ngmail.password\ngmail.username\nsfdc.password\nsfdc.token\nsfdc.username\n```\n![Screen Shot 2022-10-14 at 2 59 05 PM](https://user-images.githubusercontent.com/1028534/195921125-166ea490-a6bf-4784-87a9-517f0003b3cb.png)\n\n\n## Contributing\n\nContributions are always welcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femoran%2Fmulesoft-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femoran%2Fmulesoft-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femoran%2Fmulesoft-recipes/lists"}