Skip to main content

Export Rules

Your rules are portable. You can export them to a JSON file as a backup or to share a setup.

Export your rules

From the Rules page, open the More menu and choose Export Rules.

MailPrism downloads a JSON file named like email-rules-2026-06-15.json (today's date), containing every rule on your account.

What's in the file

The export is plain, readable JSON:

FieldWhat it is
versionThe export format version
exportedAtWhen the file was created (timestamp)
rulesCountHow many rules are included
rulesThe list of rules

Each rule in the list keeps only the portable parts:

FieldWhat it is
nameThe rule's name
descriptionThe rule's description
enabledWhether the rule was on
conditionsThe full condition logic — see Conditions
actionsThe full action list — see Actions
stop_processingWhether the rule stops later rules from running
priorityThe rule's priority order
No account-specific data is exported

IDs, your user account, connected Gmail accounts, and execution history are not included. The file describes what the rules do, not whose they are — so it's safe to share and safe to import elsewhere.

Importing rules

Not yet available in the app

There's no import button in MailPrism yet — the export above is the shipped path. Restoring or moving rules from a JSON file isn't something you can do from the UI today.

If you need to recreate a setup on another account, rebuild the rules from your export file as a reference, or use the Rule Library templates as a starting point.

→ Next: Rule Library · Best practices