Export ESPs

Trigger Event #

Now that the editor is set up in your application and users are creating content, it's time to export ESPs. Here's how you can export ESPs.
mailui.exportEsps(function (data) { const json = data.json; console.log(json); });

Callback Parameters #

PropertyDescriptionType
jsonThis is the JSON of the designJSON

Explore Our Email Builder