When the user has imported a CAPI article, this should trigger a request to the email-rendering service for the rendered notification template for the article.
As the user edits the headline, previewText and kicker, the email preview should be updated. Rather than requesting email rendering to render it again, it would be quicker to modify the rendered HTML client-side. We should be able to facilitate this by adding helpful attributes to the email template to help query the parts of the html that need to be modified.
When the user has imported a CAPI article, this should trigger a request to the email-rendering service for the rendered notification template for the article.
As the user edits the headline, previewText and kicker, the email preview should be updated. Rather than requesting email rendering to render it again, it would be quicker to modify the rendered HTML client-side. We should be able to facilitate this by adding helpful attributes to the email template to help query the parts of the html that need to be modified.