Review and Save

This page explains how End Users review and save email content in the Editor plugin.

Review tools help users check rendering before leaving the editor. Save behavior helps integrators understand how saved content returns to their product.

Preview Options

The editor supports multiple preview modes:

Preview modeWhat it showsBest for
Desktop previewShows the email in a desktop-width preview.Checking the default desktop layout and visual hierarchy.
Mobile previewShows the email inside a mobile device preview.Checking responsive layout, image scaling, and mobile readability.
Inbox PreviewShows how the email may render in selected email clients.Testing rendering differences across inboxes and dark mode.

Users can open preview from the editor top bar.

Desktop preview shows the email in a desktop layout.

Use it to review:

  • Overall email width and alignment.
  • Hero sections and large images.
  • Text hierarchy.
  • Button placement.
  • Desktop spacing and section order.

Desktop preview is useful before final review, especially for emails designed around wider layouts.



Save

The editor provides save tools to protect the user's work and send the latest email content back to your product.

There are two main save behaviors:

  • Auto Save: saves changes while the user is editing.
  • Manual Save: lets the user explicitly save from the editor top bar.

Both save behaviors can create version history. For integrated products, the Push URL callback is still the source of saved content received by your backend.

The editor supports auto save.

Auto save helps preserve the user's latest work while they edit. The top bar may show the latest saved time so users can understand whether recent changes have been saved.

Auto save improves the editing experience, but integrators should still treat the Push URL callback as the source of saved content received by their backend.


Version History

The editor supports version history for saved email content.

Both auto save and manual save can create historical versions. When auto save is enabled, the editor can save versions at regular intervals, such as every 15 minutes. Users can open version history from the latest saved status in the top bar.

In version history, users can:

  • View previous saved versions by time.
  • Select a version from the history list.
  • Preview the selected version before restoring it.
  • Restore the selected version when they want to roll back recent changes.

Restoring a version replaces the current editor content with that historical version. After restoring, users should continue editing or click Save when they are ready to send the restored content back to your product.

For integrators, version history is an editor-side recovery tool. Your backend should still treat the Push URL callback as the source of saved content received from the editor.

Export HTML

The editor supports exporting the email as HTML.

Use HTML export when users need a standalone email HTML file for review, migration, or use in another tool.

Exported HTML is separate from the integration save flow. For integrated products, saved content should still be handled through the Push URL callback so your backend has the latest version.

What Integrators Should Know

Preview, save, and export features are part of the user experience inside the editor.

Your integration should:

  • Let users open preview before saving.
  • Explain which preview modes are available in your plan.
  • Treat the Push URL callback as the source of saved email content.
  • Store saved HTML and editor data on your backend.
  • Decide whether exported HTML is available to your End Users.

Training Notes

When training End Users, explain the workflow like this:

  • Use Desktop preview to review the main layout.
  • Use Mobile preview to check mobile readability.
  • Use Inbox Preview when you need client-specific rendering checks.
  • Rely on auto save while editing, but click Save before leaving the workflow.
  • Use Export HTML when you need a standalone HTML copy.

Did this page help you?