Application Availability and Listing
This section covers how integrations can control which specific Lender/Borrower facing applications can access the integration, as well as affect how the integration is listed within said applications.
Application Availability
The applications
tag for an EPC product
configuration helps Partners control which specific Lender/Borrower facing applications can access the subject integration.
You can list your integration in the following supported Encompass applications:
- LO Connect for Encompass Web
- Encompass Smart Client for the Encompass desktop application
- Encompass Consumer Connect for Borrowers
- TPO Connect (TPOC) for Third Party Originator
- Encompass Developer Connect for Service Ordering
"tags": {
"applications": [
"LO Connect"
"Encompass Smart Client"
"urn:elli:application:consumerconnect "
"urn:elli:application:tpoconnect"
"urn:elli:application:developerconnect"
]
}
Listing Category
This tag determines the mortgage service categories an application will be listed under. The allowed attribute values are:
APPRAISAL
AUS
(for the Automated Underwriting System category)ClosingFees
(for the fees category)CREDIT
DOC
(for Documents category)FLOOD
FRAUD
MI
(for the Mortgage Insurance category)PRODUCTPRICING
(for the Product and Pricing category)TITLE
(for the Title and Closing category)VERIF
(for the Verification category)OTHER
(for Additional Services)
"tags": {
"categories": [
"APPRAISAL"
]
}
Tags are case-sensitive
All product tag values are case-sensitive - so make sure you are precisely matching the casing prescribed in the API reference and documentation above
Updated over 1 year ago