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

YouNegotiate wants a specific reminder to send when a payment plan is active. Superadmin reviews the automated template/status configuration to make sure the message is active and correct.

Visual Flow

How It Should Work

  • It should let Superadmin configure automated communication templates/statuses.
  • It should keep automated messages tied to the right trigger meaning.
  • It should support consistent event-based communication.

How It Should Not Work

  • It should not send inactive automated messages.
  • It should not attach the wrong template to an event.
  • It should not make automated communication changes without preserving auditability.

Developer Notes

  • Automated communication configuration affects background/event-driven messaging.
  • Template codes and statuses should stay aligned with communication enums and jobs.
  • routes/superadmin.php
  • app/Livewire/Creditor/AutomatedCommunication
  • app/Services/ScheduledCommunicationService.php
Last modified on May 25, 2026