January 19, 2026
This release introduces usability improvements to text variables and formulas and expands Marketplace integrations across loan servicing and banking data. It also includes minor bug fixes and UI improvements.
Release Details
Link Recognition in Text Variables
Text variables now automatically detect valid URLs and render them as clickable links. When clicked, links open in a new browser tab.
Links are available anywhere text variables are displayed, including integration results, application views, etc.
Reference Application Mode in Formulas
You can now reference the application mode (testing vs. production) directly within variables and formulas using the system field $application_mode, similar to other system fields.
This enables:
- Assigning different values and logics for Testing and Production;
- Triggering actions for specific environment only;
- Tailoring logic based on the application’s operating mode.
New Marketplace Integrations
This release expands the DigiFi Marketplace with new integrations across data infrastructure, loan servicing, and banking data, enabling deeper connectivity and more powerful automation workflows.
Jack Henry Integration
Jack Henry is a leading provider of core banking and loan servicing technology. We’ve added a set of Jack Henry integrations to support end-to-end loan servicing workflows directly from DigiFi, allowing lenders to create and manage borrower accounts and loans programmatically.
Available Jack Henry integration templates:
- Symitar Create Account – Create a new borrower account
- Symitar Create Loan – Create a new loan linked to an existing borrower account
- Symitar Create Loan Application – Create a new loan application linked to a borrower account
Quiltt Integrations and Quiltt Connector Widget
Quiltt provides secure access to banking data through connected financial accounts. With the new Quiltt integrations, DigiFi users can retrieve real-time financial information to support underwriting, verification, and financial analysis workflows.
New Quiltt integration templates include:
- Get Transactions – Retrieve transaction data from connected accounts
- Get Balances – Retrieve current and available account balances
DigiFi also includes a Quiltt Connector widget that allows applicants to securely connect their financial accounts. This integration can be configured when using DigiFi’s Standard Borrower Portal.
Gestalt Integration
Gestalt is a modern data infrastructure provider that offers a centralized data warehouse aggregating and normalizing data from financial institutions of all sizes.This integration supports advanced analytics, reporting, and decision-making by providing a unified and structured data layer.
The integration can be set up using DigiFi webhooks, which push real-time notifications to external applications when events occur.
Document Label Assignment for Base64-Decoded Files
DigiFi supports Base64 file decoding in Data Integrations, and this functionality has been expanded to allow document label assignment for decoded files.
To assign document labels to a decoded file, you now need to include labelIds in the Additional Configuration section of the data integration’s advanced settings.
Below is an example configuration:
{
"response": {
"fileMappings": [
{
"field": "path.to.base64.decoded.file",
"name": "name to save file with",
"extension": "pdf",
"labelIds": [
"6936ce03ca882515fc193e2a",
"a936ce03ca882515fc193e2b"
]
}
]
}
}