Script layer/extensions for Email 2.0 Editor
I'd like the ability to run scripts to help users build better emails. My main use would be to check title length, font size, font color, cta length, etc...
If a user does something outside of the company guidelines I could have an alert pop up or when they preview the email a list of errors would show up.
In order to do this now I have two options:
- Add a script to the email itself, which is a terrible idea.
- Attempt to force users to use a browser plugin like Tampermonkey with the script running (easily disabled)
I'd love to have this option available in the email editor. Guessing it would just scope to the shadow DOM and not be too difficult to implement .