Real-World Example
YouNegotiate wants to send a platform announcement to selected creditors. Super Admin creates a template once, then uses it when scheduling the campaign.
Visual Flow
How It Should Work
- It should let Super Admin create and manage reusable templates.
- It should make approved templates available to campaign workflows.
- It should preserve template content used by campaign tracking.
How It Should Not Work
- It should not send draft content unintentionally.
- It should not confuse Super Admin templates with creditor-owned templates unless intentionally shared.
- It should not remove history needed to understand past campaigns.
Developer Notes
- Super Admin communication routes reuse creditor communication Livewire areas under Super Admin routes.
- Be careful with template scope and campaign audience.
routes/superadmin.php
app/Livewire/Creditor/Communications/ELetter
Last modified on May 26, 2026