Skip to main content

How to export and import templates

Sometimes sharing inside the account is not enough. You are setting up a second account, a colleague in another organization wants your structure, or you simply want a copy of a template you spent time on. That is what export and import are for.

A template travels as a single file. You download it, pass it on, and whoever receives it imports it into their own account. Nothing is linked afterwards: the imported template is an independent copy.

Quick navigation

  1. What export and import are for
  2. Exporting a template
  3. What the file contains
  4. Importing a template

1. What export and import are for

There are three situations where a file works better than sharing inside the account.

  • Moving between accounts. Visibility only reaches as far as your organization account. A file goes further.
  • Passing it on to colleagues who are not in your account, for example an agency or a partner company.
  • Keeping a copy of a template before you rebuild it.

Inside your own account you do not need this. There, sharing or Duplicate is quicker.

2. Exporting a template

  1. Open Settings at the bottom of the left sidebar.
Sally calendar view with the highlighted Settings entry at the bottom of the sidebar
Figure 1: Open Settings
  1. In the settings sidebar on the left, under Configuration, click Meeting templates.
Settings sidebar with the Meeting templates entry highlighted
Figure 2: Meeting templates in the settings sidebar
  1. Open the three dots on the card of the template and click Export.
Actions menu of a template card with the highlighted Export entry
Figure 3: Export downloads the template as a file

The same entry is in More actions on the template's own page, next to its name. Sally downloads a JSON file named after the template, for example weekly-meeting.json.

3. What the file contains

The file is plain text, so you can open it and see what you are passing on. It contains the details of the template and every section with its complete settings:

{
"format": "sally.meeting-template",
"formatVersion": 1,
"template": {
"title": "Weekly meeting",
"description": "Template for recurring team meetings: summary, blockers, decisions and next steps.",
"categoryName": null
},
"sections": [
{
"sortOrder": 2,
"title": "Blockers",
"additionalInstructions": "List every blocker that was mentioned. For each one, say what it is about, who is affected and what is needed to resolve it.",
"detailLevelCode": 10,
"isTimestampInclusionEnabled": false,
"outputFormatCode": 10
}
]
}

What does not travel with it: the visibility, the version history and the usage count. Those belong to the account the template lived in. The imported template starts fresh at version 1.0.

4. Importing a template

  1. In the overview, open More actions next to Create new and click Import template.
More actions menu of the overview with the highlighted Import template entry
Figure 4: Importing runs through More actions in the overview
  1. Choose the file. Sally reads it right away and shows you what is in it, in this case the name of the template and how many sections it brings. Below that you set the visibility the imported template should have.
Import template dialog with the selected file, the recognized template and the highlighted Import button
Figure 5: The dialog shows what the file contains before you import it
  1. The template is created as a draft and the editor opens. Go through the sections, adjust what you want, and publish it when it is ready.
Imported template in the editor with its sections and the highlighted version badge showing a draft
Figure 6: An import always starts as a draft
A draft on purpose

Sally does not publish an import automatically. That way you can check a template from someone else before your meetings use it. Creating a new version explains how publishing works.

A file is not private

Anyone who has the file can read your prompts. If your section prompts contain internal details, for example customer names or the way you assess candidates, treat the file like a document, not like a link.