usewaypoint/email-builder-js

Can I import HTML directly?

iqbaladinur opened this issue · 4 comments

Is there any possible way to import html as a template? I don't find any documentation about it.

I had a bit of a look trying to do the same thing, it looks like the JSON blocks > HTML is a one way street (I could be wrong but)

This is a good idea but something that is not supported (and most likely won't work on in the near future). As @CodyCodes95 mentioned, EmailBuilder.js JSON -> HTML is a one-way export.

If there are others that would be interested in building an HTML -> EmailBuilder.js JSON converter, that would be fantastic (but likely difficult).

any updates on this, anyone?

@jordanisip were you able to make progress on HTML -> JSON?