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

A creditor asks whether an automated payment reminder was sent to a consumer. Superadmin opens Sent and checks the automated communication history for the related event.

Visual Flow

How It Should Work

  • It should show automated communication history.
  • It should help Superadmin confirm when and why a message was sent.
  • It should preserve delivery and trigger context.

How It Should Not Work

  • It should not hide failed or incomplete automated communication history.
  • It should not detach messages from their trigger meaning.
  • It should not show misleading sent status when the message did not send.

Developer Notes

  • History is useful for support and diagnosing automated communication behavior.
  • Keep status labels clear and tied to actual send results.
  • routes/superadmin.php
  • app/Livewire/Creditor/AutomatedCommunication/AutomatedCommunicationHistory
Last modified on May 25, 2026