You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend work for the email template editor has been completed, and all necessary APIs are ready for integration. The UI team is tasked with developing a user-friendly interface for creating and editing email templates. This editor should allow users to edit the content of the email templates and manage predefined placeholders that are already implemented in the backend.
Template Editing: The editor should allow users to modify the content of email templates.
Placeholder Management: Each email template will have a set of predefined placeholders. Users can remove placeholders but cannot add new ones. Placeholder management must adhere to backend constraints (i.e., no additional placeholders can be added beyond the predefined set).
Placeholder Descriptions: The API will return descriptions for each placeholder. These descriptions must be displayed while users edit the template to help them understand the purpose of each placeholder.
Reset to Original: A "Reset" option must be implemented to revert the template to its original form that restores the default template and placeholders.
Validation: Show a meaningful message when template validation fails.
The text was updated successfully, but these errors were encountered:
The backend work for the email template editor has been completed, and all necessary APIs are ready for integration. The UI team is tasked with developing a user-friendly interface for creating and editing email templates. This editor should allow users to edit the content of the email templates and manage predefined placeholders that are already implemented in the backend.
The text was updated successfully, but these errors were encountered: