The Email Templates List module allows administrators to view, manage, organize, search, and maintain reusable HTML email template definitions used throughout Ojoo Business OS for automated notifications, workflow alerts, user onboarding, and password management.
Email Templates List provides centralized management of all active email template records. Each row in the list represents a pre-designed email template definition bound to an outbound SMTP configuration and a unique store variable key.
The table below describes all visible data columns displayed in the Email Templates List directory.
| Column | Description |
|---|---|
| ID (nm_email_template_id) | Unique numerical primary key identifier for the email template record. |
| Template Name | Human-readable display title of the email template (e.g. Welcome Email, Forgot Password Email). |
| Template Slug | Unique system URL identifier slug used internally by page routes (e.g. welcome-email). |
| Status Name | Functional category classification of the email status (e.g. Transactional, Onboarding). |
| Company Name | The company associated with the template (or 'System Global' for all companies). |
| Action | Description |
|---|---|
| View | Opens the read-only details page (feature/details/email-template-form/{id}) displaying template metadata and rendered HTML content. |
| Edit | Opens the Email Template Form (email-template-form/{id}) pre-populated with existing template data for modification. |
| Delete | Performs a soft-deletion (setting status flag to 0), hiding the template from the active list view while preserving data integrity. |
Opens the Email Template Form (/feature/manage/email-template-form) to create a new template record.
Switch easily between Studio Components and active system modules.