{"id":18793213,"url":"https://github.com/alexandramartinez/datacloud-mulesoft-integration","last_synced_at":"2025-12-28T19:30:14.769Z","repository":{"id":220418681,"uuid":"751038278","full_name":"alexandramartinez/datacloud-mulesoft-integration","owner":"alexandramartinez","description":"This is a Mule 4 app created to communicate with your Data Cloud. You can query, insert, or delete records using this integration; as well as flatten a YAML schema for your Salesforce settings.","archived":false,"fork":false,"pushed_at":"2024-11-12T21:52:18.000Z","size":2357,"stargazers_count":20,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-29T15:33:36.833Z","etag":null,"topics":["acb","anypoint-code-builder","api","api-rest","api-spec","api-specification","data-cloud","mule","mule-app","mule-applications","mule4","mulesoft","mulesoft-application","raml","rest","rest-api","restapi","restful","restful-api","salesforce"],"latest_commit_sha":null,"homepage":"","language":"RAML","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/alexandramartinez.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}},"created_at":"2024-01-31T20:11:34.000Z","updated_at":"2024-12-26T13:52:11.000Z","dependencies_parsed_at":"2024-11-07T21:27:12.544Z","dependency_job_id":"2f377324-da5c-4049-ad53-6c98512d6055","html_url":"https://github.com/alexandramartinez/datacloud-mulesoft-integration","commit_stats":null,"previous_names":["alexandramartinez/datacloud-mulesoft-integration"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fdatacloud-mulesoft-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fdatacloud-mulesoft-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fdatacloud-mulesoft-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fdatacloud-mulesoft-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandramartinez","download_url":"https://codeload.github.com/alexandramartinez/datacloud-mulesoft-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718367,"owners_count":19685725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["acb","anypoint-code-builder","api","api-rest","api-spec","api-specification","data-cloud","mule","mule-app","mule-applications","mule4","mulesoft","mulesoft-application","raml","rest","rest-api","restapi","restful","restful-api","salesforce"],"created_at":"2024-11-07T21:24:01.108Z","updated_at":"2025-12-28T19:30:14.714Z","avatar_url":"https://github.com/alexandramartinez.png","language":"RAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Cloud integration built in MuleSoft\n\nThis is a Mule 4 app created to communicate with your Data Cloud. You can query, insert, or delete records using this integration; as well as flatten a YAML schema for your Salesforce settings.\n\n![](/images/cover-ms-sf-dc.png)\n\nWhat's in this repo:\n1. [Data Cloud Integration API/](/Data%20Cloud%20Integration%20API/) ~ Contains the files I used to publish the **API Specification** that is publicly available in my Exchange Portal [here](https://anypoint.mulesoft.com/exchange/portals/mulesoft-36559/b903eebf-16e9-46c5-8992-bffd66c2306c/data-cloud-integration-api/).\n2. [data-cloud-integration-impl/](/data-cloud-integration-impl/) ~ Contains the Mule project I created for you to call Data Cloud. This is the code used to generate the JAR file that you will use to deploy the Mule app in Anypoint Platform. You can download the latest JAR from the `releases` section of this repo or by clicking [here](https://github.com/alexandramartinez/datacloud-mulesoft-integration/releases/download/1.0.0/data-cloud-integration-impl-1.0.0-mule-application.jar).\n3. [rest-clients-requests](/rest-clients-requests/) ~ Contains the Postman/Thunder Client collections to run the requests to call your integration. There is also a .md file in the curl folder for you to copy/paste cURL commands if that's easier for you.\n4. [example-schema.yaml](/example-schema.yaml) ~ Example YAML file that you can use if you don't have a YAML schema to create the Ingestion API/Data Stream objects in Data Cloud.\n\n## Similar repos\n\n[![](https://github-readme-stats.vercel.app/api/pin/?username=alexandramartinez\u0026repo=data-cloud-auth\u0026theme=default_repocard)](https://github.com/alexandramartinez/data-cloud-auth)\n[![](https://github-readme-stats.vercel.app/api/pin/?username=alexandramartinez\u0026repo=mule-dynamodb-to-datacloud\u0026theme=default_repocard)](https://github.com/alexandramartinez/mule-dynamodb-to-datacloud)\n\n---\n\n## Set up the integration\n\nI have created detailed resources for you to follow all the necessary steps to get this integration working.\n\n---\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg height=\"100\" src=\"/images/salesforce.png\"\u003e\u003c/p\u003e\n\u003c/br\u003e\n\n### Part 1: Connected App, Ingestion API \u0026 Data Stream settings in Salesforce\n\nIn this first part, we'll go through the Salesforce/Data Cloud settings that we need to set up before even calling Data Cloud through the Mule app.\n\n- [Read the article](https://www.prostdev.com/post/part-1-data-cloud-mulesoft-integration)\n- [Watch the video](https://youtu.be/WVkf2ni-S6s)\n\n![](/images/part1.webp)\n\n---\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg height=\"100\" src=\"/images/mulesoft.png\"\u003e\u003c/p\u003e\n\u003c/br\u003e\n\n### Part 2: Deploy your own Mule app on Anypoint Platform (CloudHub)\n\nIn this second part, we'll go through the MuleSoft side of the integration and you'll deploy your own Mule app to CloudHub. You do not have to know MuleSoft beforehand. I will guide you through every step.\n\n- [Read the article](https://www.prostdev.com/post/part-2-data-cloud-mulesoft-integration)\n- [Watch the video](https://youtu.be/A48011haXRw)\n\n![](/images/part2.webp)\n\n---\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg height=\"100\" src=\"/images/postman.svg\"\u003e\u003c/p\u003e\n\u003c/br\u003e\n\n### Part 3: Call your integration with Postman\n\nIn this third part, we'll learn how to use our integration. We'll use Postman for this article, but you can use any other REST client like Thunder Client, cURL, or Advanced REST Client.\n\n- [Read the article](https://www.prostdev.com/post/part-3-data-cloud-mulesoft-integration)\n- [Watch the video](https://youtu.be/CNAnWwUxycg)\n\n![](/images/part3.webp)\n\n---\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg height=\"100\" src=\"/images/mulesoft.png\"\u003e\u003c/p\u003e\n\u003c/br\u003e\n\n### Part 4: Secure your API with basic authentication in API Manager\n\nIn Part 2 of this series, we learned that we should not share the CloudHub URL because everyone had access to our Data Cloud credentials with just the link.\n\n\nThere is a simple solution to this problem. In this post, we'll learn how to connect our Mule app (deployed in CloudHub) to API Manager to add basic authentication. This way, even if you share your URL by mistake, people would still need your username/password to access it.\n\n- [Read the article](https://www.prostdev.com/post/part-4-data-cloud-mulesoft-integration)\n- [Watch the video](https://youtu.be/r_AM3P8Y-_Q)\n\n![](/images/part4.jpg)\n\n---\n\n## Create your own - step by step\n\nFollow [this guide](/step-by-step.md) if you want to create your own Mule integration from scratch!\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cimg height=\"200\" src=\"/images/max-terminal.gif\"\u003e\u003c/p\u003e\n\u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandramartinez%2Fdatacloud-mulesoft-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandramartinez%2Fdatacloud-mulesoft-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandramartinez%2Fdatacloud-mulesoft-integration/lists"}