Document Exported
Event Type
documentEvent
Entity Action
EXPORTED
Firing Condition
When a document on a loan or an application is marked as exported.
Valid Decorators
- losPrimaryKey
- crmPrimaryKey
- originationType
- metadata.documentYear
- referenceLoanNumber
- metadata.memberEntityIdentifier
- borrower.econsentMetadata
- metadata.assetIdentifier
Object Format:
{
"eventType": 'documentEvent',
"eventId": UUID,
"message": {
"entityAction": 'EXPORTED',
"blendDocumentId": UUID,
"foreignDocumentId": UUID,
"exportedTime": DateTime,
"entityType": ENUM, // ['loan', 'accountApplication']
"metadata": {
"docType": string,
"source": ENUM,
"documentName": string,
"entityId": UUID,
"borrowers": [
{
"email": '[email protected]',
"borrowerId": UUID
}
]
}
},
"originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
"status": 'EMITTED'
}
Updated almost 4 years ago