Loading...
Skip to main content

Export to Elemental

The "Export to Elemental" feature allows users to export templates made with Courier's Notification Designer as Elemental syntax.

Exporting Elemental Assets

  1. In the Notification Designer, click the dropdown arrow next to "Publish"
  2. Select "Export to Elemental"
  3. Copy the JSON output containing the Elemental syntax
Export to Elemental Dropdown
Export to Elemental Output JSON

Using Exported Elemental Syntax

The copied Elemental JSON can be used in your /send API requests by including it in the content object of the payload.

Supported Block Types

The following Designer Studio block types can be exported to Elemental:

Designer BlockElemental Node Type(s)
Texttext, list
Imageimage
Actionaction
Dividerdivider
Markdowntext (format: markdown)
Quotequote
TemplateHTML
Limitations
  • List blocks are not directly supported
  • Jsonnet blocks are not supported
  • Block-level locales are not supported