Skip to main content

Copy workflows from store to store

Vấn đề

KH có thể có nhiều account cho nhiều store khác nhau. KH muốn copy email workflow từ store này sang store khác

Solution

Video guide

Code:

{
html: editor.getHtml(),
css: editor.getCss(),
components: JSON.stringify(editor.getComponents()),
style: JSON.stringify(editor.getStyle()),
}

Copy object