This site is a work in progress — content and design may change.
← Back to Documentation

Import & Export

Export all templates as JSON and import from file with per-template result tracking.

Import & Export

Epistola provides bulk import and export of template data for migration, backup, and cross-instance transfer.

Export

Export produces a JSON file containing all templates in the tenant, including:

  • Template definitions and settings
  • Variants and their attributes
  • Deployment configurations

The export is triggered from the admin data management page with a single download button.

Import

Import reads a JSON file and processes each template, reporting results per item:

MetricDescription
ProcessedTotal number of templates in the file
CreatedTemplates that were newly created
UpdatedTemplates that existed and were updated
UnchangedTemplates that matched the existing state
FailedTemplates that could not be imported (with error details)

In the UI

The admin data management page provides:

  • Download button — Export all templates as a JSON file
  • File upload form — Select a JSON file to import
  • Results summary — After import, a summary table shows processed/created/updated/unchanged/failed counts per template