v1.0.0 Stable
Newsletters
What This Option Does
Newsletters module manages subscriber records for outreach readiness.
How Admin Uses This
- Open Newsletters list.
- Review subscribers and clean invalid records.
- Maintain healthy list quality.
- Export/sync as needed for campaigns.
Screenshot Placeholder
Add screenshot file at
documentaion/assets/images/backoffice-newsletter.pngEnterprise Technical Specification
Business Capabilities
- Subscriber list
- Subscriber delete
API Contract Surface
Primary API endpoints used by this module:
/api/v1/backoffice/content/newsletters
Permission Blueprint
Recommended permission keys for production role design:
backoffice.newsletter.viewbackoffice.newsletter.delete
Operational Risk and Control Notes
- Improper deletion affects campaign targeting
- Enable activity logging and include
company_id, actor ID, and target entity ID in audit traces. - Apply least-privilege principle for create/update/delete actions.
QA Verification Checklist
- Validate list API load, empty-state behavior, and pagination consistency.
- Verify create/update/delete response contract (
status,message,data). - Confirm permission denial responses for unauthorized roles.
- Test edge inputs and invalid IDs for safe error handling.