Skip to main content
The platform sends email automatically at major loan lifecycle events. Notifications are scoped to the person responsible for the file. If a loan is assigned to a specific staff member, only that person is notified. If the loan has no owner yet, the event fans out to everyone who holds the stage capability for that stage (loans.adjudicate, securities.review, or loans.disburse).

How routing works

Assigned loan

Only the assigned staff member receives the notification. Once you claim a file or are assigned one, you are the single point of contact for every stage event on that loan.

Unassigned loan

The event fans out to everyone holding the stage capability: every Adjudicator, the whole Securities team, or the whole Disbursement team.

Claiming a loan

Claiming a loan for yourself does not trigger an email. Claiming is a self-service action. Only an explicit assignment by a Credit Manager or Branch Manager sends an “assigned to you” notification.

Notification event table

EventRecipients
Loan submitted, routes to AdjudicationAssigned Adjudicator, or all Adjudicators if unassigned
Loan assigned to a staff memberThe newly assigned staff member
Recommendation routed for sign-offThe approver(s) for the chosen approval level: Branch Manager (managers scoped to the loan’s branch), Credit Manager (reports.view holders), Credit Committee (Adjudicators), or Board (reports.view holders plus Adjudicators)
Loan approvedCredit Officer who originated the application
Loan declinedCredit Officer, plus the member if member emails are enabled (the ILOAN_MEMBER_EMAILS_ENABLED environment setting, off by default)
Information requestedCredit Officer
Loan returned to Draft (full rebuild)Credit Officer
Loan stepped back to a previous stageDestination team, plus Credit Officer for awareness
Security request createdCredit Officer
Security request documents submitted by officerThe assigned Securities owner, or the Securities team if unassigned
Security request resolvedCredit Officer
Security request rejectedCredit Officer
Ready for DisbursementThe assigned Disbursement owner, or the Disbursement team if unassigned, plus Credit Officer for awareness
Disbursement scheduledThe assigned Disbursement owner, or the Disbursement team if unassigned
Disbursement executedCredit Officer, plus the member if member emails are enabled (the ILOAN_MEMBER_EMAILS_ENABLED environment setting, off by default)
Loan filedCredit Officer (see Loan filed routing)
Loan cancelledAssigned owner and Credit Officer when the file has an owner. Unassigned, the fan-out depends on where it was cancelled: an early-stage cancel (SUBMITTED) goes to the Adjudicators, a late-stage cancel (DISBURSEMENT) goes to the Credit Officer plus the Adjudicators plus the Securities team, so every team that touched the file knows it closed

Member notifications

Emails to borrowers are off by default. They are controlled at the deployment level by the ILOAN_MEMBER_EMAILS_ENABLED environment setting, not by a screen the Administrator manages. Until that setting equals true, member recipients are filtered out before any email is enqueued. When it is switched on, members receive emails for two events only:
  • Loan declined. The declined-decision email tells them the application was unsuccessful and includes the rationale.
  • Disbursement executed. A confirmation that funds have been released.
Members never receive internal workflow notifications such as Information requested or Ready for Disbursement. Those are staff-facing events.
Your credit union’s name and branding appear in every email the platform sends, to staff and members alike. The from-name on the email comes from your credit union’s configured sender name, and your primary brand color accents the loan link button. Branding is snapshotted at the moment the email is queued, not re-read at delivery, so the email always reflects the settings in force when the event fired.

Assignment notifications

When someone uses the Assignment panel to route a loan to a specific person, that person receives an “a loan needs your attention” email immediately, as long as the loan is actionable. This is separate from the event-based notifications in the table above. Directing any loan to a specific person uses the loans.assign capability, which Credit Managers, Branch Managers, and Administrators hold. That is not the only path: a Credit Officer can route their own draft to an adjudicator with loans.submit, and a stage worker can reassign a loan within their own stage by holding that stage’s owning capability, for example an Adjudicator with loans.adjudicate handing a file to another Adjudicator. One exception: assigning a loan that is still in DRAFT does not send the email. A draft pre-assignment is treated as routing intent only. The adjudicator gets the notice later, when the loan is submitted and routes to Adjudication. Assignment notifications fire for:
  • Direct assignment or reassignment to a specific person, by anyone permitted to assign that loan
  • Reassignment from one person to another
They do not fire when you claim a loan yourself. Self-claiming is logged in the audit trail but does not generate an email.

Scoped versus broadcast

Once a loan has an assignee, stage-team events go only to that person instead of the whole capability pool. The comparison below shows the difference between a fully unassigned pipeline and one where loans are actively assigned.
EventUnassigned (worst case)Assigned (scoped)
Loan routed to AdjudicationEvery Adjudicator in the credit unionThe one assigned Adjudicator
Security request documents submittedThe whole Securities teamThe one assigned owner
Ready for Disbursement or scheduledThe whole Disbursement teamThe one assigned owner
Assigning loans promptly, either through the Assignment panel or by claiming, keeps your team’s inboxes manageable and makes it clear who is accountable for each file.

Loan filed routing

The fan-out for Loan filed is not driven by whether the loan is assigned. It is governed by the global ILOAN_SCOPED_NOTIFICATIONS setting:
  • Default (scoped notifications on). Only the Credit Officer is notified. Senior staff track filed volume from their dashboards rather than from inbox blasts.
  • Scoped notifications off. The legacy wider fan-out is restored: the Credit Officer, all Credit Manager (reports.view) holders, and the Branch Managers whose branch matches the loan’s branch (via loans.read.branch). Branch Managers at other branches are never included.
If you are not getting notifications you expect, check two things. First, confirm with your Administrator that your role is configured with the right capabilities. Second, check whether the loan is assigned to someone else. If it is, that person is the only one receiving stage notifications for that file.