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

Jane receives an EcoLetter from ABC Collections. She opens EcoMailbox, reads the letter, and downloads it. The portal should mark the letter viewed and update campaign tracking without affecting unrelated letters.

Visual Flow

How It Should Work

  • It should show EcoLetters sent to the authenticated consumer.
  • It should support reading, deleting, and downloading allowed letters.
  • It should update unread counts and campaign tracking when the consumer engages.

How It Should Not Work

  • It should not show letters belonging to another consumer.
  • It should not lose campaign tracking when a letter is viewed or downloaded.
  • It should not delete a letter without respecting the intended consumer action.

Developer Notes

  • EcoMailbox bridges consumer experience and creditor campaign reporting.
  • View/download tracking should stay aligned with CampaignTracker services.
  • app/Livewire/Consumer/EcoMailBox.php
  • app/Jobs/SendSingleCampaignMessageJob.php
  • app/Services/CampaignTrackerService.php
  • app/Services/CampaignRecipientTrackingService.php
Last modified on May 25, 2026