Can I reuse content across email templates?
-
I'd like to re-use content across email templates (footer, etc). How can I do so with FusionAuth managed templates? I know that the hosted login pages let me use macros for repeated content. Is that possible in the email templates?
-
No, this is not currently possible. Here's an open issue, please upvote it if this is a crucial feature: https://github.com/FusionAuth/fusionauth-issues/issues/1082
One alternative to repeating content would be to use some kind of generation system outside of FusionAuth (freemarker, handlebars) to generate text files. Then you'd then upload as the email templates via the API.