HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

Intent to Proceed

Event Type

applicationEvent

Entity Action

INTENT_TO_PROCEED

Firing Condition

When the intent to proceed process is completed on an application, this event is fired with the intent status and datetime.

Valid Decorators

  • losPrimaryKey
  • crmPrimaryKey
  • originationType
  • referenceLoanNumber
  • borrower.econsentMetadata

Object Format

{
  "eventType": "applicationEvent",
  "eventId": UUID,
  "message": {
    "entityAction": "INTENT_TO_PROCEED",
    "entityType": ENUM, // *NEW*
    "entityId": UUID
    "intentToProceedStatus": BOOLEAN,
    "intentToProceedDateTime": DateTime
  },
  "originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
  "status": "EMITTED"
}