The Vantage View | Salesforce

How to Integrate nCino or Encompass with Salesforce

Written by David Cockrum | Jun 20, 2026 11:59:59 AM

TL;DR / Key Takeaways

  • What is it? nCino Encompass Salesforce integration connects your loan origination system (LOS) to Salesforce so borrower records, loan status, and milestones flow between origination and CRM without rekeying.
  • Key architectural fact: nCino's Bank Operating System is built natively on the Salesforce platform, so "integration" is largely org and data-model design. Encompass is an external LOS from ICE Mortgage Technology and integrates through a connector, APIs, or middleware.
  • Your three patterns: a packaged connector (fastest), middleware such as MuleSoft or Workato (most flexible across systems), or custom APIs (most control, most maintenance).
  • Best for: mortgage lenders, banks, and credit unions that run sales and borrower relationships in Salesforce and originate in nCino or Encompass.
  • Bottom line: pick the integration pattern based on how many systems you connect, how much transformation your data needs, and how strict your compliance controls must be — then sync the minimum borrower data necessary.

Mortgage lenders rarely struggle because they lack software. They struggle because the loan origination system and the CRM don't talk to each other. Loan officers work leads in Salesforce, then lose visibility the moment a file moves into the LOS. Borrowers get silence during processing, and marketing teams can't trigger follow-up because loan status lives somewhere else.

This guide explains how to integrate nCino or Encompass with Salesforce: how the two products differ architecturally, which integration options exist today, what data to sync, and how to choose between a packaged connector, middleware, and custom APIs.

Quick Answer

nCino Encompass Salesforce integration links a lender's origination platform to Salesforce CRM so lead-to-loan handoff, loan milestones, and borrower records stay in sync. It matters for mortgage lenders and financial services operations leaders who run sales in Salesforce and originate in nCino or Encompass. The decision this article supports: choosing between the Encompass Connector for Salesforce, middleware like MuleSoft or Workato, or a custom API build — and understanding why nCino, which is built on the Salesforce platform, is a different kind of project entirely. Vantage Point is a US-based, senior-only Salesforce consultancy and a MuleSoft and Workato partner that designs compliance-first LOS-to-CRM integrations.

What Does It Mean to Integrate nCino or Encompass with Salesforce?

Integrating nCino or Encompass with Salesforce means connecting your loan origination workflow to your CRM so borrower contacts, loan applications, statuses, and milestones move between the two systems automatically. The goal is one continuous lead-to-loan-to-lifetime record instead of two disconnected databases.

The phrase covers two very different situations, and getting this distinction right is the first step in scoping the project:

  • nCino — the nCino Bank Operating System is built natively on the Salesforce platform and is distributed as a managed package on the Salesforce AppExchange. Its loan objects live inside a Salesforce org, so connecting it to Salesforce CRM is mostly a matter of org strategy and data-model design — not external APIs.
  • Encompass — Encompass is an external LOS from ICE Mortgage Technology. It runs outside Salesforce, so integration requires the Encompass Connector for Salesforce, the Encompass Developer Connect REST APIs, middleware, or a combination.

One more nuance: the nCino Mortgage Suite (formerly SimpleNexus) is a separate cloud platform from the Salesforce-native nCino Bank Operating System. If your mortgage point-of-sale runs on the nCino Mortgage Suite, connecting it to Salesforce is an API-based integration, similar in shape to an Encompass project.

How Is nCino Different from Encompass for Salesforce Integration?

nCino's core platform shares Salesforce's infrastructure and data model, while Encompass is a separate system that must exchange data with Salesforce over a connector or APIs. That single architectural difference changes the entire project plan.

Dimension nCino Bank Operating System nCino Mortgage Suite (formerly SimpleNexus) Encompass (ICE Mortgage Technology)
Architecture Managed package built natively on the Salesforce platform Separate cloud platform External LOS, runs outside Salesforce
Where loan data lives Inside a Salesforce org In nCino Mortgage's cloud In Encompass
Integration approach Org design, record types, sharing model, object mapping REST APIs (nCino Mortgage API) Encompass Connector for Salesforce, Developer Connect APIs, or middleware
Typical project shape Salesforce architecture and configuration work API integration project Connector deployment or API/middleware integration
Where automation lives Salesforce Flow and platform automation in one org Split across platforms Split across platforms, coordinated by sync

The practical takeaway: an "nCino integration" on the core platform is really a Salesforce org architecture question — how loan objects, CRM objects, security, and automation coexist in one or more orgs. An "Encompass integration" is a classic system-to-system data integration with sync direction, frequency, and error handling to design.

What Are Your Options for Integrating Encompass with Salesforce?

ICE Mortgage Technology offers a packaged connector and open APIs, and both middleware and third-party products fill the gaps. The main options:

  1. Encompass Connector for Salesforce. ICE's own managed package, listed on the AppExchange, that establishes a secure, bi-directional connection between Encompass and Salesforce. This is the fastest path when your needs match what the connector supports out of the box.
  2. Encompass Developer Connect. ICE's REST API platform for programmatically reading and writing loan information. This is the foundation for custom integrations when you need field-level control, custom objects, or sync logic the packaged connector doesn't offer.
  3. Encompass Partner Connect (EPC). ICE's cloud-native integration platform aimed primarily at service providers that embed their products inside Encompass workflows. Relevant if you're a vendor in the mortgage ecosystem; most lenders integrating their own CRM will use the connector or Developer Connect instead.
  4. Middleware (MuleSoft, Workato). An integration platform sits between Encompass and Salesforce, handling transformation, orchestration, retries, and logging. The right choice when the LOS-CRM sync is one of several integrations — pricing engines, point-of-sale, servicing, data warehouse — that should share one governed integration layer.
  5. Third-party AppExchange connectors. Independent vendors offer purpose-built Encompass-Salesforce sync products with their own feature sets. Evaluate them on sync direction, field coverage, error handling, and security posture, just as you would any integration vendor.

For a deeper look at what an Encompass-Salesforce connection changes operationally, see our companion post on how the Encompass-Salesforce integration transforms mortgage lending.

What Data Should You Sync Between Your LOS and Salesforce?

Sync the data that drives borrower communication, pipeline visibility, and reporting — and as little sensitive data as possible beyond that. More replication means more compliance surface area, so start from business need, not from "sync everything."

Data Typical Direction Why It Matters
Lead-to-loan handoff (application started) Salesforce → LOS Eliminates rekeying; preserves source and campaign attribution
Loan status and milestones LOS → Salesforce Powers borrower updates, LO visibility, and pipeline reporting
Borrower and co-borrower contact records Bi-directional One identity across marketing, sales, and origination
Loan officer and team assignments Bi-directional Routing, dashboards, and accountability
Key dates and amounts (lock, close, loan amount) LOS → Salesforce Forecasting and post-close lifecycle triggers
Full credit, income, and asset documentation Usually not synced High-sensitivity NPI that belongs in the LOS system of record

Two design rules keep this clean:

  • Declare a system of record per object. For example: Salesforce owns the contact and the relationship; the LOS owns the loan file. Conflicts get resolved by the system of record, not by "last write wins."
  • Sync minimum necessary NPI. Loan status, milestone names, and dates usually carry far less risk than account numbers or income documents. Most CRM use cases need the former, not the latter.

Connector, Middleware, or Custom API: Which Should You Choose?

Choose a packaged connector for standard sync needs, middleware when the LOS is one of several systems to orchestrate, and custom APIs when you need control the other options can't provide. Here's the comparison:

Criteria Packaged Connector Middleware (MuleSoft / Workato) Custom API Build
Speed to first sync Fastest Moderate Slowest
Flexibility Limited to supported objects/fields High — transformation and orchestration Highest
Multi-system reach Point-to-point only Designed for many systems Point-to-point unless you build more
Maintenance burden Vendor-managed updates Platform-managed, recipes/flows to maintain Fully on your team
Error handling & monitoring Whatever the connector provides Built-in retries, logging, alerting You build it
Compliance control Vendor's security model Strong — centralized governance and audit Strong, if engineered properly
Best for Standard sync, lean teams Multi-system lenders, growing integration estates Unique requirements, in-house engineering

Choose a packaged connector if your sync requirements match standard objects (contacts, loans, milestones), you want vendor-supported updates, and the LOS-CRM link is your only major integration.

Choose middleware if Salesforce and your LOS sit in a wider ecosystem — point-of-sale, pricing engine, servicing platform, data warehouse — and you want one governed layer for transformation, monitoring, and audit. This is also the safer pattern when data quality issues require cleansing in flight.

Choose custom APIs if you have specific requirements a connector can't meet (custom objects, complex matching logic, unusual sync timing) and the engineering capacity to own error handling, monitoring, and API version changes — for Encompass, that means building on Developer Connect.

Many lenders land on a hybrid: a connector for standard loan sync, plus middleware for everything around it. The pattern decision is exactly the kind of question Vantage Point works through in system integration and data migration engagements before anyone writes configuration or code.

How Do You Automate Mortgage Workflows Across the LOS and CRM?

Once loan data lands in Salesforce reliably, automation turns it into borrower experience and loan officer productivity. The highest-value patterns:

  1. Milestone-triggered borrower communication. When the LOS reports "appraisal received" or "clear to close," Salesforce triggers the right email, SMS, or call task — no manual status checks.
  2. Stalled-file alerts. If a loan sits in a milestone beyond a defined threshold, Salesforce flags it for the loan officer or operations lead before the borrower calls asking why.
  3. Lead-to-loan handoff without rekeying. A qualified Salesforce lead becomes an application in the LOS with source attribution intact, so marketing can finally measure funded-loan ROI by channel.
  4. Post-close lifecycle journeys. Funded-loan data kicks off review requests, anniversary touches, and rate-watch follow-ups — the relationship work that drives repeat and referral business.
  5. Real-time pipeline dashboards. Managers see lead-to-funded conversion in one place instead of stitching LOS exports to CRM reports.

Designing these flows — including who owns each trigger, how exceptions route, and what happens when a sync fails mid-journey — is core workflow automation and process optimization work, and it's where integration projects either pay off or quietly stall.

What Compliance Considerations Apply to LOS-CRM Integration?

Loan files contain nonpublic personal information (NPI), so every integration decision is also a data-protection decision under GLBA and related regulations. Build these controls into the design, not after go-live:

  • Data minimization. Sync only the fields each CRM use case requires. Milestone names and dates rarely need to travel with account numbers or income detail.
  • Field-level security in Salesforce. Replicated LOS data must inherit appropriate profiles, permission sets, and sharing rules — visibility in the LOS does not automatically justify visibility in the CRM.
  • Encryption in transit and at rest. Verify how the connector, middleware, or custom integration secures data moving between platforms, and how credentials and tokens are stored and rotated.
  • Audit trails. Regulators and auditors will ask who changed what, when, and through which system. Middleware platforms and Salesforce both offer logging — make sure the integration path doesn't create a blind spot between them.
  • Error-handling hygiene. Failed sync payloads containing borrower NPI should not sit in unsecured logs, email alerts, or developer inboxes.
  • Access reviews and retention. Integrated data is still governed data. Include synced LOS fields in your periodic access reviews and retention schedules.

If your team needs help pressure-testing an integration design against these requirements, Vantage Point's compliance and security solutions practice does exactly that for regulated financial services firms.

How Should You Plan an nCino or Encompass Salesforce Integration?

A disciplined sequence prevents the most common failure mode: connecting systems before agreeing on what the data means. Use this six-step framework:

  1. Map the lead-to-loan-to-lifetime journey. Document where a borrower record is born, where it converts, and which team touches it at each stage.
  2. Declare a system of record per object. Contacts, loans, milestones, documents — each needs exactly one owner system and a conflict-resolution rule.
  3. Choose the integration pattern. Connector, middleware, or custom API, using the criteria above. For nCino's core platform, this step becomes Salesforce org and data-model design instead.
  4. Design the data mapping and sync behavior. Field-by-field mapping, sync direction, frequency (real-time vs. scheduled), matching and dedupe logic, and error handling.
  5. Build compliance controls into the design. Data minimization, field-level security, encryption, and audit logging defined before the first record moves.
  6. Pilot, monitor, then scale. Start with one branch or team, watch sync error rates and data quality, and only then roll out — with a named owner for integration health after go-live.

Lenders running Salesforce Financial Services Cloud should also decide early how FSC's person accounts, households, and financial account objects map to LOS borrower and loan structures — retrofitting that model later is expensive.

How Vantage Point Helps

Vantage Point is a US-based, employee-owned Salesforce consultancy with senior-only consultants across 150+ clients and 400+ engagements. For mortgage lenders, that means LOS-CRM integration designed by people who have built regulated financial services systems — not handed to a junior offshore team.

What we bring to nCino and Encompass integration work:

  • Integration architecture. Connector vs. middleware vs. custom API evaluation, data mapping, and system-of-record design through our system integration and data migration practice.
  • MuleSoft and Workato partnerships. When middleware is the right pattern, we design and build on the platforms we partner with.
  • Compliance-first design. NPI handling, field-level security, and audit-trail requirements engineered in from day one.
  • Salesforce depth. Financial Services Cloud, automation, and org strategy for lenders consolidating their borrower relationship in Salesforce — including nCino's Salesforce-native architecture.

You can also find Vantage Point on the Salesforce AppExchange consultant listing.

Ready to connect your LOS and CRM? Book a mortgage integration architecture session with Vantage Point at vantagepoint.io. We'll map your lead-to-loan flow, evaluate connector, middleware, and custom options against your requirements, and give you a practical integration plan.

FAQ

Is nCino built on Salesforce?

Yes — the nCino Bank Operating System is built natively on the Salesforce platform and delivered as a managed package, so its loan objects live inside a Salesforce org. The nCino Mortgage Suite (formerly SimpleNexus) is different: it's a separate cloud platform that connects to Salesforce through APIs rather than running on the platform itself.

Does Encompass have a native Salesforce connector?

Yes. ICE Mortgage Technology offers the Encompass Connector for Salesforce, a managed package on the Salesforce AppExchange that provides a secure, bi-directional connection between Encompass and Salesforce. Lenders with requirements beyond the connector's scope can build on the Encompass Developer Connect REST APIs or use middleware.

Do you need middleware to connect Encompass and Salesforce?

No — the packaged connector or a custom API integration can work without middleware. Middleware like MuleSoft or Workato earns its place when the LOS-CRM sync is one of several integrations, when data needs transformation or cleansing in flight, or when you want centralized monitoring, retries, and audit logging across your integration estate.

What data should sync between a loan origination system and Salesforce?

Sync loan status and milestones, borrower contact records, lead-to-loan handoff data, loan officer assignments, and key dates and amounts for reporting. Highly sensitive documentation such as credit reports and income verification should generally stay in the LOS, which remains the system of record for the loan file. Less replication means a smaller compliance footprint.

How does loan milestone data get from Encompass into Salesforce?

Through whichever integration path you choose: the Encompass Connector for Salesforce syncs supported loan fields and milestones into Salesforce objects, while Developer Connect APIs or middleware can push milestone events on a real-time or scheduled basis. Once milestones land in Salesforce, Flow-based automation can trigger borrower communications and loan officer tasks.

Is it safe to put borrower NPI in Salesforce?

It can be, with the right controls: data minimization, field-level security, encryption in transit and at rest, audit logging, and periodic access reviews. The bigger risk is unmanaged replication — syncing more NPI than CRM use cases require. A compliance-first integration design defines exactly which fields move and who can see them.

Should mortgage lenders use Financial Services Cloud with their LOS?

Financial Services Cloud is a strong fit for lenders that want households, relationship mapping, and financial account objects in their CRM, and it pairs well with LOS integration because loan data maps onto purpose-built objects. The key is deciding early how FSC's data model aligns with your LOS structures so the integration writes to the right objects from day one.

Who should design an nCino or Encompass Salesforce integration?

A partner with both Salesforce architecture depth and regulated-industry integration experience — the project spans CRM data modeling, API or connector configuration, and compliance controls. Vantage Point, a US-based senior-only Salesforce consultancy and MuleSoft and Workato partner, designs and builds compliance-first LOS-to-CRM integrations for mortgage lenders.