BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
25 / 81 · Module 9 — API-Led Architecture · filtered: interview← prev⊞ allnext →

9.20Reuse is the major goal

Suppose three processes need customer data:

Order Process API
Case Process API
Billing Process API

Instead of each implementing:

Salesforce Connector
SOQL
OAuth
error handling
mapping

they all call:

Customer Salesforce System API

That is real reuse.