Skip to main content

Integrate Your Systems

Learning Objectives

After completing this unit, you’ll be able to:

  • Explain how Salesforce and MuleSoft work together.
  • Describe valid business use cases for Salesforce and MuleSoft.
  • Explain why designing with an API-led connectivity approach is a best practice.

Now that you know the benefits of API-led connectivity, let's see it in action.

The Cloud Kicks Success Story

Congratulations! You are the founder and CEO of an exciting company, Cloud Kicks. Cloud Kicks makes stylish and comfortable custom sneakers, designed and personalized for your customers. Your company’s custom sneakers are a hit with celebrities, professional athletes, and people who attend a certain popular tech conference in San Francisco.

Two people wearing sneakers, running.

Cloud Kicks sells to consumers and businesses alike, and is expanding its base of operations. With that expansion comes some IT challenges. Let's begin by looking at some of the systems that Cloud Kicks uses to run the business:

System
Business Value
Sales Cloud
B2B and B2C sales management
SAP Commerce
Order management
Service Cloud
Customer support management
Experience Cloud
Customer experience management
Gmail
Email automation

Using these systems without any serious integration was fine when Cloud Kicks was really small. Syncing data between systems could be done manually. Pulling together reports was as simple as calling across the office or emailing spreadsheets back and forth.

But as Cloud Kicks expands, all of that needs to change. It is clear to Mary Evans, the company’s business process architect (and budding Integration Trailblazer), that the current processes aren't scalable, and the company needs to address this. Before we dig into the requirements, let's meet Mary and the other key players associated with Cloud Kicks:

Mary Evans, Business Process Architect for Cloud Kicks. She ensures that the team follows Agile methodologies to complete projects on time. An enthusiastic lifelong learner, Mary loves using Trailhead to figure out how the Sales Cloud, Service Cloud, and Experience Cloud work. Her current focus is to unify order fulfillment and customer order history to process and fulfill customer orders, which currently live in separate systems.

Mary Evans is the business process architect for Cloud Kicks.

Jamal Cooks, IT Systems Architect, has worked with many major systems and databases throughout his 20 year career: Siebel, Oracle, Dynamics, SAP, and of course, Salesforce. While he can code with the best of them, Jamal is truly passionate about architecting solutions for the entire IT department. There's something about getting lots of systems to work together harmoniously that gets him up every morning. Excited to build something from the ground up, Jamal joined Cloud Kicks shortly after its founding. He is known as the number one technology guru around the office. His current focus is unlocking customer order information from source systems to support business requirements as Cloud Kicks scales.

Jamal Cooks, the IT systems architect for Cloud Kicks.

Vijay Lahiri, Developer. At 26 years of age, Vijay is already quite skilled in JavaScript, HTML, Python, Ruby, and AWS. He is a one-man show for Cloud Kicks coding needs. He was hired shortly after Jamal, the IT systems architect. The two work very well together, laying the foundation for the company's lean and mean IT department. Currently, his focus is on mobile and web application development, including integration needs for mobile and web apps.

Vijay Lahiri is a developer at Cloud Kicks.

To make the processes scalable, Cloud Kicks has come up with a connected customer initiative. The latest customer data should be available and reportable by any Salesforce user in real time, including:

  • Current orders
  • Past orders
  • Current customer issues (cases)
  • Past customer issues (cases)

Customers should also be able to access this information for themselves as well whenever they log in to the Experience Cloud site.

How Can Cloud Kicks Meet This Demand for Connected Data?

To meet the demand for connected data, Cloud Kicks has a few options. Let’s compare what happens if the team tries building tightly coupled integrations with custom code versus if they build an application network.

Tightly Coupled Integrations

Tempted to finish the project as quickly as possible, the Cloud Kicks team decides to create some tightly coupled integrations with custom code to get everything up and running. Since every system needs access to all of the data, everything has to be connected to everything else.

Multiple lines of data flows from the base systems to the website, customer app, and business apps.

There are few enough systems that the number of connections required doesn't present a problem. Furthermore, there are some coding ninjas on the team who can make short work of it. The leadership team is pleased that it's up and running so quickly. So Jamal, Mary, and Vijay swiftly complete their work and everyone is happy...for a few weeks.

With easy access to customer data, the marketing team increases leads in the sales pipeline. Cloud Kicks opens a few brick-and-mortar locations and deploys a street team to do demos. Management wants to reinvest some of that increased revenue into new marketing technologies as well. The company now needs to integrate the point-of-sale (POS) system from the storefronts, the street team event management app, and the new marketing software into the existing application network.

As the change requests pile up, Jamal the Systems Architect and Vijay the developer start falling behind on their tasks. In the past, Jamal would create some new fields, and Vijay could quickly change the web form or mobile app to capture new information. Now it's not so simple. Each new database entity requires the custom integration code to be rewritten, tested, and deployed. Instead of hours, minor changes now take days, sometimes weeks.

With the technical debt mounting, Vijay and Mary are concerned about the business with no real solution in sight.

Yikes! This isn't working out too well. Let's hop in the time machine, head back, and make a different choice...

API-led Connectivity

Before they get their systems up and running, the Cloud Kicks team splits up to do some research on the latest and greatest integration best practices. When they reconvene, Mary, our resident Integration Trailblazer, tells everyone about MuleSoft and something called API-led connectivity. Though it requires more thoughtful design up front, Mary explains, this approach scales with the business. Rather than connect each system individually, the API-led connectivity approach will build and organize integrations into three tiers of APIs, creating an application network.

The three tiers of APIs align with the respective responsibilities of Jamal, Mary, and Vijay. 

  • Sales and service data from Salesforce, SAP, and the Gmail app each have their own System API, which Jamal builds and maintains.
  • Those System APIs aggregate into two Process APIs called the Customer Orders API and the Order Fulfillment API, which Mary is responsible for.
  • Three Experience APIs, one for mobile, one for web, and one for customer service take customer order and order fulfillment data and deliver them to the right end systems. These are owned by Vijay.

The team designs the application network, constructs their APIs, and everyone is happy.

The three tiers of APIs organize streams of data coming from disparate systems.

With easy access to customer data, the marketing team increases leads in the sales pipeline. Cloud Kicks opens a few brick-and-mortar locations and deploys a street team to do demos. Management wants to reinvest some of that increased revenue into new marketing technologies as well. The company now needs to integrate the point-of-sale (POS) system from the storefronts, the street team event management app, and the new marketing software into the existing system.

As the change requests come in, Jamal, Mary, and Vijay can easily isolate the work to small parts of the application network and divide up responsibilities. Because all of the infrastructure is already in place, Jamal builds new database entities without directly impacting the Process APIs. Vijay can also update or build new user interfaces without touching the Process APIs. And our Trailblazer Mary can even use MuleSoft Composer as a citizen integrator to build some new integrations with clicks, while the team is busy.

Note

Before adding your idea for an integration to your IT department’s developer backlog of IT projects, try building it with clicks instead of code with MuleSoft Composer

The POS system is tied to the Web API. The new street team app is tied to the Mobile API. And, thanks to Mary’s innovative thinking and citizen integration work with MuleSoft Composerthe new marketing software, which comes with its own API, is hooked up to the Customer Orders API. Instead of major rework across the entire network each time, now they have a systematic way to reuse prior work and be more productive. Not only that, Cloud Kicks can continue to improve its business processes and customer experiences without having to own the entire chain of technology. Instead, via APIs, it is able to outsource key parts of its final solution to 3rd parties who specialize in marketing functionality that would be implausible for Cloud Kicks to build on its own (especially in a reasonable amount of time).

Jamal, Mary, and Vijay are relieved that they took the time to thoughtfully formulate a plan. They have a system that grows with the business, and Cloud Kicks has the technology to power their exponential growth.

Let's Compare

Building an application network with MuleSoft using an API-led connectivity approach was a much better choice for Cloud Kicks. Here’s a side-by-side comparison of these two scenarios:

Scenario 1: Tightly Coupled Integration
Scenario 2: API-Led Connectivity
Design for short-term needs
Design for future flexibility
Point-to-point integrations
3-layered API architecture
Scale by repetitive effort
Scale by reuse
Spaghetti code
Application network

Dive Deeper with MuleSoft Anypoint Platform

Now that you have an understanding of what API-led connectivity can do to help you stay agile while you scale your systems, try out Anypoint Platform by following the Build an API from Start to Finish tutorial.

Keep learning for
free!
Sign up for an account to continue.
What’s in it for you?
  • Get personalized recommendations for your career goals
  • Practice your skills with hands-on challenges and quizzes
  • Track and share your progress with employers
  • Connect to mentorship and career opportunities