Feature Flags
This sections covers how a partner can specify the various EPC platform features that are supported within the integration
Definitions
Feature Flag | Definition |
---|---|
receiveautomatedTransactionUpdates | Indicates that the service supports receiving automated transaction updates via workflow rules. |
sendFindings | Indicates that the service supports sending findings. Lender can map these findings to Encompass Conditions or Task. |
receiveResourceTypes | Identifies that the service supports document mapping: Lender to Partner. |
sendResourceTypes | Identifies that the service supports document mapping: Partner to Lender. |
sendServiceEvents | Indicates that the service supports sending serviceEvents. Lender can map these serviceEvents to Encompass Task(s) or Notification(s). |
receiveServiceEvents | Indicates 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
}
Updated 4 months ago