Page body
What this module is for
Use Email Templates to manage the reusable email bodies and subjects that CRM workflows send to players.
The module is the operator-facing place to:
- browse the current template library
- check which template families still need translation
- create a new template
- edit per-language subject and HTML body
- run a test-send before trusting a new version
- link or unlink notification behavior from the same template record
Main surfaces
List: grouped inventory of template families, with activation control, preview, CSV export, and edit navigationForm: create and edit workflow for one template, including per-language content and test email
Known caveats
- The route also exposes a
Notificationstab inside the same FE component, but that tab is documented separately underNotifications. - HTML preview on the list page is frontend rendering of the stored template body with current settings substitutions. It is not a separate backend preview route.
Send test emailis only available on the edit flow, not on the create form.
Verification status
- status:
verified_backend - verified backend edges in
gs-admin-backend:GET /api/admin/get-all-email-templatesPOST /api/admin/create-email-templateGET /api/admin/get-email-templatePUT /api/admin/update-email-templatePOST /api/admin/test-email-template