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
Description:
The current email automation feature allows users to define custom templates, but it lacks the ability to add dynamic placeholders for personalization, such as {recipientName}, {companyName}, etc. This enhancement will make email campaigns more impactful and tailored to individual recipients.
Add a set of predefined placeholders (e.g., {recipientName}, {companyName}) that users can insert into the email content through buttons or dropdown options.
Example:
Placeholder Options: {recipientName}, {companyName}, {eventName}, etc.
Placeholder Validation:
Validate placeholders when saving the template to ensure they are formatted correctly (e.g., enclosed in curly braces {}).
Provide error messages for invalid placeholder formats.
Preview Placeholder Replacement:
Use dummy data to show how the placeholders will appear in an actual email.
Example Dummy Data:
{recipientName: "John Doe", companyName: "TechCorp", eventName: "TechFest 2024"}
Preview Output: "Dear John Doe, we’re excited to invite you to TechFest 2024, sponsored by TechCorp."
Update Template Table:
Include a column in the templates table to display the placeholders used in each template for easy reference.
User-Friendly Interface Enhancements:
Ensure the modal for template creation has a clear "Insert Placeholder" feature.
Highlight placeholders within the email content text area for better visibility.
Estimated Time:36 hours
The text was updated successfully, but these errors were encountered:
Description:
The current email automation feature allows users to define custom templates, but it lacks the ability to add dynamic placeholders for personalization, such as {recipientName}, {companyName}, etc. This enhancement will make email campaigns more impactful and tailored to individual recipients.
Feature Requirements:
Insert Predefined Placeholders:
Add a set of predefined placeholders (e.g., {recipientName}, {companyName}) that users can insert into the email content through buttons or dropdown options.
Example:
Placeholder Options: {recipientName}, {companyName}, {eventName}, etc.
Placeholder Validation:
Validate placeholders when saving the template to ensure they are formatted correctly (e.g., enclosed in curly braces {}).
Provide error messages for invalid placeholder formats.
Preview Placeholder Replacement:
Use dummy data to show how the placeholders will appear in an actual email.
Example Dummy Data:
{recipientName: "John Doe", companyName: "TechCorp", eventName: "TechFest 2024"}
Preview Output: "Dear John Doe, we’re excited to invite you to TechFest 2024, sponsored by TechCorp."
Update Template Table:
Include a column in the templates table to display the placeholders used in each template for easy reference.
User-Friendly Interface Enhancements:
Ensure the modal for template creation has a clear "Insert Placeholder" feature.
Highlight placeholders within the email content text area for better visibility.
Estimated Time:36 hours
The text was updated successfully, but these errors were encountered: