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 a campaign to 500 consumers. After the campaign runs, the creditor opens Campaign Tracker to see whether the messages were processed. The tracker should help them understand which messages were sent, which are pending, and which failed so they can follow up if needed.Visual Flow
How It Should Work
- It should show campaign delivery and activity details.
- It should help the creditor confirm whether campaign messages were sent or are still pending.
- It should connect tracked activity back to the correct campaign.
How It Should Not Work
- It should not show campaigns from another creditor.
- It should not mark messages as sent when they were not processed.
- It should not hide failed or pending campaign activity.
Developer Notes
- Always check audience, creditor ownership, template selection, and opt-out/communication rules before sending.
- Background campaign work should record enough status for the tracker to explain sent, pending, and failed activity.
Related App Areas
routes/creditor/index.phpapp/Livewire/Creditor/Communicationsapp/Console/Commands/RunCampaignCommand.phpapp/Jobs/SendCampaignEmailSmsOrELetterJob.php