Feature Flags

This sections covers how a partner can specify the various EPC platform features that are supported within the integration

Definitions


Feature FlagDefinition
receiveautomatedTransactionUpdatesIndicates that the service supports receiving automated transaction updates via workflow rules.
sendFindingsIndicates that the service supports sending findings. Lender can map these findings to Encompass Conditions or Task.
receiveResourceTypesIdentifies that the service supports document mapping: Lender to Partner.
sendResourceTypesIdentifies that the service supports document mapping: Partner to Lender.
sendServiceEventsIndicates that the service supports sending serviceEvents. Lender can map these serviceEvents to Encompass Task(s) or Notification(s).
receiveServiceEventsIndicates that the service supports receiving lender-initiated serviceEvents.

📘

Partners must register their Findings, Services Events, and Resources as part of their product configuration to fully support the feature.


"feature": {
        "receiveAutomatedTransactionUpdates": false,
        "sendFindings":true,
        "receiveResourceTypes": false,
        "sendResourceTypes": false,
        "sendServiceEvents": false,
        "receiveServiceEvents": false
        }