Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

ABC Collections sends CFPB validation letters to a group of consumers. The portal should generate secure EcoLetters, notify consumers, and later clean up temporary zip files used for download packages.

Visual Flow

How It Should Work

  • It should create CFPB letter access only for the intended consumers.
  • It should trigger the correct consumer communication after delivery.
  • It should clean up temporary zip files after they are no longer needed.

How It Should Not Work

  • It should not expose secure letters across creditor boundaries.
  • It should not leave temporary bulk download files around indefinitely.
  • It should not mark letters delivered before the secure records exist.

Developer Notes

  • CFPB template setup is the user-facing setup page; secure delivery is the background behavior behind delivery.
  • EcoMailbox and campaign tracking can be affected by letter delivery and reading behavior.
  • app/Livewire/Creditor/CFPBRegisterPage.php
  • app/Jobs/ConsumersDownloadCFPBRegisterLetter.php
  • app/Jobs/SendSecureEcoLettersJob.php
  • app/Console/Commands/DeleteCFPBLettersZipFileCommand.php
Last modified on May 25, 2026