Hi all,
I assume this is probably a frequently asked question, however I was unable to find an answer elsewhere, so apologies in advance if there is an obvious solution here.
When I export a Klaviyo template to html, and then I create a new template from that generated code, the new template becomes uneditable within the template editor (can only edit it via code). Despite the template being identical to the one created from the template editor, the editor does not seem able to support it going in the opposite direction.
Additionally when I create a template programmatically via Klaviyo’s API and use html that is from a Klaviyo generated template, the resulting template is uneditable within the editor.
What I’m trying to do is be able to edit Klaviyo templates in my account and then send them to different Klaviyo accounts and have them be editable within the new account. Alternatively, it would be cool to be able to design them in an external tool, and inject them back into Klaviyo and have them still be editable within the editor, although I could see how the parsing the generated html back into the editor could be very difficult.
I feel like this may be a common question, so let me know if there is an obvious solution. Thanks!